Shades of Black Russian #040120
Tints of Black Russian #040120
RGB
CMYK
RGB Variations
Color information
#040120 (or 0x040120) is known color: Black Russian. HEX triplet: 04, 01 and 20. RGB value is (4,1,32). Sum of RGB (Red+Green+Blue) = 4+1+32=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 32 (12.89% from 255 or 86.49% from 37); Max value from RGB is 32 - color contains mainly: blue. Hex color #040120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040120 is #FBFEDF. Grayscale: #050505. Windows color (decimal): -16514784 or 2097412. OLE color: 2097412.
HSL color Cylindrical-coordinate representation of color #040120: hue angle of 245.81º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040120 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 1 | 32 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.87 |
| HSL | 245.81º | 0.94% | 0.06% | - |
| HSV(B) | 245.81º | 0.97% | 0.13% | - |
| XYZ | 0.32 | 0.15 | 1.38 | - |
| YUV | 5.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 32 | 0.87 | 0.97 | 0 | 0.87 | 245.81 | 0.94 | 0.06 |
| Hex | 4 | 1 | 20 | 57 | 61 | 0 | 57 | F6 | 5E | 6 |
| Octal | 4 | 1 | 40 | 127 | 141 | 0 | 127 | 366 | 136 | 6 |
| Binary | 100 | 1 | 100000 | 1010111 | 1100001 | 0 | 1010111 | 11110110 | 1011110 | 110 |
Color Harmonies of #040120
Complementary color
Monochromatic Colors of #040120
Black with #040120
Text Example
Text Example
White with #040120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040120; }
p { color: rgb(4,1,32); }
H1.HeaderClassName
{
color: #040120;
}
.AnyTagClassName
{
color: #040120;
}
</style>
background-color css
<style>
a { background-color: #040120; }
a { background-color: rgb(4,1,32); }
div.DivClassName
{
background-color: #040120;
}
.BgClassName
{
background-color: #040120;
}
</style>
border-color css
<style>
span { border-color: #040120; }
span { border-color: rgb(4,1,32); }
td.TdClassName
{
border-color: #040120;
}
.TagClassName
{
border-color: #040120;
}
</style>