Shades of Black Russian #04000E
Tints of Black Russian #04000E
RGB
CMYK
RGB Variations
Color information
#04000E (or 0x04000E) is known color: Black Russian. HEX triplet: 04, 00 and 0E. RGB value is (4,0,14). Sum of RGB (Red+Green+Blue) = 4+0+14=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 14 (5.86% from 255 or 77.78% from 18); Max value from RGB is 14 - color contains mainly: blue. Hex color #04000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04000E is #FBFFF1. Grayscale: #020202. Windows color (decimal): -16515058 or 917508. OLE color: 917508.
HSL color Cylindrical-coordinate representation of color #04000E: hue angle of 257.14º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04000E is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 0 | 14 | - |
| CMYK | 0.71 | 1 | 0 | 0.95 |
| HSL | 257.14º | 1% | 0.03% | - |
| HSV(B) | 257.14º | 1% | 0.05% | - |
| XYZ | 0.13 | 0.06 | 0.42 | - |
| YUV | 2.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 14 | 0.71 | 1 | 0 | 0.95 | 257.14 | 1 | 0.03 |
| Hex | 4 | 0 | E | 47 | 64 | 0 | 5F | 101 | 64 | 3 |
| Octal | 4 | 0 | 16 | 107 | 144 | 0 | 137 | 401 | 144 | 3 |
| Binary | 100 | 0 | 1110 | 1000111 | 1100100 | 0 | 1011111 | 100000001 | 1100100 | 11 |
Color Harmonies of #04000E
Complementary color
Monochromatic Colors of #04000E
Black with #04000E
Text Example
Text Example
White with #04000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04000E; }
p { color: rgb(4,0,14); }
H1.HeaderClassName
{
color: #04000E;
}
.AnyTagClassName
{
color: #04000E;
}
</style>
background-color css
<style>
a { background-color: #04000E; }
a { background-color: rgb(4,0,14); }
div.DivClassName
{
background-color: #04000E;
}
.BgClassName
{
background-color: #04000E;
}
</style>
border-color css
<style>
span { border-color: #04000E; }
span { border-color: rgb(4,0,14); }
td.TdClassName
{
border-color: #04000E;
}
.TagClassName
{
border-color: #04000E;
}
</style>