Shades of Black Russian #090716
Tints of Black Russian #090716
RGB
CMYK
RGB Variations
Color information
#090716 (or 0x090716) is known color: Black Russian. HEX triplet: 09, 07 and 16. RGB value is (9,7,22). Sum of RGB (Red+Green+Blue) = 9+7+22=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #090716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090716 is #F6F8E9. Grayscale: #090909. Windows color (decimal): -16185578 or 1443593. OLE color: 1443593.
HSL color Cylindrical-coordinate representation of color #090716: hue angle of 248º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #090716 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 7 | 22 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.91 |
| HSL | 248º | 0.52% | 0.06% | - |
| HSV(B) | 248º | 0.68% | 0.09% | - |
| XYZ | 0.33 | 0.27 | 0.79 | - |
| YUV | 9.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 22 | 0.59 | 0.68 | 0 | 0.91 | 248 | 0.52 | 0.06 |
| Hex | 9 | 7 | 16 | 3B | 44 | 0 | 5B | F8 | 34 | 6 |
| Octal | 11 | 7 | 26 | 73 | 104 | 0 | 133 | 370 | 64 | 6 |
| Binary | 1001 | 111 | 10110 | 111011 | 1000100 | 0 | 1011011 | 11111000 | 110100 | 110 |
Color Harmonies of #090716
Complementary color
Monochromatic Colors of #090716
Black with #090716
Text Example
Text Example
White with #090716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090716; }
p { color: rgb(9,7,22); }
H1.HeaderClassName
{
color: #090716;
}
.AnyTagClassName
{
color: #090716;
}
</style>
background-color css
<style>
a { background-color: #090716; }
a { background-color: rgb(9,7,22); }
div.DivClassName
{
background-color: #090716;
}
.BgClassName
{
background-color: #090716;
}
</style>
border-color css
<style>
span { border-color: #090716; }
span { border-color: rgb(9,7,22); }
td.TdClassName
{
border-color: #090716;
}
.TagClassName
{
border-color: #090716;
}
</style>