Shades of Black Russian #090814
Tints of Black Russian #090814
RGB
CMYK
RGB Variations
Color information
#090814 (or 0x090814) is known color: Black Russian. HEX triplet: 09, 08 and 14. RGB value is (9,8,20). Sum of RGB (Red+Green+Blue) = 9+8+20=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #090814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090814 is #F6F7EB. Grayscale: #090909. Windows color (decimal): -16185324 or 1312777. OLE color: 1312777.
HSL color Cylindrical-coordinate representation of color #090814: hue angle of 245º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #090814 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 8 | 20 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.92 |
| HSL | 245º | 0.43% | 0.05% | - |
| HSV(B) | 245º | 0.6% | 0.08% | - |
| XYZ | 0.33 | 0.28 | 0.7 | - |
| YUV | 9.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 20 | 0.55 | 0.60 | 0 | 0.92 | 245 | 0.43 | 0.05 |
| Hex | 9 | 8 | 14 | 37 | 3C | 0 | 5C | F5 | 2B | 5 |
| Octal | 11 | 10 | 24 | 67 | 74 | 0 | 134 | 365 | 53 | 5 |
| Binary | 1001 | 1000 | 10100 | 110111 | 111100 | 0 | 1011100 | 11110101 | 101011 | 101 |
Color Harmonies of #090814
Complementary color
Monochromatic Colors of #090814
Black with #090814
Text Example
Text Example
White with #090814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090814; }
p { color: rgb(9,8,20); }
H1.HeaderClassName
{
color: #090814;
}
.AnyTagClassName
{
color: #090814;
}
</style>
background-color css
<style>
a { background-color: #090814; }
a { background-color: rgb(9,8,20); }
div.DivClassName
{
background-color: #090814;
}
.BgClassName
{
background-color: #090814;
}
</style>
border-color css
<style>
span { border-color: #090814; }
span { border-color: rgb(9,8,20); }
td.TdClassName
{
border-color: #090814;
}
.TagClassName
{
border-color: #090814;
}
</style>