Shades of Black Russian #090D16
Tints of Black Russian #090D16
RGB
CMYK
RGB Variations
Color information
#090D16 (or 0x090D16) is known color: Black Russian. HEX triplet: 09, 0D and 16. RGB value is (9,13,22). Sum of RGB (Red+Green+Blue) = 9+13+22=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #090D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D16 is #F6F2E9. Grayscale: #0C0C0C. Windows color (decimal): -16184042 or 1445129. OLE color: 1445129.
HSL color Cylindrical-coordinate representation of color #090D16: hue angle of 221.54º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #090D16 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 13 | 22 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.91 |
| HSL | 221.54º | 0.42% | 0.06% | - |
| HSV(B) | 221.54º | 0.59% | 0.09% | - |
| XYZ | 0.4 | 0.4 | 0.82 | - |
| YUV | 12.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 22 | 0.59 | 0.41 | 0 | 0.91 | 221.54 | 0.42 | 0.06 |
| Hex | 9 | D | 16 | 3B | 29 | 0 | 5B | DE | 2A | 6 |
| Octal | 11 | 15 | 26 | 73 | 51 | 0 | 133 | 336 | 52 | 6 |
| Binary | 1001 | 1101 | 10110 | 111011 | 101001 | 0 | 1011011 | 11011110 | 101010 | 110 |
Color Harmonies of #090D16
Complementary color
Monochromatic Colors of #090D16
Black with #090D16
Text Example
Text Example
White with #090D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D16; }
p { color: rgb(9,13,22); }
H1.HeaderClassName
{
color: #090D16;
}
.AnyTagClassName
{
color: #090D16;
}
</style>
background-color css
<style>
a { background-color: #090D16; }
a { background-color: rgb(9,13,22); }
div.DivClassName
{
background-color: #090D16;
}
.BgClassName
{
background-color: #090D16;
}
</style>
border-color css
<style>
span { border-color: #090D16; }
span { border-color: rgb(9,13,22); }
td.TdClassName
{
border-color: #090D16;
}
.TagClassName
{
border-color: #090D16;
}
</style>