Shades of Black Russian #202022
Tints of Black Russian #202022
RGB
CMYK
RGB Variations
Color information
#202022 (or 0x202022) is known color: Black Russian. HEX triplet: 20, 20 and 22. RGB value is (32,32,34). Sum of RGB (Red+Green+Blue) = 32+32+34=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 34 - color contains mainly: blue. Hex color #202022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202022 is #DFDFDD. Grayscale: #202020. Windows color (decimal): -14671838 or 2236448. OLE color: 2236448.
HSL color Cylindrical-coordinate representation of color #202022: hue angle of 240º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #202022 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 32 | 34 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.87 |
| HSL | 240º | 0.03% | 0.13% | - |
| HSV(B) | 240º | 0.06% | 0.13% | - |
| XYZ | 1.4 | 1.46 | 1.72 | - |
| YUV | 32.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 34 | 0.06 | 0.06 | 0 | 0.87 | 240 | 0.03 | 0.13 |
| Hex | 20 | 20 | 22 | 6 | 6 | 0 | 57 | F0 | 3 | D |
| Octal | 40 | 40 | 42 | 6 | 6 | 0 | 127 | 360 | 3 | 15 |
| Binary | 100000 | 100000 | 100010 | 110 | 110 | 0 | 1010111 | 11110000 | 11 | 1101 |
Color Harmonies of #202022
Complementary color
Monochromatic Colors of #202022
Black with #202022
Text Example
Text Example
White with #202022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202022; }
p { color: rgb(32,32,34); }
H1.HeaderClassName
{
color: #202022;
}
.AnyTagClassName
{
color: #202022;
}
</style>
background-color css
<style>
a { background-color: #202022; }
a { background-color: rgb(32,32,34); }
div.DivClassName
{
background-color: #202022;
}
.BgClassName
{
background-color: #202022;
}
</style>
border-color css
<style>
span { border-color: #202022; }
span { border-color: rgb(32,32,34); }
td.TdClassName
{
border-color: #202022;
}
.TagClassName
{
border-color: #202022;
}
</style>