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