Shades of Black Russian #00091E
Tints of Black Russian #00091E
RGB
CMYK
RGB Variations
Color information
#00091E (or 0x00091E) is known color: Black Russian. HEX triplet: 00, 09 and 1E. RGB value is (0,9,30). Sum of RGB (Red+Green+Blue) = 0+9+30=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #00091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00091E is #FFF6E1. Grayscale: #080808. Windows color (decimal): -16774882 or 1968384. OLE color: 1968384.
HSL color Cylindrical-coordinate representation of color #00091E: hue angle of 222º 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 #00091E is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 9 | 30 | - |
| CMYK | 1 | 0.70 | 0 | 0.88 |
| HSL | 222º | 1% | 0.06% | - |
| HSV(B) | 222º | 1% | 0.12% | - |
| XYZ | 0.33 | 0.29 | 1.27 | - |
| YUV | 8.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 30 | 1 | 0.70 | 0 | 0.88 | 222 | 1 | 0.06 |
| Hex | 0 | 9 | 1E | 64 | 46 | 0 | 58 | DE | 64 | 6 |
| Octal | 0 | 11 | 36 | 144 | 106 | 0 | 130 | 336 | 144 | 6 |
| Binary | 0 | 1001 | 11110 | 1100100 | 1000110 | 0 | 1011000 | 11011110 | 1100100 | 110 |
Color Harmonies of #00091E
Complementary color
Monochromatic Colors of #00091E
Black with #00091E
Text Example
Text Example
White with #00091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00091E; }
p { color: rgb(0,9,30); }
H1.HeaderClassName
{
color: #00091E;
}
.AnyTagClassName
{
color: #00091E;
}
</style>
background-color css
<style>
a { background-color: #00091E; }
a { background-color: rgb(0,9,30); }
div.DivClassName
{
background-color: #00091E;
}
.BgClassName
{
background-color: #00091E;
}
</style>
border-color css
<style>
span { border-color: #00091E; }
span { border-color: rgb(0,9,30); }
td.TdClassName
{
border-color: #00091E;
}
.TagClassName
{
border-color: #00091E;
}
</style>