Shades of Black Russian #091122
Tints of Black Russian #091122
RGB
CMYK
RGB Variations
Color information
#091122 (or 0x091122) is known color: Black Russian. HEX triplet: 09, 11 and 22. RGB value is (9,17,34). Sum of RGB (Red+Green+Blue) = 9+17+34=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #091122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091122 is #F6EEDD. Grayscale: #101010. Windows color (decimal): -16183006 or 2232585. OLE color: 2232585.
HSL color Cylindrical-coordinate representation of color #091122: hue angle of 220.8º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091122 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 17 | 34 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.87 |
| HSL | 220.8º | 0.58% | 0.08% | - |
| HSV(B) | 220.8º | 0.74% | 0.13% | - |
| XYZ | 0.6 | 0.57 | 1.59 | - |
| YUV | 16.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 34 | 0.74 | 0.50 | 0 | 0.87 | 220.8 | 0.58 | 0.08 |
| Hex | 9 | 11 | 22 | 4A | 32 | 0 | 57 | DD | 3A | 8 |
| Octal | 11 | 21 | 42 | 112 | 62 | 0 | 127 | 335 | 72 | 10 |
| Binary | 1001 | 10001 | 100010 | 1001010 | 110010 | 0 | 1010111 | 11011101 | 111010 | 1000 |
Color Harmonies of #091122
Complementary color
Monochromatic Colors of #091122
Black with #091122
Text Example
Text Example
White with #091122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091122; }
p { color: rgb(9,17,34); }
H1.HeaderClassName
{
color: #091122;
}
.AnyTagClassName
{
color: #091122;
}
</style>
background-color css
<style>
a { background-color: #091122; }
a { background-color: rgb(9,17,34); }
div.DivClassName
{
background-color: #091122;
}
.BgClassName
{
background-color: #091122;
}
</style>
border-color css
<style>
span { border-color: #091122; }
span { border-color: rgb(9,17,34); }
td.TdClassName
{
border-color: #091122;
}
.TagClassName
{
border-color: #091122;
}
</style>