Shades of Black Russian #090B12
Tints of Black Russian #090B12
RGB
CMYK
RGB Variations
Color information
#090B12 (or 0x090B12) is known color: Black Russian. HEX triplet: 09, 0B and 12. RGB value is (9,11,18). Sum of RGB (Red+Green+Blue) = 9+11+18=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #090B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B12 is #F6F4ED. Grayscale: #0B0B0B. Windows color (decimal): -16184558 or 1182473. OLE color: 1182473.
HSL color Cylindrical-coordinate representation of color #090B12: hue angle of 226.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #090B12 is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 11 | 18 | - |
| CMYK | 0.5 | 0.39 | 0 | 0.93 |
| HSL | 226.67º | 0.33% | 0.05% | - |
| HSV(B) | 226.67º | 0.5% | 0.07% | - |
| XYZ | 0.34 | 0.34 | 0.62 | - |
| YUV | 11.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 18 | 0.5 | 0.39 | 0 | 0.93 | 226.67 | 0.33 | 0.05 |
| Hex | 9 | B | 12 | 32 | 27 | 0 | 5D | E3 | 21 | 5 |
| Octal | 11 | 13 | 22 | 62 | 47 | 0 | 135 | 343 | 41 | 5 |
| Binary | 1001 | 1011 | 10010 | 110010 | 100111 | 0 | 1011101 | 11100011 | 100001 | 101 |
Color Harmonies of #090B12
Complementary color
Monochromatic Colors of #090B12
Black with #090B12
Text Example
Text Example
White with #090B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B12; }
p { color: rgb(9,11,18); }
H1.HeaderClassName
{
color: #090B12;
}
.AnyTagClassName
{
color: #090B12;
}
</style>
background-color css
<style>
a { background-color: #090B12; }
a { background-color: rgb(9,11,18); }
div.DivClassName
{
background-color: #090B12;
}
.BgClassName
{
background-color: #090B12;
}
</style>
border-color css
<style>
span { border-color: #090B12; }
span { border-color: rgb(9,11,18); }
td.TdClassName
{
border-color: #090B12;
}
.TagClassName
{
border-color: #090B12;
}
</style>