Shades of Black Russian #010516
Tints of Black Russian #010516
RGB
CMYK
RGB Variations
Color information
#010516 (or 0x010516) is known color: Black Russian. HEX triplet: 01, 05 and 16. RGB value is (1,5,22). Sum of RGB (Red+Green+Blue) = 1+5+22=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 22 (8.98% from 255 or 78.57% from 28); Max value from RGB is 22 - color contains mainly: blue. Hex color #010516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010516 is #FEFAE9. Grayscale: #050505. Windows color (decimal): -16710378 or 1443073. OLE color: 1443073.
HSL color Cylindrical-coordinate representation of color #010516: hue angle of 228.57º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010516 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 5 | 22 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.91 |
| HSL | 228.57º | 0.91% | 0.05% | - |
| HSV(B) | 228.57º | 0.95% | 0.09% | - |
| XYZ | 0.21 | 0.17 | 0.78 | - |
| YUV | 5.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 22 | 0.95 | 0.77 | 0 | 0.91 | 228.57 | 0.91 | 0.05 |
| Hex | 1 | 5 | 16 | 5F | 4D | 0 | 5B | E5 | 5B | 5 |
| Octal | 1 | 5 | 26 | 137 | 115 | 0 | 133 | 345 | 133 | 5 |
| Binary | 1 | 101 | 10110 | 1011111 | 1001101 | 0 | 1011011 | 11100101 | 1011011 | 101 |
Color Harmonies of #010516
Complementary color
Monochromatic Colors of #010516
Black with #010516
Text Example
Text Example
White with #010516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010516; }
p { color: rgb(1,5,22); }
H1.HeaderClassName
{
color: #010516;
}
.AnyTagClassName
{
color: #010516;
}
</style>
background-color css
<style>
a { background-color: #010516; }
a { background-color: rgb(1,5,22); }
div.DivClassName
{
background-color: #010516;
}
.BgClassName
{
background-color: #010516;
}
</style>
border-color css
<style>
span { border-color: #010516; }
span { border-color: rgb(1,5,22); }
td.TdClassName
{
border-color: #010516;
}
.TagClassName
{
border-color: #010516;
}
</style>