Skip to main content

Bunker

#18181B

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

Bunker color values

HEX
#18181B
RGB
24, 24, 27
HSL
240°, 6%, 10%
CMYK
11, 11, 0, 89

About this color

Bunker sits at 240° on the color wheel with 6% saturation and 10% lightness, placing it in the blue 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(24, 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 11C 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: #18181B;
  --brand-primary-rgb: 24, 24, 27;
}

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

Tailwind Config

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

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

Print Design (CMYK)

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

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

RGB for Screens

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

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

Frequently asked questions

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