Shades of Black Russian #0A0819
Tints of Black Russian #0A0819
RGB
CMYK
RGB Variations
Color information
#0A0819 (or 0x0A0819) is known color: Black Russian. HEX triplet: 0A, 08 and 19. RGB value is (10,8,25). Sum of RGB (Red+Green+Blue) = 10+8+25=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0819 is #F5F7E6. Grayscale: #0A0A0A. Windows color (decimal): -16119783 or 1640458. OLE color: 1640458.
HSL color Cylindrical-coordinate representation of color #0A0819: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A0819 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 8 | 25 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.90 |
| HSL | 247.06º | 0.52% | 0.06% | - |
| HSV(B) | 247.06º | 0.68% | 0.1% | - |
| XYZ | 0.39 | 0.31 | 0.96 | - |
| YUV | 10.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 25 | 0.60 | 0.68 | 0 | 0.90 | 247.06 | 0.52 | 0.06 |
| Hex | A | 8 | 19 | 3C | 44 | 0 | 5A | F7 | 34 | 6 |
| Octal | 12 | 10 | 31 | 74 | 104 | 0 | 132 | 367 | 64 | 6 |
| Binary | 1010 | 1000 | 11001 | 111100 | 1000100 | 0 | 1011010 | 11110111 | 110100 | 110 |
Color Harmonies of #0A0819
Complementary color
Monochromatic Colors of #0A0819
Black with #0A0819
Text Example
Text Example
White with #0A0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0819; }
p { color: rgb(10,8,25); }
H1.HeaderClassName
{
color: #0A0819;
}
.AnyTagClassName
{
color: #0A0819;
}
</style>
background-color css
<style>
a { background-color: #0A0819; }
a { background-color: rgb(10,8,25); }
div.DivClassName
{
background-color: #0A0819;
}
.BgClassName
{
background-color: #0A0819;
}
</style>
border-color css
<style>
span { border-color: #0A0819; }
span { border-color: rgb(10,8,25); }
td.TdClassName
{
border-color: #0A0819;
}
.TagClassName
{
border-color: #0A0819;
}
</style>