Shades of Black Russian #040D20
Tints of Black Russian #040D20
RGB
CMYK
RGB Variations
Color information
#040D20 (or 0x040D20) is known color: Black Russian. HEX triplet: 04, 0D and 20. RGB value is (4,13,32). Sum of RGB (Red+Green+Blue) = 4+13+32=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #040D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D20 is #FBF2DF. Grayscale: #0C0C0C. Windows color (decimal): -16511712 or 2100484. OLE color: 2100484.
HSL color Cylindrical-coordinate representation of color #040D20: hue angle of 220.71º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040D20 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 13 | 32 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.87 |
| HSL | 220.71º | 0.78% | 0.07% | - |
| HSV(B) | 220.71º | 0.88% | 0.13% | - |
| XYZ | 0.45 | 0.42 | 1.42 | - |
| YUV | 12.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 32 | 0.87 | 0.59 | 0 | 0.87 | 220.71 | 0.78 | 0.07 |
| Hex | 4 | D | 20 | 57 | 3B | 0 | 57 | DD | 4E | 7 |
| Octal | 4 | 15 | 40 | 127 | 73 | 0 | 127 | 335 | 116 | 7 |
| Binary | 100 | 1101 | 100000 | 1010111 | 111011 | 0 | 1010111 | 11011101 | 1001110 | 111 |
Color Harmonies of #040D20
Complementary color
Monochromatic Colors of #040D20
Black with #040D20
Text Example
Text Example
White with #040D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D20; }
p { color: rgb(4,13,32); }
H1.HeaderClassName
{
color: #040D20;
}
.AnyTagClassName
{
color: #040D20;
}
</style>
background-color css
<style>
a { background-color: #040D20; }
a { background-color: rgb(4,13,32); }
div.DivClassName
{
background-color: #040D20;
}
.BgClassName
{
background-color: #040D20;
}
</style>
border-color css
<style>
span { border-color: #040D20; }
span { border-color: rgb(4,13,32); }
td.TdClassName
{
border-color: #040D20;
}
.TagClassName
{
border-color: #040D20;
}
</style>