Shades of Black Russian #090513
Tints of Black Russian #090513
RGB
CMYK
RGB Variations
Color information
#090513 (or 0x090513) is known color: Black Russian. HEX triplet: 09, 05 and 13. RGB value is (9,5,19). Sum of RGB (Red+Green+Blue) = 9+5+19=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 19 (7.81% from 255 or 57.58% from 33); Max value from RGB is 19 - color contains mainly: blue. Hex color #090513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090513 is #F6FAEC. Grayscale: #070707. Windows color (decimal): -16186093 or 1246473. OLE color: 1246473.
HSL color Cylindrical-coordinate representation of color #090513: hue angle of 257.14º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #090513 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 5 | 19 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.93 |
| HSL | 257.14º | 0.58% | 0.05% | - |
| HSV(B) | 257.14º | 0.74% | 0.07% | - |
| XYZ | 0.28 | 0.21 | 0.64 | - |
| YUV | 7.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 19 | 0.53 | 0.74 | 0 | 0.93 | 257.14 | 0.58 | 0.05 |
| Hex | 9 | 5 | 13 | 35 | 4A | 0 | 5D | 101 | 3A | 5 |
| Octal | 11 | 5 | 23 | 65 | 112 | 0 | 135 | 401 | 72 | 5 |
| Binary | 1001 | 101 | 10011 | 110101 | 1001010 | 0 | 1011101 | 100000001 | 111010 | 101 |
Color Harmonies of #090513
Complementary color
Monochromatic Colors of #090513
Black with #090513
Text Example
Text Example
White with #090513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090513; }
p { color: rgb(9,5,19); }
H1.HeaderClassName
{
color: #090513;
}
.AnyTagClassName
{
color: #090513;
}
</style>
background-color css
<style>
a { background-color: #090513; }
a { background-color: rgb(9,5,19); }
div.DivClassName
{
background-color: #090513;
}
.BgClassName
{
background-color: #090513;
}
</style>
border-color css
<style>
span { border-color: #090513; }
span { border-color: rgb(9,5,19); }
td.TdClassName
{
border-color: #090513;
}
.TagClassName
{
border-color: #090513;
}
</style>