Shades of Black Russian #202024
Tints of Black Russian #202024
RGB
CMYK
RGB Variations
Color information
#202024 (or 0x202024) is known color: Black Russian. HEX triplet: 20, 20 and 24. RGB value is (32,32,36). Sum of RGB (Red+Green+Blue) = 32+32+36=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 36 - color contains mainly: blue. Hex color #202024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202024 is #DFDFDB. Grayscale: #202020. Windows color (decimal): -14671836 or 2367520. OLE color: 2367520.
HSL color Cylindrical-coordinate representation of color #202024: hue angle of 240º 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 #202024 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 32 | 36 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.86 |
| HSL | 240º | 0.06% | 0.13% | - |
| HSV(B) | 240º | 0.11% | 0.14% | - |
| XYZ | 1.43 | 1.47 | 1.88 | - |
| YUV | 32.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 36 | 0.11 | 0.11 | 0 | 0.86 | 240 | 0.06 | 0.13 |
| Hex | 20 | 20 | 24 | B | B | 0 | 56 | F0 | 6 | D |
| Octal | 40 | 40 | 44 | 13 | 13 | 0 | 126 | 360 | 6 | 15 |
| Binary | 100000 | 100000 | 100100 | 1011 | 1011 | 0 | 1010110 | 11110000 | 110 | 1101 |
Color Harmonies of #202024
Complementary color
Monochromatic Colors of #202024
Black with #202024
Text Example
Text Example
White with #202024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202024; }
p { color: rgb(32,32,36); }
H1.HeaderClassName
{
color: #202024;
}
.AnyTagClassName
{
color: #202024;
}
</style>
background-color css
<style>
a { background-color: #202024; }
a { background-color: rgb(32,32,36); }
div.DivClassName
{
background-color: #202024;
}
.BgClassName
{
background-color: #202024;
}
</style>
border-color css
<style>
span { border-color: #202024; }
span { border-color: rgb(32,32,36); }
td.TdClassName
{
border-color: #202024;
}
.TagClassName
{
border-color: #202024;
}
</style>