Shades of Black Bean #212A24
Tints of Black Bean #212A24
RGB
CMYK
RGB Variations
Color information
#212A24 (or 0x212A24) is known color: Black Bean. HEX triplet: 21, 2A and 24. RGB value is (33,42,36). Sum of RGB (Red+Green+Blue) = 33+42+36=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 42 - color contains mainly: green. Hex color #212A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A24 is #DED5DB. Grayscale: #262626. Windows color (decimal): -14603740 or 2370081. OLE color: 2370081.
HSL color Cylindrical-coordinate representation of color #212A24: hue angle of 140º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #212A24 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 36 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.84 |
| HSL | 140º | 0.12% | 0.15% | - |
| HSV(B) | 140º | 0.21% | 0.16% | - |
| XYZ | 1.77 | 2.11 | 1.98 | - |
| YUV | 38.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 36 | 0.21 | 0 | 0.14 | 0.84 | 140 | 0.12 | 0.15 |
| Hex | 21 | 2A | 24 | 15 | 0 | E | 54 | 8C | C | F |
| Octal | 41 | 52 | 44 | 25 | 0 | 16 | 124 | 214 | 14 | 17 |
| Binary | 100001 | 101010 | 100100 | 10101 | 0 | 1110 | 1010100 | 10001100 | 1100 | 1111 |
Color Harmonies of #212A24
Complementary color
Monochromatic Colors of #212A24
Black with #212A24
Text Example
Text Example
White with #212A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A24; }
p { color: rgb(33,42,36); }
H1.HeaderClassName
{
color: #212A24;
}
.AnyTagClassName
{
color: #212A24;
}
</style>
background-color css
<style>
a { background-color: #212A24; }
a { background-color: rgb(33,42,36); }
div.DivClassName
{
background-color: #212A24;
}
.BgClassName
{
background-color: #212A24;
}
</style>
border-color css
<style>
span { border-color: #212A24; }
span { border-color: rgb(33,42,36); }
td.TdClassName
{
border-color: #212A24;
}
.TagClassName
{
border-color: #212A24;
}
</style>