Shades of Black Russian #04052E
Tints of Black Russian #04052E
RGB
CMYK
RGB Variations
Color information
#04052E (or 0x04052E) is known color: Black Russian. HEX triplet: 04, 05 and 2E. RGB value is (4,5,46). Sum of RGB (Red+Green+Blue) = 4+5+46=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #04052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04052E is #FBFAD1. Grayscale: #090909. Windows color (decimal): -16513746 or 3015940. OLE color: 3015940.
HSL color Cylindrical-coordinate representation of color #04052E: hue angle of 238.57º 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 #04052E is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 5 | 46 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.82 |
| HSL | 238.57º | 0.84% | 0.1% | - |
| HSV(B) | 238.57º | 0.91% | 0.18% | - |
| XYZ | 0.6 | 0.33 | 2.62 | - |
| YUV | 9.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 46 | 0.91 | 0.89 | 0 | 0.82 | 238.57 | 0.84 | 0.1 |
| Hex | 4 | 5 | 2E | 5B | 59 | 0 | 52 | EF | 54 | A |
| Octal | 4 | 5 | 56 | 133 | 131 | 0 | 122 | 357 | 124 | 12 |
| Binary | 100 | 101 | 101110 | 1011011 | 1011001 | 0 | 1010010 | 11101111 | 1010100 | 1010 |
Color Harmonies of #04052E
Complementary color
Monochromatic Colors of #04052E
Black with #04052E
Text Example
Text Example
White with #04052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04052E; }
p { color: rgb(4,5,46); }
H1.HeaderClassName
{
color: #04052E;
}
.AnyTagClassName
{
color: #04052E;
}
</style>
background-color css
<style>
a { background-color: #04052E; }
a { background-color: rgb(4,5,46); }
div.DivClassName
{
background-color: #04052E;
}
.BgClassName
{
background-color: #04052E;
}
</style>
border-color css
<style>
span { border-color: #04052E; }
span { border-color: rgb(4,5,46); }
td.TdClassName
{
border-color: #04052E;
}
.TagClassName
{
border-color: #04052E;
}
</style>