Shades of Black Russian #09111F
Tints of Black Russian #09111F
RGB
CMYK
RGB Variations
Color information
#09111F (or 0x09111F) is known color: Black Russian. HEX triplet: 09, 11 and 1F. RGB value is (9,17,31). Sum of RGB (Red+Green+Blue) = 9+17+31=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #09111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09111F is #F6EEE0. Grayscale: #101010. Windows color (decimal): -16183009 or 2035977. OLE color: 2035977.
HSL color Cylindrical-coordinate representation of color #09111F: hue angle of 218.18º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09111F is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 17 | 31 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.88 |
| HSL | 218.18º | 0.55% | 0.08% | - |
| HSV(B) | 218.18º | 0.71% | 0.12% | - |
| XYZ | 0.56 | 0.56 | 1.37 | - |
| YUV | 16.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 31 | 0.71 | 0.45 | 0 | 0.88 | 218.18 | 0.55 | 0.08 |
| Hex | 9 | 11 | 1F | 47 | 2D | 0 | 58 | DA | 37 | 8 |
| Octal | 11 | 21 | 37 | 107 | 55 | 0 | 130 | 332 | 67 | 10 |
| Binary | 1001 | 10001 | 11111 | 1000111 | 101101 | 0 | 1011000 | 11011010 | 110111 | 1000 |
Color Harmonies of #09111F
Complementary color
Monochromatic Colors of #09111F
Black with #09111F
Text Example
Text Example
White with #09111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09111F; }
p { color: rgb(9,17,31); }
H1.HeaderClassName
{
color: #09111F;
}
.AnyTagClassName
{
color: #09111F;
}
</style>
background-color css
<style>
a { background-color: #09111F; }
a { background-color: rgb(9,17,31); }
div.DivClassName
{
background-color: #09111F;
}
.BgClassName
{
background-color: #09111F;
}
</style>
border-color css
<style>
span { border-color: #09111F; }
span { border-color: rgb(9,17,31); }
td.TdClassName
{
border-color: #09111F;
}
.TagClassName
{
border-color: #09111F;
}
</style>