Shades of Black Russian #20212D
Tints of Black Russian #20212D
RGB
CMYK
RGB Variations
Color information
#20212D (or 0x20212D) is known color: Black Russian. HEX triplet: 20, 21 and 2D. RGB value is (32,33,45). Sum of RGB (Red+Green+Blue) = 32+33+45=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #20212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20212D is #DFDED2. Grayscale: #222222. Windows color (decimal): -14671571 or 2957600. OLE color: 2957600.
HSL color Cylindrical-coordinate representation of color #20212D: hue angle of 235.38º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #20212D is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 33 | 45 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.82 |
| HSL | 235.38º | 0.17% | 0.15% | - |
| HSV(B) | 235.38º | 0.29% | 0.18% | - |
| XYZ | 1.61 | 1.58 | 2.7 | - |
| YUV | 34.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 45 | 0.29 | 0.27 | 0 | 0.82 | 235.38 | 0.17 | 0.15 |
| Hex | 20 | 21 | 2D | 1D | 1B | 0 | 52 | EB | 11 | F |
| Octal | 40 | 41 | 55 | 35 | 33 | 0 | 122 | 353 | 21 | 17 |
| Binary | 100000 | 100001 | 101101 | 11101 | 11011 | 0 | 1010010 | 11101011 | 10001 | 1111 |
Color Harmonies of #20212D
Complementary color
Monochromatic Colors of #20212D
Black with #20212D
Text Example
Text Example
White with #20212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20212D; }
p { color: rgb(32,33,45); }
H1.HeaderClassName
{
color: #20212D;
}
.AnyTagClassName
{
color: #20212D;
}
</style>
background-color css
<style>
a { background-color: #20212D; }
a { background-color: rgb(32,33,45); }
div.DivClassName
{
background-color: #20212D;
}
.BgClassName
{
background-color: #20212D;
}
</style>
border-color css
<style>
span { border-color: #20212D; }
span { border-color: rgb(32,33,45); }
td.TdClassName
{
border-color: #20212D;
}
.TagClassName
{
border-color: #20212D;
}
</style>