Shades of Black Russian #202021
Tints of Black Russian #202021
RGB
CMYK
RGB Variations
Color information
#202021 (or 0x202021) is known color: Black Russian. HEX triplet: 20, 20 and 21. RGB value is (32,32,33). Sum of RGB (Red+Green+Blue) = 32+32+33=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 33 - color contains mainly: blue. Hex color #202021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202021 is #DFDFDE. Grayscale: #202020. Windows color (decimal): -14671839 or 2170912. OLE color: 2170912.
HSL color Cylindrical-coordinate representation of color #202021: hue angle of 240º degrees, saturation: 0.02, 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 #202021 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 32 | 33 | - |
CMYK | 0.03 | 0.03 | 0 | 0.87 |
HSL | 240º | 0.02% | 0.13% | - |
HSV(B) | 240º | 0.03% | 0.13% | - |
XYZ | 1.39 | 1.45 | 1.65 | - |
YUV | 32.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 32 | 33 | 0.03 | 0.03 | 0 | 0.87 | 240 | 0.02 | 0.13 |
Hex | 20 | 20 | 21 | 3 | 3 | 0 | 57 | F0 | 2 | D |
Octal | 40 | 40 | 41 | 3 | 3 | 0 | 127 | 360 | 2 | 15 |
Binary | 100000 | 100000 | 100001 | 11 | 11 | 0 | 1010111 | 11110000 | 10 | 1101 |
Color Harmonies of #202021
Complementary color
Monochromatic Colors of #202021
Black with #202021
Text Example
Text Example
White with #202021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202021; }
p { color: rgb(32,32,33); }
H1.HeaderClassName
{
color: #202021;
}
.AnyTagClassName
{
color: #202021;
}
</style>
background-color css
<style>
a { background-color: #202021; }
a { background-color: rgb(32,32,33); }
div.DivClassName
{
background-color: #202021;
}
.BgClassName
{
background-color: #202021;
}
</style>
border-color css
<style>
span { border-color: #202021; }
span { border-color: rgb(32,32,33); }
td.TdClassName
{
border-color: #202021;
}
.TagClassName
{
border-color: #202021;
}
</style>