Shades of Black Russian #09011E
Tints of Black Russian #09011E
RGB
CMYK
RGB Variations
Color information
#09011E (or 0x09011E) is known color: Black Russian. HEX triplet: 09, 01 and 1E. RGB value is (9,1,30). Sum of RGB (Red+Green+Blue) = 9+1+30=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #09011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09011E is #F6FEE1. Grayscale: #060606. Windows color (decimal): -16187106 or 1966345. OLE color: 1966345.
HSL color Cylindrical-coordinate representation of color #09011E: hue angle of 256.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09011E is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 1 | 30 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.88 |
| HSL | 256.55º | 0.94% | 0.06% | - |
| HSV(B) | 256.55º | 0.97% | 0.12% | - |
| XYZ | 0.36 | 0.17 | 1.24 | - |
| YUV | 6.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 30 | 0.70 | 0.97 | 0 | 0.88 | 256.55 | 0.94 | 0.06 |
| Hex | 9 | 1 | 1E | 46 | 61 | 0 | 58 | 101 | 5E | 6 |
| Octal | 11 | 1 | 36 | 106 | 141 | 0 | 130 | 401 | 136 | 6 |
| Binary | 1001 | 1 | 11110 | 1000110 | 1100001 | 0 | 1011000 | 100000001 | 1011110 | 110 |
Color Harmonies of #09011E
Complementary color
Monochromatic Colors of #09011E
Black with #09011E
Text Example
Text Example
White with #09011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09011E; }
p { color: rgb(9,1,30); }
H1.HeaderClassName
{
color: #09011E;
}
.AnyTagClassName
{
color: #09011E;
}
</style>
background-color css
<style>
a { background-color: #09011E; }
a { background-color: rgb(9,1,30); }
div.DivClassName
{
background-color: #09011E;
}
.BgClassName
{
background-color: #09011E;
}
</style>
border-color css
<style>
span { border-color: #09011E; }
span { border-color: rgb(9,1,30); }
td.TdClassName
{
border-color: #09011E;
}
.TagClassName
{
border-color: #09011E;
}
</style>