Shades of Black Russian #03010E
Tints of Black Russian #03010E
RGB
CMYK
RGB Variations
Color information
#03010E (or 0x03010E) is known color: Black Russian. HEX triplet: 03, 01 and 0E. RGB value is (3,1,14). Sum of RGB (Red+Green+Blue) = 3+1+14=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 1 (0.78% from 255 or 5.56% 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 #03010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03010E is #FCFEF1. Grayscale: #030303. Windows color (decimal): -16580338 or 917763. OLE color: 917763.
HSL color Cylindrical-coordinate representation of color #03010E: hue angle of 249.23º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03010E is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 1 | 14 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.95 |
| HSL | 249.23º | 0.87% | 0.03% | - |
| HSV(B) | 249.23º | 0.93% | 0.05% | - |
| XYZ | 0.13 | 0.07 | 0.42 | - |
| YUV | 3.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 14 | 0.79 | 0.93 | 0 | 0.95 | 249.23 | 0.87 | 0.03 |
| Hex | 3 | 1 | E | 4F | 5D | 0 | 5F | F9 | 57 | 3 |
| Octal | 3 | 1 | 16 | 117 | 135 | 0 | 137 | 371 | 127 | 3 |
| Binary | 11 | 1 | 1110 | 1001111 | 1011101 | 0 | 1011111 | 11111001 | 1010111 | 11 |
Color Harmonies of #03010E
Complementary color
Monochromatic Colors of #03010E
Black with #03010E
Text Example
Text Example
White with #03010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03010E; }
p { color: rgb(3,1,14); }
H1.HeaderClassName
{
color: #03010E;
}
.AnyTagClassName
{
color: #03010E;
}
</style>
background-color css
<style>
a { background-color: #03010E; }
a { background-color: rgb(3,1,14); }
div.DivClassName
{
background-color: #03010E;
}
.BgClassName
{
background-color: #03010E;
}
</style>
border-color css
<style>
span { border-color: #03010E; }
span { border-color: rgb(3,1,14); }
td.TdClassName
{
border-color: #03010E;
}
.TagClassName
{
border-color: #03010E;
}
</style>