Shades of Black Russian #04072E
Tints of Black Russian #04072E
RGB
CMYK
RGB Variations
Color information
#04072E (or 0x04072E) is known color: Black Russian. HEX triplet: 04, 07 and 2E. RGB value is (4,7,46). Sum of RGB (Red+Green+Blue) = 4+7+46=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 46 (18.36% from 255 or 80.70% from 57); Max value from RGB is 46 - color contains mainly: blue. Hex color #04072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04072E is #FBF8D1. Grayscale: #0A0A0A. Windows color (decimal): -16513234 or 3016452. OLE color: 3016452.
HSL color Cylindrical-coordinate representation of color #04072E: hue angle of 235.71º 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 #04072E is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 7 | 46 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.82 |
| HSL | 235.71º | 0.84% | 0.1% | - |
| HSV(B) | 235.71º | 0.91% | 0.18% | - |
| XYZ | 0.62 | 0.38 | 2.62 | - |
| YUV | 10.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 46 | 0.91 | 0.85 | 0 | 0.82 | 235.71 | 0.84 | 0.1 |
| Hex | 4 | 7 | 2E | 5B | 55 | 0 | 52 | EC | 54 | A |
| Octal | 4 | 7 | 56 | 133 | 125 | 0 | 122 | 354 | 124 | 12 |
| Binary | 100 | 111 | 101110 | 1011011 | 1010101 | 0 | 1010010 | 11101100 | 1010100 | 1010 |
Color Harmonies of #04072E
Complementary color
Monochromatic Colors of #04072E
Black with #04072E
Text Example
Text Example
White with #04072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04072E; }
p { color: rgb(4,7,46); }
H1.HeaderClassName
{
color: #04072E;
}
.AnyTagClassName
{
color: #04072E;
}
</style>
background-color css
<style>
a { background-color: #04072E; }
a { background-color: rgb(4,7,46); }
div.DivClassName
{
background-color: #04072E;
}
.BgClassName
{
background-color: #04072E;
}
</style>
border-color css
<style>
span { border-color: #04072E; }
span { border-color: rgb(4,7,46); }
td.TdClassName
{
border-color: #04072E;
}
.TagClassName
{
border-color: #04072E;
}
</style>