Shades of Black Russian #04000F
Tints of Black Russian #04000F
RGB
CMYK
RGB Variations
Color information
#04000F (or 0x04000F) is known color: Black Russian. HEX triplet: 04, 00 and 0F. RGB value is (4,0,15). Sum of RGB (Red+Green+Blue) = 4+0+15=19 (2% of max value = 765). Red value is 4 (1.95% from 255 or 21.05% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 15 (6.25% from 255 or 78.95% from 19); Max value from RGB is 15 - color contains mainly: blue. Hex color #04000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04000F is #FBFFF0. Grayscale: #020202. Windows color (decimal): -16515057 or 983044. OLE color: 983044.
HSL color Cylindrical-coordinate representation of color #04000F: hue angle of 256º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04000F is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 0 | 15 | - |
| CMYK | 0.73 | 1 | 0 | 0.94 |
| HSL | 256º | 1% | 0.03% | - |
| HSV(B) | 256º | 1% | 0.06% | - |
| XYZ | 0.14 | 0.06 | 0.46 | - |
| YUV | 2.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 15 | 0.73 | 1 | 0 | 0.94 | 256 | 1 | 0.03 |
| Hex | 4 | 0 | F | 49 | 64 | 0 | 5E | 100 | 64 | 3 |
| Octal | 4 | 0 | 17 | 111 | 144 | 0 | 136 | 400 | 144 | 3 |
| Binary | 100 | 0 | 1111 | 1001001 | 1100100 | 0 | 1011110 | 100000000 | 1100100 | 11 |
Color Harmonies of #04000F
Complementary color
Monochromatic Colors of #04000F
Black with #04000F
Text Example
Text Example
White with #04000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04000F; }
p { color: rgb(4,0,15); }
H1.HeaderClassName
{
color: #04000F;
}
.AnyTagClassName
{
color: #04000F;
}
</style>
background-color css
<style>
a { background-color: #04000F; }
a { background-color: rgb(4,0,15); }
div.DivClassName
{
background-color: #04000F;
}
.BgClassName
{
background-color: #04000F;
}
</style>
border-color css
<style>
span { border-color: #04000F; }
span { border-color: rgb(4,0,15); }
td.TdClassName
{
border-color: #04000F;
}
.TagClassName
{
border-color: #04000F;
}
</style>