Shades of Black Russian #090A11
Tints of Black Russian #090A11
RGB
CMYK
RGB Variations
Color information
#090A11 (or 0x090A11) is known color: Black Russian. HEX triplet: 09, 0A and 11. RGB value is (9,10,17). Sum of RGB (Red+Green+Blue) = 9+10+17=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #090A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A11 is #F6F5EE. Grayscale: #0A0A0A. Windows color (decimal): -16184815 or 1116681. OLE color: 1116681.
HSL color Cylindrical-coordinate representation of color #090A11: hue angle of 232.5º 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 #090A11 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 10 | 17 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.93 |
| HSL | 232.5º | 0.31% | 0.05% | - |
| HSV(B) | 232.5º | 0.47% | 0.07% | - |
| XYZ | 0.32 | 0.32 | 0.57 | - |
| YUV | 10.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 17 | 0.47 | 0.41 | 0 | 0.93 | 232.5 | 0.31 | 0.05 |
| Hex | 9 | A | 11 | 2F | 29 | 0 | 5D | E8 | 1F | 5 |
| Octal | 11 | 12 | 21 | 57 | 51 | 0 | 135 | 350 | 37 | 5 |
| Binary | 1001 | 1010 | 10001 | 101111 | 101001 | 0 | 1011101 | 11101000 | 11111 | 101 |
Color Harmonies of #090A11
Complementary color
Monochromatic Colors of #090A11
Black with #090A11
Text Example
Text Example
White with #090A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A11; }
p { color: rgb(9,10,17); }
H1.HeaderClassName
{
color: #090A11;
}
.AnyTagClassName
{
color: #090A11;
}
</style>
background-color css
<style>
a { background-color: #090A11; }
a { background-color: rgb(9,10,17); }
div.DivClassName
{
background-color: #090A11;
}
.BgClassName
{
background-color: #090A11;
}
</style>
border-color css
<style>
span { border-color: #090A11; }
span { border-color: rgb(9,10,17); }
td.TdClassName
{
border-color: #090A11;
}
.TagClassName
{
border-color: #090A11;
}
</style>