Skip to main content

Bunker

#19181B

Bunker is a cool dark color with the hex code #19181B. This muted hue can be represented as RGB 25, 24, 27 in digital design or CMYK 7%, 11%, 0%, 89% for print applications. Find matching Pantone color.

Bunker color values

HEX
#19181B
RGB
25, 24, 27
HSL
260°, 6%, 10%
CMYK
7, 11, 0, 89

About this color

Bunker sits at 260° on the color wheel with 6% saturation and 10% lightness, placing it in the blue-violet segment of the spectrum. At near-zero saturation, it reads as a pure near-black neutral, with hue playing almost no role in its character. Near-black lightness makes it read as a deep, absorptive tone — color is implied more than seen.

In digital environments, Bunker is rendered as rgb(25, 24, 27), where the blue channel is highest at 27, though it sits close to the other channels. Low saturation at this depth produces the kind of sophisticated, near-neutral dark that works for application shells, sidebars, and dark-mode base layers.

For print, Bunker translates to a CMYK breakdown of 7C 11M 0Y 89K. The dominant black channel (89%) does most of the tonal work here — cyan, magenta, and yellow contribute minimally, so the printed result will be a deep, near-neutral tone that reads differently from its screen equivalent. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Bunker

CSS Variable

:root {
  --brand-primary: #19181B;
  --brand-primary-rgb: 25, 24, 27;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#19181B',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 7%
M: 11%
Y: 0%
K: 89%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(25, 24, 27)
rgba(25, 24, 27, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #19181B?
#19181B is Bunker, a cool dark color with RGB values of 25, 24, 27. It has a hue of 260°, 6% saturation, and 10% lightness in the HSL color space.
What is the RGB value of #19181B?
The RGB color code for #19181B is rgb(25, 24, 27). This means it contains 25 red, 24 green, and 27 blue in the RGB color model.
Is Bunker a warm or cool color?
Bunker (#19181B) is a cool color with a hue between 120-300° on the color wheel.
How do I use #19181B in CSS?
You can use #19181B in CSS with: background-color: #19181B; or color: #19181B; or as an RGB value: rgb(25, 24, 27). For print design, use CMYK: 7%, 11%, 0%, 89%.