Shades of Black Bean #212E24
Tints of Black Bean #212E24
RGB
CMYK
RGB Variations
Color information
#212E24 (or 0x212E24) is known color: Black Bean. HEX triplet: 21, 2E and 24. RGB value is (33,46,36). Sum of RGB (Red+Green+Blue) = 33+46+36=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #212E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E24 is #DED1DB. Grayscale: #292929. Windows color (decimal): -14602716 or 2371105. OLE color: 2371105.
HSL color Cylindrical-coordinate representation of color #212E24: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E24 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 36 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.82 |
| HSL | 133.85º | 0.16% | 0.15% | - |
| HSV(B) | 133.85º | 0.28% | 0.18% | - |
| XYZ | 1.92 | 2.4 | 2.03 | - |
| YUV | 40.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 36 | 0.28 | 0 | 0.22 | 0.82 | 133.85 | 0.16 | 0.15 |
| Hex | 21 | 2E | 24 | 1C | 0 | 16 | 52 | 86 | 10 | F |
| Octal | 41 | 56 | 44 | 34 | 0 | 26 | 122 | 206 | 20 | 17 |
| Binary | 100001 | 101110 | 100100 | 11100 | 0 | 10110 | 1010010 | 10000110 | 10000 | 1111 |
Color Harmonies of #212E24
Complementary color
Monochromatic Colors of #212E24
Black with #212E24
Text Example
Text Example
White with #212E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E24; }
p { color: rgb(33,46,36); }
H1.HeaderClassName
{
color: #212E24;
}
.AnyTagClassName
{
color: #212E24;
}
</style>
background-color css
<style>
a { background-color: #212E24; }
a { background-color: rgb(33,46,36); }
div.DivClassName
{
background-color: #212E24;
}
.BgClassName
{
background-color: #212E24;
}
</style>
border-color css
<style>
span { border-color: #212E24; }
span { border-color: rgb(33,46,36); }
td.TdClassName
{
border-color: #212E24;
}
.TagClassName
{
border-color: #212E24;
}
</style>