Shades of Black Russian #202124
Tints of Black Russian #202124
RGB
CMYK
RGB Variations
Color information
#202124 (or 0x202124) is known color: Black Russian. HEX triplet: 20, 21 and 24. RGB value is (32,33,36). Sum of RGB (Red+Green+Blue) = 32+33+36=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 36 - color contains mainly: blue. Hex color #202124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202124 is #DFDEDB. Grayscale: #212121. Windows color (decimal): -14671580 or 2367776. OLE color: 2367776.
HSL color Cylindrical-coordinate representation of color #202124: hue angle of 225º 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 #202124 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 33 | 36 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.86 |
| HSL | 225º | 0.06% | 0.13% | - |
| HSV(B) | 225º | 0.11% | 0.14% | - |
| XYZ | 1.46 | 1.52 | 1.89 | - |
| YUV | 33.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 36 | 0.11 | 0.08 | 0 | 0.86 | 225 | 0.06 | 0.13 |
| Hex | 20 | 21 | 24 | B | 8 | 0 | 56 | E1 | 6 | D |
| Octal | 40 | 41 | 44 | 13 | 10 | 0 | 126 | 341 | 6 | 15 |
| Binary | 100000 | 100001 | 100100 | 1011 | 1000 | 0 | 1010110 | 11100001 | 110 | 1101 |
Color Harmonies of #202124
Complementary color
Monochromatic Colors of #202124
Black with #202124
Text Example
Text Example
White with #202124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202124; }
p { color: rgb(32,33,36); }
H1.HeaderClassName
{
color: #202124;
}
.AnyTagClassName
{
color: #202124;
}
</style>
background-color css
<style>
a { background-color: #202124; }
a { background-color: rgb(32,33,36); }
div.DivClassName
{
background-color: #202124;
}
.BgClassName
{
background-color: #202124;
}
</style>
border-color css
<style>
span { border-color: #202124; }
span { border-color: rgb(32,33,36); }
td.TdClassName
{
border-color: #202124;
}
.TagClassName
{
border-color: #202124;
}
</style>