Shades of Black Russian #04042E
Tints of Black Russian #04042E
RGB
CMYK
RGB Variations
Color information
#04042E (or 0x04042E) is known color: Black Russian. HEX triplet: 04, 04 and 2E. RGB value is (4,4,46). Sum of RGB (Red+Green+Blue) = 4+4+46=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 46 (18.36% from 255 or 85.19% from 54); Max value from RGB is 46 - color contains mainly: blue. Hex color #04042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04042E is #FBFBD1. Grayscale: #080808. Windows color (decimal): -16514002 or 3015684. OLE color: 3015684.
HSL color Cylindrical-coordinate representation of color #04042E: hue angle of 240º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04042E is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 4 | 46 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.82 |
| HSL | 240º | 0.84% | 0.1% | - |
| HSV(B) | 240º | 0.91% | 0.18% | - |
| XYZ | 0.59 | 0.31 | 2.61 | - |
| YUV | 8.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 46 | 0.91 | 0.91 | 0 | 0.82 | 240 | 0.84 | 0.1 |
| Hex | 4 | 4 | 2E | 5B | 5B | 0 | 52 | F0 | 54 | A |
| Octal | 4 | 4 | 56 | 133 | 133 | 0 | 122 | 360 | 124 | 12 |
| Binary | 100 | 100 | 101110 | 1011011 | 1011011 | 0 | 1010010 | 11110000 | 1010100 | 1010 |
Color Harmonies of #04042E
Complementary color
Monochromatic Colors of #04042E
Black with #04042E
Text Example
Text Example
White with #04042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04042E; }
p { color: rgb(4,4,46); }
H1.HeaderClassName
{
color: #04042E;
}
.AnyTagClassName
{
color: #04042E;
}
</style>
background-color css
<style>
a { background-color: #04042E; }
a { background-color: rgb(4,4,46); }
div.DivClassName
{
background-color: #04042E;
}
.BgClassName
{
background-color: #04042E;
}
</style>
border-color css
<style>
span { border-color: #04042E; }
span { border-color: rgb(4,4,46); }
td.TdClassName
{
border-color: #04042E;
}
.TagClassName
{
border-color: #04042E;
}
</style>