Shades of Black Bean #212F23
Tints of Black Bean #212F23
RGB
CMYK
RGB Variations
Color information
#212F23 (or 0x212F23) is known color: Black Bean. HEX triplet: 21, 2F and 23. RGB value is (33,47,35). Sum of RGB (Red+Green+Blue) = 33+47+35=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 47 - color contains mainly: green. Hex color #212F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F23 is #DED0DC. Grayscale: #292929. Windows color (decimal): -14602461 or 2305825. OLE color: 2305825.
HSL color Cylindrical-coordinate representation of color #212F23: hue angle of 128.57º 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 #212F23 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 35 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.82 |
| HSL | 128.57º | 0.18% | 0.16% | - |
| HSV(B) | 128.57º | 0.3% | 0.18% | - |
| XYZ | 1.95 | 2.48 | 1.97 | - |
| YUV | 41.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 35 | 0.30 | 0 | 0.26 | 0.82 | 128.57 | 0.18 | 0.16 |
| Hex | 21 | 2F | 23 | 1E | 0 | 1A | 52 | 81 | 12 | 10 |
| Octal | 41 | 57 | 43 | 36 | 0 | 32 | 122 | 201 | 22 | 20 |
| Binary | 100001 | 101111 | 100011 | 11110 | 0 | 11010 | 1010010 | 10000001 | 10010 | 10000 |
Color Harmonies of #212F23
Complementary color
Monochromatic Colors of #212F23
Black with #212F23
Text Example
Text Example
White with #212F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F23; }
p { color: rgb(33,47,35); }
H1.HeaderClassName
{
color: #212F23;
}
.AnyTagClassName
{
color: #212F23;
}
</style>
background-color css
<style>
a { background-color: #212F23; }
a { background-color: rgb(33,47,35); }
div.DivClassName
{
background-color: #212F23;
}
.BgClassName
{
background-color: #212F23;
}
</style>
border-color css
<style>
span { border-color: #212F23; }
span { border-color: rgb(33,47,35); }
td.TdClassName
{
border-color: #212F23;
}
.TagClassName
{
border-color: #212F23;
}
</style>