Shades of Black Russian #0A0913
Tints of Black Russian #0A0913
RGB
CMYK
RGB Variations
Color information
#0A0913 (or 0x0A0913) is known color: Black Russian. HEX triplet: 0A, 09 and 13. RGB value is (10,9,19). Sum of RGB (Red+Green+Blue) = 10+9+19=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A0913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0913 is #F5F6EC. Grayscale: #0A0A0A. Windows color (decimal): -16119533 or 1247498. OLE color: 1247498.
HSL color Cylindrical-coordinate representation of color #0A0913: hue angle of 246º 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 #0A0913 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 9 | 19 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.93 |
| HSL | 246º | 0.36% | 0.05% | - |
| HSV(B) | 246º | 0.53% | 0.07% | - |
| XYZ | 0.34 | 0.31 | 0.66 | - |
| YUV | 10.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 19 | 0.47 | 0.53 | 0 | 0.93 | 246 | 0.36 | 0.05 |
| Hex | A | 9 | 13 | 2F | 35 | 0 | 5D | F6 | 24 | 5 |
| Octal | 12 | 11 | 23 | 57 | 65 | 0 | 135 | 366 | 44 | 5 |
| Binary | 1010 | 1001 | 10011 | 101111 | 110101 | 0 | 1011101 | 11110110 | 100100 | 101 |
Color Harmonies of #0A0913
Complementary color
Monochromatic Colors of #0A0913
Black with #0A0913
Text Example
Text Example
White with #0A0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0913; }
p { color: rgb(10,9,19); }
H1.HeaderClassName
{
color: #0A0913;
}
.AnyTagClassName
{
color: #0A0913;
}
</style>
background-color css
<style>
a { background-color: #0A0913; }
a { background-color: rgb(10,9,19); }
div.DivClassName
{
background-color: #0A0913;
}
.BgClassName
{
background-color: #0A0913;
}
</style>
border-color css
<style>
span { border-color: #0A0913; }
span { border-color: rgb(10,9,19); }
td.TdClassName
{
border-color: #0A0913;
}
.TagClassName
{
border-color: #0A0913;
}
</style>