Shades of Black Russian #090D22
Tints of Black Russian #090D22
RGB
CMYK
RGB Variations
Color information
#090D22 (or 0x090D22) is known color: Black Russian. HEX triplet: 09, 0D and 22. RGB value is (9,13,34). Sum of RGB (Red+Green+Blue) = 9+13+34=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #090D22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D22 is #F6F2DD. Grayscale: #0E0E0E. Windows color (decimal): -16184030 or 2231561. OLE color: 2231561.
HSL color Cylindrical-coordinate representation of color #090D22: hue angle of 230.4º 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 #090D22 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 13 | 34 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.87 |
| HSL | 230.4º | 0.58% | 0.08% | - |
| HSV(B) | 230.4º | 0.74% | 0.13% | - |
| XYZ | 0.55 | 0.46 | 1.57 | - |
| YUV | 14.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 34 | 0.74 | 0.62 | 0 | 0.87 | 230.4 | 0.58 | 0.08 |
| Hex | 9 | D | 22 | 4A | 3E | 0 | 57 | E6 | 3A | 8 |
| Octal | 11 | 15 | 42 | 112 | 76 | 0 | 127 | 346 | 72 | 10 |
| Binary | 1001 | 1101 | 100010 | 1001010 | 111110 | 0 | 1010111 | 11100110 | 111010 | 1000 |
Color Harmonies of #090D22
Complementary color
Monochromatic Colors of #090D22
Black with #090D22
Text Example
Text Example
White with #090D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D22; }
p { color: rgb(9,13,34); }
H1.HeaderClassName
{
color: #090D22;
}
.AnyTagClassName
{
color: #090D22;
}
</style>
background-color css
<style>
a { background-color: #090D22; }
a { background-color: rgb(9,13,34); }
div.DivClassName
{
background-color: #090D22;
}
.BgClassName
{
background-color: #090D22;
}
</style>
border-color css
<style>
span { border-color: #090D22; }
span { border-color: rgb(9,13,34); }
td.TdClassName
{
border-color: #090D22;
}
.TagClassName
{
border-color: #090D22;
}
</style>