Shades of Black Russian #070119
Tints of Black Russian #070119
RGB
CMYK
RGB Variations
Color information
#070119 (or 0x070119) is known color: Black Russian. HEX triplet: 07, 01 and 19. RGB value is (7,1,25). Sum of RGB (Red+Green+Blue) = 7+1+25=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 25 (10.16% from 255 or 75.76% from 33); Max value from RGB is 25 - color contains mainly: blue. Hex color #070119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070119 is #F8FEE6. Grayscale: #050505. Windows color (decimal): -16318183 or 1638663. OLE color: 1638663.
HSL color Cylindrical-coordinate representation of color #070119: hue angle of 255º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070119 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 1 | 25 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.90 |
| HSL | 255º | 0.92% | 0.05% | - |
| HSV(B) | 255º | 0.96% | 0.1% | - |
| XYZ | 0.27 | 0.14 | 0.93 | - |
| YUV | 5.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 25 | 0.72 | 0.96 | 0 | 0.90 | 255 | 0.92 | 0.05 |
| Hex | 7 | 1 | 19 | 48 | 60 | 0 | 5A | FF | 5C | 5 |
| Octal | 7 | 1 | 31 | 110 | 140 | 0 | 132 | 377 | 134 | 5 |
| Binary | 111 | 1 | 11001 | 1001000 | 1100000 | 0 | 1011010 | 11111111 | 1011100 | 101 |
Color Harmonies of #070119
Complementary color
Monochromatic Colors of #070119
Black with #070119
Text Example
Text Example
White with #070119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070119; }
p { color: rgb(7,1,25); }
H1.HeaderClassName
{
color: #070119;
}
.AnyTagClassName
{
color: #070119;
}
</style>
background-color css
<style>
a { background-color: #070119; }
a { background-color: rgb(7,1,25); }
div.DivClassName
{
background-color: #070119;
}
.BgClassName
{
background-color: #070119;
}
</style>
border-color css
<style>
span { border-color: #070119; }
span { border-color: rgb(7,1,25); }
td.TdClassName
{
border-color: #070119;
}
.TagClassName
{
border-color: #070119;
}
</style>