Shades of Black Bean #212221
Tints of Black Bean #212221
RGB
CMYK
RGB Variations
Color information
#212221 (or 0x212221) is known color: Black Bean. HEX triplet: 21, 22 and 21. RGB value is (33,34,33). Sum of RGB (Red+Green+Blue) = 33+34+33=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 34 - color contains mainly: green. Hex color #212221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212221 is #DEDDDE. Grayscale: #212121. Windows color (decimal): -14605791 or 2171425. OLE color: 2171425.
HSL color Cylindrical-coordinate representation of color #212221: hue angle of 120º degrees, saturation: 0.01, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #212221 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
RGB | 33 | 34 | 33 | - |
CMYK | 0.03 | 0 | 0.03 | 0.87 |
HSL | 120º | 0.01% | 0.13% | - |
HSV(B) | 120º | 0.03% | 0.13% | - |
XYZ | 1.47 | 1.58 | 1.67 | - |
YUV | 33.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 34 | 33 | 0.03 | 0 | 0.03 | 0.87 | 120 | 0.01 | 0.13 |
Hex | 21 | 22 | 21 | 3 | 0 | 3 | 57 | 78 | 1 | D |
Octal | 41 | 42 | 41 | 3 | 0 | 3 | 127 | 170 | 1 | 15 |
Binary | 100001 | 100010 | 100001 | 11 | 0 | 11 | 1010111 | 1111000 | 1 | 1101 |
Color Harmonies of #212221
Complementary color
Monochromatic Colors of #212221
Black with #212221
Text Example
Text Example
White with #212221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212221; }
p { color: rgb(33,34,33); }
H1.HeaderClassName
{
color: #212221;
}
.AnyTagClassName
{
color: #212221;
}
</style>
background-color css
<style>
a { background-color: #212221; }
a { background-color: rgb(33,34,33); }
div.DivClassName
{
background-color: #212221;
}
.BgClassName
{
background-color: #212221;
}
</style>
border-color css
<style>
span { border-color: #212221; }
span { border-color: rgb(33,34,33); }
td.TdClassName
{
border-color: #212221;
}
.TagClassName
{
border-color: #212221;
}
</style>