Shades of Black Russian #090516
Tints of Black Russian #090516
RGB
CMYK
RGB Variations
Color information
#090516 (or 0x090516) is known color: Black Russian. HEX triplet: 09, 05 and 16. RGB value is (9,5,22). Sum of RGB (Red+Green+Blue) = 9+5+22=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #090516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090516 is #F6FAE9. Grayscale: #080808. Windows color (decimal): -16186090 or 1443081. OLE color: 1443081.
HSL color Cylindrical-coordinate representation of color #090516: hue angle of 254.12º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #090516 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 5 | 22 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.91 |
| HSL | 254.12º | 0.63% | 0.05% | - |
| HSV(B) | 254.12º | 0.77% | 0.09% | - |
| XYZ | 0.31 | 0.22 | 0.79 | - |
| YUV | 8.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 22 | 0.59 | 0.77 | 0 | 0.91 | 254.12 | 0.63 | 0.05 |
| Hex | 9 | 5 | 16 | 3B | 4D | 0 | 5B | FE | 3F | 5 |
| Octal | 11 | 5 | 26 | 73 | 115 | 0 | 133 | 376 | 77 | 5 |
| Binary | 1001 | 101 | 10110 | 111011 | 1001101 | 0 | 1011011 | 11111110 | 111111 | 101 |
Color Harmonies of #090516
Complementary color
Monochromatic Colors of #090516
Black with #090516
Text Example
Text Example
White with #090516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090516; }
p { color: rgb(9,5,22); }
H1.HeaderClassName
{
color: #090516;
}
.AnyTagClassName
{
color: #090516;
}
</style>
background-color css
<style>
a { background-color: #090516; }
a { background-color: rgb(9,5,22); }
div.DivClassName
{
background-color: #090516;
}
.BgClassName
{
background-color: #090516;
}
</style>
border-color css
<style>
span { border-color: #090516; }
span { border-color: rgb(9,5,22); }
td.TdClassName
{
border-color: #090516;
}
.TagClassName
{
border-color: #090516;
}
</style>