Skip to main content

Black Bean

#11221A

Black Bean is a cool dark color with the hex code #11221A. This moderately saturated hue can be represented as RGB 17, 34, 26 in digital design or CMYK 50%, 0%, 24%, 87% for print applications. Find matching Pantone color.

Black Bean color values

HEX
#11221A
RGB
17, 34, 26
HSL
152°, 33%, 10%
CMYK
50, 0, 24, 87

About this color

Black Bean sits at 152° on the color wheel with 33% saturation and 10% lightness, placing it in the cyan segment of the spectrum. The moderate 33% saturation gives it enough color presence to register clearly without competing for dominance in a composition. Near-black lightness makes it read as a deep, absorptive tone — color is implied more than seen.

In digital environments, Black Bean is rendered as rgb(17, 34, 26), where the green channel leads at 34, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.

For print, Black Bean translates to a CMYK breakdown of 50C 0M 24Y 87K. The dominant black channel (87%) 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 Black Bean

CSS Variable

:root {
  --brand-primary: #11221A;
  --brand-primary-rgb: 17, 34, 26;
}

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

Tailwind Config

colors: {
  brand: '#11221A',
}

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

Print Design (CMYK)

C: 50%
M: 0%
Y: 24%
K: 87%

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

RGB for Screens

rgb(17, 34, 26)
rgba(17, 34, 26, 0.8)

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

Frequently asked questions

What color is #11221A?
#11221A is Black Bean, a cool dark color with RGB values of 17, 34, 26. It has a hue of 152°, 33% saturation, and 10% lightness in the HSL color space.
What is the RGB value of #11221A?
The RGB color code for #11221A is rgb(17, 34, 26). This means it contains 17 red, 34 green, and 26 blue in the RGB color model.
Is Black Bean a warm or cool color?
Black Bean (#11221A) is a cool color with a hue between 120-300° on the color wheel.
How do I use #11221A in CSS?
You can use #11221A in CSS with: background-color: #11221A; or color: #11221A; or as an RGB value: rgb(17, 34, 26). For print design, use CMYK: 50%, 0%, 24%, 87%.