Shades of Black Russian #04001F
Tints of Black Russian #04001F
RGB
CMYK
RGB Variations
Color information
#04001F (or 0x04001F) is known color: Black Russian. HEX triplet: 04, 00 and 1F. RGB value is (4,0,31). Sum of RGB (Red+Green+Blue) = 4+0+31=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 31 (12.5% from 255 or 88.57% from 35); Max value from RGB is 31 - color contains mainly: blue. Hex color #04001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04001F is #FBFFE0. Grayscale: #040404. Windows color (decimal): -16515041 or 2031620. OLE color: 2031620.
HSL color Cylindrical-coordinate representation of color #04001F: hue angle of 247.74º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04001F is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 0 | 31 | - |
| CMYK | 0.87 | 1 | 0 | 0.88 |
| HSL | 247.74º | 1% | 0.06% | - |
| HSV(B) | 247.74º | 1% | 0.12% | - |
| XYZ | 0.3 | 0.12 | 1.3 | - |
| YUV | 4.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 31 | 0.87 | 1 | 0 | 0.88 | 247.74 | 1 | 0.06 |
| Hex | 4 | 0 | 1F | 57 | 64 | 0 | 58 | F8 | 64 | 6 |
| Octal | 4 | 0 | 37 | 127 | 144 | 0 | 130 | 370 | 144 | 6 |
| Binary | 100 | 0 | 11111 | 1010111 | 1100100 | 0 | 1011000 | 11111000 | 1100100 | 110 |
Color Harmonies of #04001F
Complementary color
Monochromatic Colors of #04001F
Black with #04001F
Text Example
Text Example
White with #04001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04001F; }
p { color: rgb(4,0,31); }
H1.HeaderClassName
{
color: #04001F;
}
.AnyTagClassName
{
color: #04001F;
}
</style>
background-color css
<style>
a { background-color: #04001F; }
a { background-color: rgb(4,0,31); }
div.DivClassName
{
background-color: #04001F;
}
.BgClassName
{
background-color: #04001F;
}
</style>
border-color css
<style>
span { border-color: #04001F; }
span { border-color: rgb(4,0,31); }
td.TdClassName
{
border-color: #04001F;
}
.TagClassName
{
border-color: #04001F;
}
</style>