Shades of Black Russian #090B16
Tints of Black Russian #090B16
RGB
CMYK
RGB Variations
Color information
#090B16 (or 0x090B16) is known color: Black Russian. HEX triplet: 09, 0B and 16. RGB value is (9,11,22). Sum of RGB (Red+Green+Blue) = 9+11+22=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #090B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B16 is #F6F4E9. Grayscale: #0B0B0B. Windows color (decimal): -16184554 or 1444617. OLE color: 1444617.
HSL color Cylindrical-coordinate representation of color #090B16: hue angle of 230.77º 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 #090B16 is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 11 | 22 | - |
| CMYK | 0.59 | 0.5 | 0 | 0.91 |
| HSL | 230.77º | 0.42% | 0.06% | - |
| HSV(B) | 230.77º | 0.59% | 0.09% | - |
| XYZ | 0.38 | 0.36 | 0.81 | - |
| YUV | 11.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 22 | 0.59 | 0.5 | 0 | 0.91 | 230.77 | 0.42 | 0.06 |
| Hex | 9 | B | 16 | 3B | 32 | 0 | 5B | E7 | 2A | 6 |
| Octal | 11 | 13 | 26 | 73 | 62 | 0 | 133 | 347 | 52 | 6 |
| Binary | 1001 | 1011 | 10110 | 111011 | 110010 | 0 | 1011011 | 11100111 | 101010 | 110 |
Color Harmonies of #090B16
Complementary color
Monochromatic Colors of #090B16
Black with #090B16
Text Example
Text Example
White with #090B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B16; }
p { color: rgb(9,11,22); }
H1.HeaderClassName
{
color: #090B16;
}
.AnyTagClassName
{
color: #090B16;
}
</style>
background-color css
<style>
a { background-color: #090B16; }
a { background-color: rgb(9,11,22); }
div.DivClassName
{
background-color: #090B16;
}
.BgClassName
{
background-color: #090B16;
}
</style>
border-color css
<style>
span { border-color: #090B16; }
span { border-color: rgb(9,11,22); }
td.TdClassName
{
border-color: #090B16;
}
.TagClassName
{
border-color: #090B16;
}
</style>