Shades of Black Russian #00011E
Tints of Black Russian #00011E
RGB
CMYK
RGB Variations
Color information
#00011E (or 0x00011E) is known color: Black Russian. HEX triplet: 00, 01 and 1E. RGB value is (0,1,30). Sum of RGB (Red+Green+Blue) = 0+1+30=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 30 (12.11% from 255 or 96.77% from 31); Max value from RGB is 30 - color contains mainly: blue. Hex color #00011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00011E is #FFFEE1. Grayscale: #030303. Windows color (decimal): -16776930 or 1966336. OLE color: 1966336.
HSL color Cylindrical-coordinate representation of color #00011E: hue angle of 238º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00011E is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 1 | 30 | - |
| CMYK | 1 | 0.97 | 0 | 0.88 |
| HSL | 238º | 1% | 0.06% | - |
| HSV(B) | 238º | 1% | 0.12% | - |
| XYZ | 0.25 | 0.12 | 1.24 | - |
| YUV | 4.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 30 | 1 | 0.97 | 0 | 0.88 | 238 | 1 | 0.06 |
| Hex | 0 | 1 | 1E | 64 | 61 | 0 | 58 | EE | 64 | 6 |
| Octal | 0 | 1 | 36 | 144 | 141 | 0 | 130 | 356 | 144 | 6 |
| Binary | 0 | 1 | 11110 | 1100100 | 1100001 | 0 | 1011000 | 11101110 | 1100100 | 110 |
Color Harmonies of #00011E
Complementary color
Monochromatic Colors of #00011E
Black with #00011E
Text Example
Text Example
White with #00011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00011E; }
p { color: rgb(0,1,30); }
H1.HeaderClassName
{
color: #00011E;
}
.AnyTagClassName
{
color: #00011E;
}
</style>
background-color css
<style>
a { background-color: #00011E; }
a { background-color: rgb(0,1,30); }
div.DivClassName
{
background-color: #00011E;
}
.BgClassName
{
background-color: #00011E;
}
</style>
border-color css
<style>
span { border-color: #00011E; }
span { border-color: rgb(0,1,30); }
td.TdClassName
{
border-color: #00011E;
}
.TagClassName
{
border-color: #00011E;
}
</style>