Shades of Black Russian #010718
Tints of Black Russian #010718
RGB
CMYK
RGB Variations
Color information
#010718 (or 0x010718) is known color: Black Russian. HEX triplet: 01, 07 and 18. RGB value is (1,7,24). Sum of RGB (Red+Green+Blue) = 1+7+24=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 24 (9.77% from 255 or 75% from 32); Max value from RGB is 24 - color contains mainly: blue. Hex color #010718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010718 is #FEF8E7. Grayscale: #070707. Windows color (decimal): -16709864 or 1574657. OLE color: 1574657.
HSL color Cylindrical-coordinate representation of color #010718: hue angle of 224.35º 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 #010718 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 7 | 24 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.91 |
| HSL | 224.35º | 0.92% | 0.05% | - |
| HSV(B) | 224.35º | 0.96% | 0.09% | - |
| XYZ | 0.25 | 0.22 | 0.89 | - |
| YUV | 7.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 24 | 0.96 | 0.71 | 0 | 0.91 | 224.35 | 0.92 | 0.05 |
| Hex | 1 | 7 | 18 | 60 | 47 | 0 | 5B | E0 | 5C | 5 |
| Octal | 1 | 7 | 30 | 140 | 107 | 0 | 133 | 340 | 134 | 5 |
| Binary | 1 | 111 | 11000 | 1100000 | 1000111 | 0 | 1011011 | 11100000 | 1011100 | 101 |
Color Harmonies of #010718
Complementary color
Monochromatic Colors of #010718
Black with #010718
Text Example
Text Example
White with #010718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010718; }
p { color: rgb(1,7,24); }
H1.HeaderClassName
{
color: #010718;
}
.AnyTagClassName
{
color: #010718;
}
</style>
background-color css
<style>
a { background-color: #010718; }
a { background-color: rgb(1,7,24); }
div.DivClassName
{
background-color: #010718;
}
.BgClassName
{
background-color: #010718;
}
</style>
border-color css
<style>
span { border-color: #010718; }
span { border-color: rgb(1,7,24); }
td.TdClassName
{
border-color: #010718;
}
.TagClassName
{
border-color: #010718;
}
</style>