Shades of Black Russian #0A0616
Tints of Black Russian #0A0616
RGB
CMYK
RGB Variations
Color information
#0A0616 (or 0x0A0616) is known color: Black Russian. HEX triplet: 0A, 06 and 16. RGB value is (10,6,22). Sum of RGB (Red+Green+Blue) = 10+6+22=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0616 is #F5F9E9. Grayscale: #080808. Windows color (decimal): -16120298 or 1443338. OLE color: 1443338.
HSL color Cylindrical-coordinate representation of color #0A0616: hue angle of 255º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A0616 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 6 | 22 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.91 |
| HSL | 255º | 0.57% | 0.05% | - |
| HSV(B) | 255º | 0.73% | 0.09% | - |
| XYZ | 0.34 | 0.25 | 0.79 | - |
| YUV | 9.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 22 | 0.55 | 0.73 | 0 | 0.91 | 255 | 0.57 | 0.05 |
| Hex | A | 6 | 16 | 37 | 49 | 0 | 5B | FF | 39 | 5 |
| Octal | 12 | 6 | 26 | 67 | 111 | 0 | 133 | 377 | 71 | 5 |
| Binary | 1010 | 110 | 10110 | 110111 | 1001001 | 0 | 1011011 | 11111111 | 111001 | 101 |
Color Harmonies of #0A0616
Complementary color
Monochromatic Colors of #0A0616
Black with #0A0616
Text Example
Text Example
White with #0A0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0616; }
p { color: rgb(10,6,22); }
H1.HeaderClassName
{
color: #0A0616;
}
.AnyTagClassName
{
color: #0A0616;
}
</style>
background-color css
<style>
a { background-color: #0A0616; }
a { background-color: rgb(10,6,22); }
div.DivClassName
{
background-color: #0A0616;
}
.BgClassName
{
background-color: #0A0616;
}
</style>
border-color css
<style>
span { border-color: #0A0616; }
span { border-color: rgb(10,6,22); }
td.TdClassName
{
border-color: #0A0616;
}
.TagClassName
{
border-color: #0A0616;
}
</style>