Shades of Black Russian #010518
Tints of Black Russian #010518
RGB
CMYK
RGB Variations
Color information
#010518 (or 0x010518) is known color: Black Russian. HEX triplet: 01, 05 and 18. RGB value is (1,5,24). Sum of RGB (Red+Green+Blue) = 1+5+24=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #010518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010518 is #FEFAE7. Grayscale: #050505. Windows color (decimal): -16710376 or 1574145. OLE color: 1574145.
HSL color Cylindrical-coordinate representation of color #010518: hue angle of 229.57º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010518 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 5 | 24 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.91 |
| HSL | 229.57º | 0.92% | 0.05% | - |
| HSV(B) | 229.57º | 0.96% | 0.09% | - |
| XYZ | 0.23 | 0.18 | 0.89 | - |
| YUV | 5.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 24 | 0.96 | 0.79 | 0 | 0.91 | 229.57 | 0.92 | 0.05 |
| Hex | 1 | 5 | 18 | 60 | 4F | 0 | 5B | E6 | 5C | 5 |
| Octal | 1 | 5 | 30 | 140 | 117 | 0 | 133 | 346 | 134 | 5 |
| Binary | 1 | 101 | 11000 | 1100000 | 1001111 | 0 | 1011011 | 11100110 | 1011100 | 101 |
Color Harmonies of #010518
Complementary color
Monochromatic Colors of #010518
Black with #010518
Text Example
Text Example
White with #010518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010518; }
p { color: rgb(1,5,24); }
H1.HeaderClassName
{
color: #010518;
}
.AnyTagClassName
{
color: #010518;
}
</style>
background-color css
<style>
a { background-color: #010518; }
a { background-color: rgb(1,5,24); }
div.DivClassName
{
background-color: #010518;
}
.BgClassName
{
background-color: #010518;
}
</style>
border-color css
<style>
span { border-color: #010518; }
span { border-color: rgb(1,5,24); }
td.TdClassName
{
border-color: #010518;
}
.TagClassName
{
border-color: #010518;
}
</style>