Shades of Black Russian #04081C
Tints of Black Russian #04081C
RGB
CMYK
RGB Variations
Color information
#04081C (or 0x04081C) is known color: Black Russian. HEX triplet: 04, 08 and 1C. RGB value is (4,8,28). Sum of RGB (Red+Green+Blue) = 4+8+28=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #04081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04081C is #FBF7E3. Grayscale: #090909. Windows color (decimal): -16512996 or 1837060. OLE color: 1837060.
HSL color Cylindrical-coordinate representation of color #04081C: hue angle of 230º 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 #04081C is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 8 | 28 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.89 |
| HSL | 230º | 0.75% | 0.06% | - |
| HSV(B) | 230º | 0.86% | 0.11% | - |
| XYZ | 0.35 | 0.28 | 1.14 | - |
| YUV | 9.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 28 | 0.86 | 0.71 | 0 | 0.89 | 230 | 0.75 | 0.06 |
| Hex | 4 | 8 | 1C | 56 | 47 | 0 | 59 | E6 | 4B | 6 |
| Octal | 4 | 10 | 34 | 126 | 107 | 0 | 131 | 346 | 113 | 6 |
| Binary | 100 | 1000 | 11100 | 1010110 | 1000111 | 0 | 1011001 | 11100110 | 1001011 | 110 |
Color Harmonies of #04081C
Complementary color
Monochromatic Colors of #04081C
Black with #04081C
Text Example
Text Example
White with #04081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04081C; }
p { color: rgb(4,8,28); }
H1.HeaderClassName
{
color: #04081C;
}
.AnyTagClassName
{
color: #04081C;
}
</style>
background-color css
<style>
a { background-color: #04081C; }
a { background-color: rgb(4,8,28); }
div.DivClassName
{
background-color: #04081C;
}
.BgClassName
{
background-color: #04081C;
}
</style>
border-color css
<style>
span { border-color: #04081C; }
span { border-color: rgb(4,8,28); }
td.TdClassName
{
border-color: #04081C;
}
.TagClassName
{
border-color: #04081C;
}
</style>