Shades of Black Bean #212F24
Tints of Black Bean #212F24
RGB
CMYK
RGB Variations
Color information
#212F24 (or 0x212F24) is known color: Black Bean. HEX triplet: 21, 2F and 24. RGB value is (33,47,36). Sum of RGB (Red+Green+Blue) = 33+47+36=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #212F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F24 is #DED0DB. Grayscale: #292929. Windows color (decimal): -14602460 or 2371361. OLE color: 2371361.
HSL color Cylindrical-coordinate representation of color #212F24: hue angle of 132.86º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212F24 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 36 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.82 |
| HSL | 132.86º | 0.18% | 0.16% | - |
| HSV(B) | 132.86º | 0.3% | 0.18% | - |
| XYZ | 1.96 | 2.48 | 2.05 | - |
| YUV | 41.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 36 | 0.30 | 0 | 0.23 | 0.82 | 132.86 | 0.18 | 0.16 |
| Hex | 21 | 2F | 24 | 1E | 0 | 17 | 52 | 85 | 12 | 10 |
| Octal | 41 | 57 | 44 | 36 | 0 | 27 | 122 | 205 | 22 | 20 |
| Binary | 100001 | 101111 | 100100 | 11110 | 0 | 10111 | 1010010 | 10000101 | 10010 | 10000 |
Color Harmonies of #212F24
Complementary color
Monochromatic Colors of #212F24
Black with #212F24
Text Example
Text Example
White with #212F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F24; }
p { color: rgb(33,47,36); }
H1.HeaderClassName
{
color: #212F24;
}
.AnyTagClassName
{
color: #212F24;
}
</style>
background-color css
<style>
a { background-color: #212F24; }
a { background-color: rgb(33,47,36); }
div.DivClassName
{
background-color: #212F24;
}
.BgClassName
{
background-color: #212F24;
}
</style>
border-color css
<style>
span { border-color: #212F24; }
span { border-color: rgb(33,47,36); }
td.TdClassName
{
border-color: #212F24;
}
.TagClassName
{
border-color: #212F24;
}
</style>