Shades of Black Russian #070117
Tints of Black Russian #070117
RGB
CMYK
RGB Variations
Color information
#070117 (or 0x070117) is known color: Black Russian. HEX triplet: 07, 01 and 17. RGB value is (7,1,23). Sum of RGB (Red+Green+Blue) = 7+1+23=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 23 (9.38% from 255 or 74.19% from 31); Max value from RGB is 23 - color contains mainly: blue. Hex color #070117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070117 is #F8FEE8. Grayscale: #050505. Windows color (decimal): -16318185 or 1507591. OLE color: 1507591.
HSL color Cylindrical-coordinate representation of color #070117: hue angle of 256.36º 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 #070117 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 1 | 23 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.91 |
| HSL | 256.36º | 0.92% | 0.05% | - |
| HSV(B) | 256.36º | 0.96% | 0.09% | - |
| XYZ | 0.25 | 0.13 | 0.82 | - |
| YUV | 5.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 23 | 0.70 | 0.96 | 0 | 0.91 | 256.36 | 0.92 | 0.05 |
| Hex | 7 | 1 | 17 | 46 | 60 | 0 | 5B | 100 | 5C | 5 |
| Octal | 7 | 1 | 27 | 106 | 140 | 0 | 133 | 400 | 134 | 5 |
| Binary | 111 | 1 | 10111 | 1000110 | 1100000 | 0 | 1011011 | 100000000 | 1011100 | 101 |
Color Harmonies of #070117
Complementary color
Monochromatic Colors of #070117
Black with #070117
Text Example
Text Example
White with #070117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070117; }
p { color: rgb(7,1,23); }
H1.HeaderClassName
{
color: #070117;
}
.AnyTagClassName
{
color: #070117;
}
</style>
background-color css
<style>
a { background-color: #070117; }
a { background-color: rgb(7,1,23); }
div.DivClassName
{
background-color: #070117;
}
.BgClassName
{
background-color: #070117;
}
</style>
border-color css
<style>
span { border-color: #070117; }
span { border-color: rgb(7,1,23); }
td.TdClassName
{
border-color: #070117;
}
.TagClassName
{
border-color: #070117;
}
</style>