Shades of Black Russian #090811
Tints of Black Russian #090811
RGB
CMYK
RGB Variations
Color information
#090811 (or 0x090811) is known color: Black Russian. HEX triplet: 09, 08 and 11. RGB value is (9,8,17). Sum of RGB (Red+Green+Blue) = 9+8+17=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #090811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090811 is #F6F7EE. Grayscale: #090909. Windows color (decimal): -16185327 or 1116169. OLE color: 1116169.
HSL color Cylindrical-coordinate representation of color #090811: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #090811 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 8 | 17 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.93 |
| HSL | 246.67º | 0.36% | 0.05% | - |
| HSV(B) | 246.67º | 0.53% | 0.07% | - |
| XYZ | 0.3 | 0.27 | 0.57 | - |
| YUV | 9.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 17 | 0.47 | 0.53 | 0 | 0.93 | 246.67 | 0.36 | 0.05 |
| Hex | 9 | 8 | 11 | 2F | 35 | 0 | 5D | F7 | 24 | 5 |
| Octal | 11 | 10 | 21 | 57 | 65 | 0 | 135 | 367 | 44 | 5 |
| Binary | 1001 | 1000 | 10001 | 101111 | 110101 | 0 | 1011101 | 11110111 | 100100 | 101 |
Color Harmonies of #090811
Complementary color
Monochromatic Colors of #090811
Black with #090811
Text Example
Text Example
White with #090811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090811; }
p { color: rgb(9,8,17); }
H1.HeaderClassName
{
color: #090811;
}
.AnyTagClassName
{
color: #090811;
}
</style>
background-color css
<style>
a { background-color: #090811; }
a { background-color: rgb(9,8,17); }
div.DivClassName
{
background-color: #090811;
}
.BgClassName
{
background-color: #090811;
}
</style>
border-color css
<style>
span { border-color: #090811; }
span { border-color: rgb(9,8,17); }
td.TdClassName
{
border-color: #090811;
}
.TagClassName
{
border-color: #090811;
}
</style>