Shades of Black Russian #20242D
Tints of Black Russian #20242D
RGB
CMYK
RGB Variations
Color information
#20242D (or 0x20242D) is known color: Black Russian. HEX triplet: 20, 24 and 2D. RGB value is (32,36,45). Sum of RGB (Red+Green+Blue) = 32+36+45=113 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.32% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 45 - color contains mainly: blue. Hex color #20242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20242D is #DFDBD2. Grayscale: #232323. Windows color (decimal): -14670803 or 2958368. OLE color: 2958368.
HSL color Cylindrical-coordinate representation of color #20242D: hue angle of 221.54º 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 #20242D is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 36 | 45 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.82 |
| HSL | 221.54º | 0.17% | 0.15% | - |
| HSV(B) | 221.54º | 0.29% | 0.18% | - |
| XYZ | 1.7 | 1.76 | 2.73 | - |
| YUV | 35.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 45 | 0.29 | 0.2 | 0 | 0.82 | 221.54 | 0.17 | 0.15 |
| Hex | 20 | 24 | 2D | 1D | 14 | 0 | 52 | DE | 11 | F |
| Octal | 40 | 44 | 55 | 35 | 24 | 0 | 122 | 336 | 21 | 17 |
| Binary | 100000 | 100100 | 101101 | 11101 | 10100 | 0 | 1010010 | 11011110 | 10001 | 1111 |
Color Harmonies of #20242D
Complementary color
Monochromatic Colors of #20242D
Black with #20242D
Text Example
Text Example
White with #20242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20242D; }
p { color: rgb(32,36,45); }
H1.HeaderClassName
{
color: #20242D;
}
.AnyTagClassName
{
color: #20242D;
}
</style>
background-color css
<style>
a { background-color: #20242D; }
a { background-color: rgb(32,36,45); }
div.DivClassName
{
background-color: #20242D;
}
.BgClassName
{
background-color: #20242D;
}
</style>
border-color css
<style>
span { border-color: #20242D; }
span { border-color: rgb(32,36,45); }
td.TdClassName
{
border-color: #20242D;
}
.TagClassName
{
border-color: #20242D;
}
</style>