Shades of Black Russian #070018
Tints of Black Russian #070018
RGB
CMYK
RGB Variations
Color information
#070018 (or 0x070018) is known color: Black Russian. HEX triplet: 07, 00 and 18. RGB value is (7,0,24). Sum of RGB (Red+Green+Blue) = 7+0+24=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 24 (9.77% from 255 or 77.42% from 31); Max value from RGB is 24 - color contains mainly: blue. Hex color #070018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070018 is #F8FFE7. Grayscale: #040404. Windows color (decimal): -16318440 or 1572871. OLE color: 1572871.
HSL color Cylindrical-coordinate representation of color #070018: hue angle of 257.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070018 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 0 | 24 | - |
| CMYK | 0.71 | 1 | 0 | 0.91 |
| HSL | 257.5º | 1% | 0.05% | - |
| HSV(B) | 257.5º | 1% | 0.09% | - |
| XYZ | 0.25 | 0.11 | 0.87 | - |
| YUV | 4.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 24 | 0.71 | 1 | 0 | 0.91 | 257.5 | 1 | 0.05 |
| Hex | 7 | 0 | 18 | 47 | 64 | 0 | 5B | 102 | 64 | 5 |
| Octal | 7 | 0 | 30 | 107 | 144 | 0 | 133 | 402 | 144 | 5 |
| Binary | 111 | 0 | 11000 | 1000111 | 1100100 | 0 | 1011011 | 100000010 | 1100100 | 101 |
Color Harmonies of #070018
Complementary color
Monochromatic Colors of #070018
Black with #070018
Text Example
Text Example
White with #070018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070018; }
p { color: rgb(7,0,24); }
H1.HeaderClassName
{
color: #070018;
}
.AnyTagClassName
{
color: #070018;
}
</style>
background-color css
<style>
a { background-color: #070018; }
a { background-color: rgb(7,0,24); }
div.DivClassName
{
background-color: #070018;
}
.BgClassName
{
background-color: #070018;
}
</style>
border-color css
<style>
span { border-color: #070018; }
span { border-color: rgb(7,0,24); }
td.TdClassName
{
border-color: #070018;
}
.TagClassName
{
border-color: #070018;
}
</style>