Shades of Black Russian #20212C
Tints of Black Russian #20212C
RGB
CMYK
RGB Variations
Color information
#20212C (or 0x20212C) is known color: Black Russian. HEX triplet: 20, 21 and 2C. RGB value is (32,33,44). Sum of RGB (Red+Green+Blue) = 32+33+44=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #20212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20212C is #DFDED3. Grayscale: #212121. Windows color (decimal): -14671572 or 2892064. OLE color: 2892064.
HSL color Cylindrical-coordinate representation of color #20212C: hue angle of 235º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #20212C is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 33 | 44 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.83 |
| HSL | 235º | 0.16% | 0.15% | - |
| HSV(B) | 235º | 0.27% | 0.17% | - |
| XYZ | 1.59 | 1.58 | 2.6 | - |
| YUV | 33.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 44 | 0.27 | 0.25 | 0 | 0.83 | 235 | 0.16 | 0.15 |
| Hex | 20 | 21 | 2C | 1B | 19 | 0 | 53 | EB | 10 | F |
| Octal | 40 | 41 | 54 | 33 | 31 | 0 | 123 | 353 | 20 | 17 |
| Binary | 100000 | 100001 | 101100 | 11011 | 11001 | 0 | 1010011 | 11101011 | 10000 | 1111 |
Color Harmonies of #20212C
Complementary color
Monochromatic Colors of #20212C
Black with #20212C
Text Example
Text Example
White with #20212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20212C; }
p { color: rgb(32,33,44); }
H1.HeaderClassName
{
color: #20212C;
}
.AnyTagClassName
{
color: #20212C;
}
</style>
background-color css
<style>
a { background-color: #20212C; }
a { background-color: rgb(32,33,44); }
div.DivClassName
{
background-color: #20212C;
}
.BgClassName
{
background-color: #20212C;
}
</style>
border-color css
<style>
span { border-color: #20212C; }
span { border-color: rgb(32,33,44); }
td.TdClassName
{
border-color: #20212C;
}
.TagClassName
{
border-color: #20212C;
}
</style>