Shades of Black Russian #0A0517
Tints of Black Russian #0A0517
RGB
CMYK
RGB Variations
Color information
#0A0517 (or 0x0A0517) is known color: Black Russian. HEX triplet: 0A, 05 and 17. RGB value is (10,5,23). Sum of RGB (Red+Green+Blue) = 10+5+23=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0517 is #F5FAE8. Grayscale: #080808. Windows color (decimal): -16120553 or 1508618. OLE color: 1508618.
HSL color Cylindrical-coordinate representation of color #0A0517: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A0517 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 5 | 23 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.91 |
| HSL | 256.67º | 0.64% | 0.05% | - |
| HSV(B) | 256.67º | 0.78% | 0.09% | - |
| XYZ | 0.33 | 0.23 | 0.84 | - |
| YUV | 8.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 23 | 0.57 | 0.78 | 0 | 0.91 | 256.67 | 0.64 | 0.05 |
| Hex | A | 5 | 17 | 39 | 4E | 0 | 5B | 101 | 40 | 5 |
| Octal | 12 | 5 | 27 | 71 | 116 | 0 | 133 | 401 | 100 | 5 |
| Binary | 1010 | 101 | 10111 | 111001 | 1001110 | 0 | 1011011 | 100000001 | 1000000 | 101 |
Color Harmonies of #0A0517
Complementary color
Monochromatic Colors of #0A0517
Black with #0A0517
Text Example
Text Example
White with #0A0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0517; }
p { color: rgb(10,5,23); }
H1.HeaderClassName
{
color: #0A0517;
}
.AnyTagClassName
{
color: #0A0517;
}
</style>
background-color css
<style>
a { background-color: #0A0517; }
a { background-color: rgb(10,5,23); }
div.DivClassName
{
background-color: #0A0517;
}
.BgClassName
{
background-color: #0A0517;
}
</style>
border-color css
<style>
span { border-color: #0A0517; }
span { border-color: rgb(10,5,23); }
td.TdClassName
{
border-color: #0A0517;
}
.TagClassName
{
border-color: #0A0517;
}
</style>