Shades of Black Russian #040020
Tints of Black Russian #040020
RGB
CMYK
RGB Variations
Color information
#040020 (or 0x040020) is known color: Black Russian. HEX triplet: 04, 00 and 20. RGB value is (4,0,32). Sum of RGB (Red+Green+Blue) = 4+0+32=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 32 (12.89% from 255 or 88.89% from 36); Max value from RGB is 32 - color contains mainly: blue. Hex color #040020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040020 is #FBFFDF. Grayscale: #040404. Windows color (decimal): -16515040 or 2097156. OLE color: 2097156.
HSL color Cylindrical-coordinate representation of color #040020: hue angle of 247.5º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040020 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 0 | 32 | - |
| CMYK | 0.87 | 1 | 0 | 0.87 |
| HSL | 247.5º | 1% | 0.06% | - |
| HSV(B) | 247.5º | 1% | 0.13% | - |
| XYZ | 0.31 | 0.13 | 1.38 | - |
| YUV | 4.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 32 | 0.87 | 1 | 0 | 0.87 | 247.5 | 1 | 0.06 |
| Hex | 4 | 0 | 20 | 57 | 64 | 0 | 57 | F8 | 64 | 6 |
| Octal | 4 | 0 | 40 | 127 | 144 | 0 | 127 | 370 | 144 | 6 |
| Binary | 100 | 0 | 100000 | 1010111 | 1100100 | 0 | 1010111 | 11111000 | 1100100 | 110 |
Color Harmonies of #040020
Complementary color
Monochromatic Colors of #040020
Black with #040020
Text Example
Text Example
White with #040020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040020; }
p { color: rgb(4,0,32); }
H1.HeaderClassName
{
color: #040020;
}
.AnyTagClassName
{
color: #040020;
}
</style>
background-color css
<style>
a { background-color: #040020; }
a { background-color: rgb(4,0,32); }
div.DivClassName
{
background-color: #040020;
}
.BgClassName
{
background-color: #040020;
}
</style>
border-color css
<style>
span { border-color: #040020; }
span { border-color: rgb(4,0,32); }
td.TdClassName
{
border-color: #040020;
}
.TagClassName
{
border-color: #040020;
}
</style>