Shades of Black Russian #090913
Tints of Black Russian #090913
RGB
CMYK
RGB Variations
Color information
#090913 (or 0x090913) is known color: Black Russian. HEX triplet: 09, 09 and 13. RGB value is (9,9,19). Sum of RGB (Red+Green+Blue) = 9+9+19=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #090913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090913 is #F6F6EC. Grayscale: #0A0A0A. Windows color (decimal): -16185069 or 1247497. OLE color: 1247497.
HSL color Cylindrical-coordinate representation of color #090913: hue angle of 240º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #090913 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 9 | 19 | - |
CMYK | 0.53 | 0.53 | 0 | 0.93 |
HSL | 240º | 0.36% | 0.05% | - |
HSV(B) | 240º | 0.53% | 0.07% | - |
XYZ | 0.33 | 0.3 | 0.66 | - |
YUV | 10.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 9 | 19 | 0.53 | 0.53 | 0 | 0.93 | 240 | 0.36 | 0.05 |
Hex | 9 | 9 | 13 | 35 | 35 | 0 | 5D | F0 | 24 | 5 |
Octal | 11 | 11 | 23 | 65 | 65 | 0 | 135 | 360 | 44 | 5 |
Binary | 1001 | 1001 | 10011 | 110101 | 110101 | 0 | 1011101 | 11110000 | 100100 | 101 |
Color Harmonies of #090913
Complementary color
Monochromatic Colors of #090913
Black with #090913
Text Example
Text Example
White with #090913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090913; }
p { color: rgb(9,9,19); }
H1.HeaderClassName
{
color: #090913;
}
.AnyTagClassName
{
color: #090913;
}
</style>
background-color css
<style>
a { background-color: #090913; }
a { background-color: rgb(9,9,19); }
div.DivClassName
{
background-color: #090913;
}
.BgClassName
{
background-color: #090913;
}
</style>
border-color css
<style>
span { border-color: #090913; }
span { border-color: rgb(9,9,19); }
td.TdClassName
{
border-color: #090913;
}
.TagClassName
{
border-color: #090913;
}
</style>