Shades of Blackcurrant #070109
Tints of Blackcurrant #070109
RGB
CMYK
RGB Variations
Color information
#070109 (or 0x070109) is known color: Blackcurrant. HEX triplet: 07, 01 and 09. RGB value is (7,1,9). Sum of RGB (Red+Green+Blue) = 7+1+9=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 9 (3.91% from 255 or 52.94% from 17); Max value from RGB is 9 - color contains mainly: blue. Hex color #070109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070109 is #F8FEF6. Grayscale: #030303. Windows color (decimal): -16318199 or 590087. OLE color: 590087.
HSL color Cylindrical-coordinate representation of color #070109: hue angle of 285º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070109 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 1 | 9 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.96 |
| HSL | 285º | 0.8% | 0.02% | - |
| HSV(B) | 285º | 0.89% | 0.04% | - |
| XYZ | 0.15 | 0.09 | 0.27 | - |
| YUV | 3.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 9 | 0.22 | 0.89 | 0 | 0.96 | 285 | 0.8 | 0.02 |
| Hex | 7 | 1 | 9 | 16 | 59 | 0 | 60 | 11D | 50 | 2 |
| Octal | 7 | 1 | 11 | 26 | 131 | 0 | 140 | 435 | 120 | 2 |
| Binary | 111 | 1 | 1001 | 10110 | 1011001 | 0 | 1100000 | 100011101 | 1010000 | 10 |
Color Harmonies of #070109
Complementary color
Monochromatic Colors of #070109
Black with #070109
Text Example
Text Example
White with #070109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070109; }
p { color: rgb(7,1,9); }
H1.HeaderClassName
{
color: #070109;
}
.AnyTagClassName
{
color: #070109;
}
</style>
background-color css
<style>
a { background-color: #070109; }
a { background-color: rgb(7,1,9); }
div.DivClassName
{
background-color: #070109;
}
.BgClassName
{
background-color: #070109;
}
</style>
border-color css
<style>
span { border-color: #070109; }
span { border-color: rgb(7,1,9); }
td.TdClassName
{
border-color: #070109;
}
.TagClassName
{
border-color: #070109;
}
</style>