Shades of Blackcurrant #070110
Tints of Blackcurrant #070110
RGB
CMYK
RGB Variations
Color information
#070110 (or 0x070110) is known color: Blackcurrant. HEX triplet: 07, 01 and 10. RGB value is (7,1,16). Sum of RGB (Red+Green+Blue) = 7+1+16=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #070110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070110 is #F8FEEF. Grayscale: #040404. Windows color (decimal): -16318192 or 1048839. OLE color: 1048839.
HSL color Cylindrical-coordinate representation of color #070110: hue angle of 264º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070110 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 1 | 16 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.94 |
| HSL | 264º | 0.88% | 0.03% | - |
| HSV(B) | 264º | 0.94% | 0.06% | - |
| XYZ | 0.19 | 0.1 | 0.5 | - |
| YUV | 4.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 16 | 0.56 | 0.94 | 0 | 0.94 | 264 | 0.88 | 0.03 |
| Hex | 7 | 1 | 10 | 38 | 5E | 0 | 5E | 108 | 58 | 3 |
| Octal | 7 | 1 | 20 | 70 | 136 | 0 | 136 | 410 | 130 | 3 |
| Binary | 111 | 1 | 10000 | 111000 | 1011110 | 0 | 1011110 | 100001000 | 1011000 | 11 |
Color Harmonies of #070110
Complementary color
Monochromatic Colors of #070110
Black with #070110
Text Example
Text Example
White with #070110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070110; }
p { color: rgb(7,1,16); }
H1.HeaderClassName
{
color: #070110;
}
.AnyTagClassName
{
color: #070110;
}
</style>
background-color css
<style>
a { background-color: #070110; }
a { background-color: rgb(7,1,16); }
div.DivClassName
{
background-color: #070110;
}
.BgClassName
{
background-color: #070110;
}
</style>
border-color css
<style>
span { border-color: #070110; }
span { border-color: rgb(7,1,16); }
td.TdClassName
{
border-color: #070110;
}
.TagClassName
{
border-color: #070110;
}
</style>