Shades of Black Russian #04020F
Tints of Black Russian #04020F
RGB
CMYK
RGB Variations
Color information
#04020F (or 0x04020F) is known color: Black Russian. HEX triplet: 04, 02 and 0F. RGB value is (4,2,15). Sum of RGB (Red+Green+Blue) = 4+2+15=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 15 (6.25% from 255 or 71.43% from 21); Max value from RGB is 15 - color contains mainly: blue. Hex color #04020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04020F is #FBFDF0. Grayscale: #040404. Windows color (decimal): -16514545 or 983556. OLE color: 983556.
HSL color Cylindrical-coordinate representation of color #04020F: hue angle of 249.23º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #04020F is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 2 | 15 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.94 |
| HSL | 249.23º | 0.76% | 0.03% | - |
| HSV(B) | 249.23º | 0.87% | 0.06% | - |
| XYZ | 0.16 | 0.1 | 0.46 | - |
| YUV | 4.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 15 | 0.73 | 0.87 | 0 | 0.94 | 249.23 | 0.76 | 0.03 |
| Hex | 4 | 2 | F | 49 | 57 | 0 | 5E | F9 | 4C | 3 |
| Octal | 4 | 2 | 17 | 111 | 127 | 0 | 136 | 371 | 114 | 3 |
| Binary | 100 | 10 | 1111 | 1001001 | 1010111 | 0 | 1011110 | 11111001 | 1001100 | 11 |
Color Harmonies of #04020F
Complementary color
Monochromatic Colors of #04020F
Black with #04020F
Text Example
Text Example
White with #04020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04020F; }
p { color: rgb(4,2,15); }
H1.HeaderClassName
{
color: #04020F;
}
.AnyTagClassName
{
color: #04020F;
}
</style>
background-color css
<style>
a { background-color: #04020F; }
a { background-color: rgb(4,2,15); }
div.DivClassName
{
background-color: #04020F;
}
.BgClassName
{
background-color: #04020F;
}
</style>
border-color css
<style>
span { border-color: #04020F; }
span { border-color: rgb(4,2,15); }
td.TdClassName
{
border-color: #04020F;
}
.TagClassName
{
border-color: #04020F;
}
</style>