Shades of Black Russian #04051C
Tints of Black Russian #04051C
RGB
CMYK
RGB Variations
Color information
#04051C (or 0x04051C) is known color: Black Russian. HEX triplet: 04, 05 and 1C. RGB value is (4,5,28). Sum of RGB (Red+Green+Blue) = 4+5+28=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #04051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04051C is #FBFAE3. Grayscale: #070707. Windows color (decimal): -16513764 or 1836292. OLE color: 1836292.
HSL color Cylindrical-coordinate representation of color #04051C: hue angle of 237.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #04051C is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 5 | 28 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.89 |
| HSL | 237.5º | 0.75% | 0.06% | - |
| HSV(B) | 237.5º | 0.86% | 0.11% | - |
| XYZ | 0.31 | 0.22 | 1.12 | - |
| YUV | 7.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 28 | 0.86 | 0.82 | 0 | 0.89 | 237.5 | 0.75 | 0.06 |
| Hex | 4 | 5 | 1C | 56 | 52 | 0 | 59 | EE | 4B | 6 |
| Octal | 4 | 5 | 34 | 126 | 122 | 0 | 131 | 356 | 113 | 6 |
| Binary | 100 | 101 | 11100 | 1010110 | 1010010 | 0 | 1011001 | 11101110 | 1001011 | 110 |
Color Harmonies of #04051C
Complementary color
Monochromatic Colors of #04051C
Black with #04051C
Text Example
Text Example
White with #04051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04051C; }
p { color: rgb(4,5,28); }
H1.HeaderClassName
{
color: #04051C;
}
.AnyTagClassName
{
color: #04051C;
}
</style>
background-color css
<style>
a { background-color: #04051C; }
a { background-color: rgb(4,5,28); }
div.DivClassName
{
background-color: #04051C;
}
.BgClassName
{
background-color: #04051C;
}
</style>
border-color css
<style>
span { border-color: #04051C; }
span { border-color: rgb(4,5,28); }
td.TdClassName
{
border-color: #04051C;
}
.TagClassName
{
border-color: #04051C;
}
</style>