Shades of Black Russian #20242F
Tints of Black Russian #20242F
RGB
CMYK
RGB Variations
Color information
#20242F (or 0x20242F) is known color: Black Russian. HEX triplet: 20, 24 and 2F. RGB value is (32,36,47). Sum of RGB (Red+Green+Blue) = 32+36+47=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #20242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20242F is #DFDBD0. Grayscale: #242424. Windows color (decimal): -14670801 or 3089440. OLE color: 3089440.
HSL color Cylindrical-coordinate representation of color #20242F: hue angle of 224º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #20242F is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 36 | 47 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.82 |
| HSL | 224º | 0.19% | 0.15% | - |
| HSV(B) | 224º | 0.32% | 0.18% | - |
| XYZ | 1.74 | 1.77 | 2.94 | - |
| YUV | 36.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 47 | 0.32 | 0.23 | 0 | 0.82 | 224 | 0.19 | 0.15 |
| Hex | 20 | 24 | 2F | 20 | 17 | 0 | 52 | E0 | 13 | F |
| Octal | 40 | 44 | 57 | 40 | 27 | 0 | 122 | 340 | 23 | 17 |
| Binary | 100000 | 100100 | 101111 | 100000 | 10111 | 0 | 1010010 | 11100000 | 10011 | 1111 |
Color Harmonies of #20242F
Complementary color
Monochromatic Colors of #20242F
Black with #20242F
Text Example
Text Example
White with #20242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20242F; }
p { color: rgb(32,36,47); }
H1.HeaderClassName
{
color: #20242F;
}
.AnyTagClassName
{
color: #20242F;
}
</style>
background-color css
<style>
a { background-color: #20242F; }
a { background-color: rgb(32,36,47); }
div.DivClassName
{
background-color: #20242F;
}
.BgClassName
{
background-color: #20242F;
}
</style>
border-color css
<style>
span { border-color: #20242F; }
span { border-color: rgb(32,36,47); }
td.TdClassName
{
border-color: #20242F;
}
.TagClassName
{
border-color: #20242F;
}
</style>