Shades of Black Russian #090813
Tints of Black Russian #090813
RGB
CMYK
RGB Variations
Color information
#090813 (or 0x090813) is known color: Black Russian. HEX triplet: 09, 08 and 13. RGB value is (9,8,19). Sum of RGB (Red+Green+Blue) = 9+8+19=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #090813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090813 is #F6F7EC. Grayscale: #090909. Windows color (decimal): -16185325 or 1247241. OLE color: 1247241.
HSL color Cylindrical-coordinate representation of color #090813: hue angle of 245.45º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #090813 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 8 | 19 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.93 |
| HSL | 245.45º | 0.41% | 0.05% | - |
| HSV(B) | 245.45º | 0.58% | 0.07% | - |
| XYZ | 0.32 | 0.28 | 0.65 | - |
| YUV | 9.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 19 | 0.53 | 0.58 | 0 | 0.93 | 245.45 | 0.41 | 0.05 |
| Hex | 9 | 8 | 13 | 35 | 3A | 0 | 5D | F5 | 29 | 5 |
| Octal | 11 | 10 | 23 | 65 | 72 | 0 | 135 | 365 | 51 | 5 |
| Binary | 1001 | 1000 | 10011 | 110101 | 111010 | 0 | 1011101 | 11110101 | 101001 | 101 |
Color Harmonies of #090813
Complementary color
Monochromatic Colors of #090813
Black with #090813
Text Example
Text Example
White with #090813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090813; }
p { color: rgb(9,8,19); }
H1.HeaderClassName
{
color: #090813;
}
.AnyTagClassName
{
color: #090813;
}
</style>
background-color css
<style>
a { background-color: #090813; }
a { background-color: rgb(9,8,19); }
div.DivClassName
{
background-color: #090813;
}
.BgClassName
{
background-color: #090813;
}
</style>
border-color css
<style>
span { border-color: #090813; }
span { border-color: rgb(9,8,19); }
td.TdClassName
{
border-color: #090813;
}
.TagClassName
{
border-color: #090813;
}
</style>