Shades of Black Russian #090022
Tints of Black Russian #090022
RGB
CMYK
RGB Variations
Color information
#090022 (or 0x090022) is known color: Black Russian. HEX triplet: 09, 00 and 22. RGB value is (9,0,34). Sum of RGB (Red+Green+Blue) = 9+0+34=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 34 (13.67% from 255 or 79.07% from 43); Max value from RGB is 34 - color contains mainly: blue. Hex color #090022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090022 is #F6FFDD. Grayscale: #060606. Windows color (decimal): -16187358 or 2228233. OLE color: 2228233.
HSL color Cylindrical-coordinate representation of color #090022: hue angle of 255.88º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090022 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 0 | 34 | - |
| CMYK | 0.74 | 1 | 0 | 0.87 |
| HSL | 255.88º | 1% | 0.07% | - |
| HSV(B) | 255.88º | 1% | 0.13% | - |
| XYZ | 0.4 | 0.17 | 1.53 | - |
| YUV | 6.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 34 | 0.74 | 1 | 0 | 0.87 | 255.88 | 1 | 0.07 |
| Hex | 9 | 0 | 22 | 4A | 64 | 0 | 57 | 100 | 64 | 7 |
| Octal | 11 | 0 | 42 | 112 | 144 | 0 | 127 | 400 | 144 | 7 |
| Binary | 1001 | 0 | 100010 | 1001010 | 1100100 | 0 | 1010111 | 100000000 | 1100100 | 111 |
Color Harmonies of #090022
Complementary color
Monochromatic Colors of #090022
Black with #090022
Text Example
Text Example
White with #090022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090022; }
p { color: rgb(9,0,34); }
H1.HeaderClassName
{
color: #090022;
}
.AnyTagClassName
{
color: #090022;
}
</style>
background-color css
<style>
a { background-color: #090022; }
a { background-color: rgb(9,0,34); }
div.DivClassName
{
background-color: #090022;
}
.BgClassName
{
background-color: #090022;
}
</style>
border-color css
<style>
span { border-color: #090022; }
span { border-color: rgb(9,0,34); }
td.TdClassName
{
border-color: #090022;
}
.TagClassName
{
border-color: #090022;
}
</style>