Shades of Black Russian #00040F
Tints of Black Russian #00040F
RGB
CMYK
RGB Variations
Color information
#00040F (or 0x00040F) is known color: Black Russian. HEX triplet: 00, 04 and 0F. RGB value is (0,4,15). Sum of RGB (Red+Green+Blue) = 0+4+15=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 4 (1.95% from 255 or 21.05% 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 #00040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00040F is #FFFBF0. Grayscale: #040404. Windows color (decimal): -16776177 or 984064. OLE color: 984064.
HSL color Cylindrical-coordinate representation of color #00040F: hue angle of 224º 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 #00040F is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 4 | 15 | - |
| CMYK | 1 | 0.73 | 0 | 0.94 |
| HSL | 224º | 1% | 0.03% | - |
| HSV(B) | 224º | 1% | 0.06% | - |
| XYZ | 0.13 | 0.12 | 0.47 | - |
| YUV | 4.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 15 | 1 | 0.73 | 0 | 0.94 | 224 | 1 | 0.03 |
| Hex | 0 | 4 | F | 64 | 49 | 0 | 5E | E0 | 64 | 3 |
| Octal | 0 | 4 | 17 | 144 | 111 | 0 | 136 | 340 | 144 | 3 |
| Binary | 0 | 100 | 1111 | 1100100 | 1001001 | 0 | 1011110 | 11100000 | 1100100 | 11 |
Color Harmonies of #00040F
Complementary color
Monochromatic Colors of #00040F
Black with #00040F
Text Example
Text Example
White with #00040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00040F; }
p { color: rgb(0,4,15); }
H1.HeaderClassName
{
color: #00040F;
}
.AnyTagClassName
{
color: #00040F;
}
</style>
background-color css
<style>
a { background-color: #00040F; }
a { background-color: rgb(0,4,15); }
div.DivClassName
{
background-color: #00040F;
}
.BgClassName
{
background-color: #00040F;
}
</style>
border-color css
<style>
span { border-color: #00040F; }
span { border-color: rgb(0,4,15); }
td.TdClassName
{
border-color: #00040F;
}
.TagClassName
{
border-color: #00040F;
}
</style>