Shades of Black Bean #202421
Tints of Black Bean #202421
RGB
CMYK
RGB Variations
Color information
#202421 (or 0x202421) is known color: Black Bean. HEX triplet: 20, 24 and 21. RGB value is (32,36,33). Sum of RGB (Red+Green+Blue) = 32+36+33=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 36 - color contains mainly: green. Hex color #202421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202421 is #DFDBDE. Grayscale: #222222. Windows color (decimal): -14670815 or 2171936. OLE color: 2171936.
HSL color Cylindrical-coordinate representation of color #202421: hue angle of 135º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #202421 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
RGB | 32 | 36 | 33 | - |
CMYK | 0.11 | 0 | 0.08 | 0.86 |
HSL | 135º | 0.06% | 0.13% | - |
HSV(B) | 135º | 0.11% | 0.14% | - |
XYZ | 1.5 | 1.68 | 1.68 | - |
YUV | 34.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 36 | 33 | 0.11 | 0 | 0.08 | 0.86 | 135 | 0.06 | 0.13 |
Hex | 20 | 24 | 21 | B | 0 | 8 | 56 | 87 | 6 | D |
Octal | 40 | 44 | 41 | 13 | 0 | 10 | 126 | 207 | 6 | 15 |
Binary | 100000 | 100100 | 100001 | 1011 | 0 | 1000 | 1010110 | 10000111 | 110 | 1101 |
Color Harmonies of #202421
Complementary color
Monochromatic Colors of #202421
Black with #202421
Text Example
Text Example
White with #202421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202421; }
p { color: rgb(32,36,33); }
H1.HeaderClassName
{
color: #202421;
}
.AnyTagClassName
{
color: #202421;
}
</style>
background-color css
<style>
a { background-color: #202421; }
a { background-color: rgb(32,36,33); }
div.DivClassName
{
background-color: #202421;
}
.BgClassName
{
background-color: #202421;
}
</style>
border-color css
<style>
span { border-color: #202421; }
span { border-color: rgb(32,36,33); }
td.TdClassName
{
border-color: #202421;
}
.TagClassName
{
border-color: #202421;
}
</style>