Shades of Black Russian #04011F
Tints of Black Russian #04011F
RGB
CMYK
RGB Variations
Color information
#04011F (or 0x04011F) is known color: Black Russian. HEX triplet: 04, 01 and 1F. RGB value is (4,1,31). Sum of RGB (Red+Green+Blue) = 4+1+31=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 31 (12.5% from 255 or 86.11% from 36); Max value from RGB is 31 - color contains mainly: blue. Hex color #04011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011F is #FBFEE0. Grayscale: #050505. Windows color (decimal): -16514785 or 2031876. OLE color: 2031876.
HSL color Cylindrical-coordinate representation of color #04011F: hue angle of 246º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04011F is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 1 | 31 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.88 |
| HSL | 246º | 0.94% | 0.06% | - |
| HSV(B) | 246º | 0.97% | 0.12% | - |
| XYZ | 0.31 | 0.15 | 1.31 | - |
| YUV | 5.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 31 | 0.87 | 0.97 | 0 | 0.88 | 246 | 0.94 | 0.06 |
| Hex | 4 | 1 | 1F | 57 | 61 | 0 | 58 | F6 | 5E | 6 |
| Octal | 4 | 1 | 37 | 127 | 141 | 0 | 130 | 366 | 136 | 6 |
| Binary | 100 | 1 | 11111 | 1010111 | 1100001 | 0 | 1011000 | 11110110 | 1011110 | 110 |
Color Harmonies of #04011F
Complementary color
Monochromatic Colors of #04011F
Black with #04011F
Text Example
Text Example
White with #04011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04011F; }
p { color: rgb(4,1,31); }
H1.HeaderClassName
{
color: #04011F;
}
.AnyTagClassName
{
color: #04011F;
}
</style>
background-color css
<style>
a { background-color: #04011F; }
a { background-color: rgb(4,1,31); }
div.DivClassName
{
background-color: #04011F;
}
.BgClassName
{
background-color: #04011F;
}
</style>
border-color css
<style>
span { border-color: #04011F; }
span { border-color: rgb(4,1,31); }
td.TdClassName
{
border-color: #04011F;
}
.TagClassName
{
border-color: #04011F;
}
</style>