Shades of Black Bean #212922
Tints of Black Bean #212922
RGB
CMYK
RGB Variations
Color information
#212922 (or 0x212922) is known color: Black Bean. HEX triplet: 21, 29 and 22. RGB value is (33,41,34). Sum of RGB (Red+Green+Blue) = 33+41+34=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 41 - color contains mainly: green. Hex color #212922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212922 is #DED6DD. Grayscale: #252525. Windows color (decimal): -14603998 or 2238753. OLE color: 2238753.
HSL color Cylindrical-coordinate representation of color #212922: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212922 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 34 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.84 |
| HSL | 127.5º | 0.11% | 0.15% | - |
| HSV(B) | 127.5º | 0.2% | 0.16% | - |
| XYZ | 1.71 | 2.02 | 1.81 | - |
| YUV | 37.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 34 | 0.20 | 0 | 0.17 | 0.84 | 127.5 | 0.11 | 0.15 |
| Hex | 21 | 29 | 22 | 14 | 0 | 11 | 54 | 80 | B | F |
| Octal | 41 | 51 | 42 | 24 | 0 | 21 | 124 | 200 | 13 | 17 |
| Binary | 100001 | 101001 | 100010 | 10100 | 0 | 10001 | 1010100 | 10000000 | 1011 | 1111 |
Color Harmonies of #212922
Complementary color
Monochromatic Colors of #212922
Black with #212922
Text Example
Text Example
White with #212922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212922; }
p { color: rgb(33,41,34); }
H1.HeaderClassName
{
color: #212922;
}
.AnyTagClassName
{
color: #212922;
}
</style>
background-color css
<style>
a { background-color: #212922; }
a { background-color: rgb(33,41,34); }
div.DivClassName
{
background-color: #212922;
}
.BgClassName
{
background-color: #212922;
}
</style>
border-color css
<style>
span { border-color: #212922; }
span { border-color: rgb(33,41,34); }
td.TdClassName
{
border-color: #212922;
}
.TagClassName
{
border-color: #212922;
}
</style>