Shades of Black Russian #0A0815
Tints of Black Russian #0A0815
RGB
CMYK
RGB Variations
Color information
#0A0815 (or 0x0A0815) is known color: Black Russian. HEX triplet: 0A, 08 and 15. RGB value is (10,8,21). Sum of RGB (Red+Green+Blue) = 10+8+21=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0815 is #F5F7EA. Grayscale: #0A0A0A. Windows color (decimal): -16119787 or 1378314. OLE color: 1378314.
HSL color Cylindrical-coordinate representation of color #0A0815: hue angle of 249.23º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A0815 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 8 | 21 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.92 |
| HSL | 249.23º | 0.45% | 0.06% | - |
| HSV(B) | 249.23º | 0.62% | 0.08% | - |
| XYZ | 0.35 | 0.29 | 0.75 | - |
| YUV | 10.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 21 | 0.52 | 0.62 | 0 | 0.92 | 249.23 | 0.45 | 0.06 |
| Hex | A | 8 | 15 | 34 | 3E | 0 | 5C | F9 | 2D | 6 |
| Octal | 12 | 10 | 25 | 64 | 76 | 0 | 134 | 371 | 55 | 6 |
| Binary | 1010 | 1000 | 10101 | 110100 | 111110 | 0 | 1011100 | 11111001 | 101101 | 110 |
Color Harmonies of #0A0815
Complementary color
Monochromatic Colors of #0A0815
Black with #0A0815
Text Example
Text Example
White with #0A0815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0815; }
p { color: rgb(10,8,21); }
H1.HeaderClassName
{
color: #0A0815;
}
.AnyTagClassName
{
color: #0A0815;
}
</style>
background-color css
<style>
a { background-color: #0A0815; }
a { background-color: rgb(10,8,21); }
div.DivClassName
{
background-color: #0A0815;
}
.BgClassName
{
background-color: #0A0815;
}
</style>
border-color css
<style>
span { border-color: #0A0815; }
span { border-color: rgb(10,8,21); }
td.TdClassName
{
border-color: #0A0815;
}
.TagClassName
{
border-color: #0A0815;
}
</style>