Shades of Black Russian #0A0619
Tints of Black Russian #0A0619
RGB
CMYK
RGB Variations
Color information
#0A0619 (or 0x0A0619) is known color: Black Russian. HEX triplet: 0A, 06 and 19. RGB value is (10,6,25). Sum of RGB (Red+Green+Blue) = 10+6+25=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0619 is #F5F9E6. Grayscale: #090909. Windows color (decimal): -16120295 or 1639946. OLE color: 1639946.
HSL color Cylindrical-coordinate representation of color #0A0619: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A0619 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 6 | 25 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.90 |
| HSL | 252.63º | 0.61% | 0.06% | - |
| HSV(B) | 252.63º | 0.76% | 0.1% | - |
| XYZ | 0.37 | 0.26 | 0.95 | - |
| YUV | 9.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 25 | 0.60 | 0.76 | 0 | 0.90 | 252.63 | 0.61 | 0.06 |
| Hex | A | 6 | 19 | 3C | 4C | 0 | 5A | FD | 3D | 6 |
| Octal | 12 | 6 | 31 | 74 | 114 | 0 | 132 | 375 | 75 | 6 |
| Binary | 1010 | 110 | 11001 | 111100 | 1001100 | 0 | 1011010 | 11111101 | 111101 | 110 |
Color Harmonies of #0A0619
Complementary color
Monochromatic Colors of #0A0619
Black with #0A0619
Text Example
Text Example
White with #0A0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0619; }
p { color: rgb(10,6,25); }
H1.HeaderClassName
{
color: #0A0619;
}
.AnyTagClassName
{
color: #0A0619;
}
</style>
background-color css
<style>
a { background-color: #0A0619; }
a { background-color: rgb(10,6,25); }
div.DivClassName
{
background-color: #0A0619;
}
.BgClassName
{
background-color: #0A0619;
}
</style>
border-color css
<style>
span { border-color: #0A0619; }
span { border-color: rgb(10,6,25); }
td.TdClassName
{
border-color: #0A0619;
}
.TagClassName
{
border-color: #0A0619;
}
</style>