Shades of Black Bean #212421
Tints of Black Bean #212421
RGB
CMYK
RGB Variations
Color information
#212421 (or 0x212421) is known color: Black Bean. HEX triplet: 21, 24 and 21. RGB value is (33,36,33). Sum of RGB (Red+Green+Blue) = 33+36+33=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 36 - color contains mainly: green. Hex color #212421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212421 is #DEDBDE. Grayscale: #222222. Windows color (decimal): -14605279 or 2171937. OLE color: 2171937.
HSL color Cylindrical-coordinate representation of color #212421: hue angle of 120º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #212421 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 36 | 33 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.86 |
| HSL | 120º | 0.04% | 0.14% | - |
| HSV(B) | 120º | 0.08% | 0.14% | - |
| XYZ | 1.53 | 1.69 | 1.69 | - |
| YUV | 34.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 33 | 0.08 | 0 | 0.08 | 0.86 | 120 | 0.04 | 0.14 |
| Hex | 21 | 24 | 21 | 8 | 0 | 8 | 56 | 78 | 4 | E |
| Octal | 41 | 44 | 41 | 10 | 0 | 10 | 126 | 170 | 4 | 16 |
| Binary | 100001 | 100100 | 100001 | 1000 | 0 | 1000 | 1010110 | 1111000 | 100 | 1110 |
Color Harmonies of #212421
Complementary color
Monochromatic Colors of #212421
Black with #212421
Text Example
Text Example
White with #212421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212421; }
p { color: rgb(33,36,33); }
H1.HeaderClassName
{
color: #212421;
}
.AnyTagClassName
{
color: #212421;
}
</style>
background-color css
<style>
a { background-color: #212421; }
a { background-color: rgb(33,36,33); }
div.DivClassName
{
background-color: #212421;
}
.BgClassName
{
background-color: #212421;
}
</style>
border-color css
<style>
span { border-color: #212421; }
span { border-color: rgb(33,36,33); }
td.TdClassName
{
border-color: #212421;
}
.TagClassName
{
border-color: #212421;
}
</style>