Shades of Black Russian #090B11
Tints of Black Russian #090B11
RGB
CMYK
RGB Variations
Color information
#090B11 (or 0x090B11) is known color: Black Russian. HEX triplet: 09, 0B and 11. RGB value is (9,11,17). Sum of RGB (Red+Green+Blue) = 9+11+17=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #090B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B11 is #F6F4EE. Grayscale: #0B0B0B. Windows color (decimal): -16184559 or 1116937. OLE color: 1116937.
HSL color Cylindrical-coordinate representation of color #090B11: hue angle of 225º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #090B11 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 11 | 17 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.93 |
| HSL | 225º | 0.31% | 0.05% | - |
| HSV(B) | 225º | 0.47% | 0.07% | - |
| XYZ | 0.33 | 0.34 | 0.58 | - |
| YUV | 11.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 17 | 0.47 | 0.35 | 0 | 0.93 | 225 | 0.31 | 0.05 |
| Hex | 9 | B | 11 | 2F | 23 | 0 | 5D | E1 | 1F | 5 |
| Octal | 11 | 13 | 21 | 57 | 43 | 0 | 135 | 341 | 37 | 5 |
| Binary | 1001 | 1011 | 10001 | 101111 | 100011 | 0 | 1011101 | 11100001 | 11111 | 101 |
Color Harmonies of #090B11
Complementary color
Monochromatic Colors of #090B11
Black with #090B11
Text Example
Text Example
White with #090B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B11; }
p { color: rgb(9,11,17); }
H1.HeaderClassName
{
color: #090B11;
}
.AnyTagClassName
{
color: #090B11;
}
</style>
background-color css
<style>
a { background-color: #090B11; }
a { background-color: rgb(9,11,17); }
div.DivClassName
{
background-color: #090B11;
}
.BgClassName
{
background-color: #090B11;
}
</style>
border-color css
<style>
span { border-color: #090B11; }
span { border-color: rgb(9,11,17); }
td.TdClassName
{
border-color: #090B11;
}
.TagClassName
{
border-color: #090B11;
}
</style>