Shades of Blackcurrant #070011
Tints of Blackcurrant #070011
RGB
CMYK
RGB Variations
Color information
#070011 (or 0x070011) is known color: Blackcurrant. HEX triplet: 07, 00 and 11. RGB value is (7,0,17). Sum of RGB (Red+Green+Blue) = 7+0+17=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #070011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070011 is #F8FFEE. Grayscale: #030303. Windows color (decimal): -16318447 or 1114119. OLE color: 1114119.
HSL color Cylindrical-coordinate representation of color #070011: hue angle of 264.71º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070011 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 0 | 17 | - |
| CMYK | 0.59 | 1 | 0 | 0.93 |
| HSL | 264.71º | 1% | 0.03% | - |
| HSV(B) | 264.71º | 1% | 0.07% | - |
| XYZ | 0.19 | 0.09 | 0.54 | - |
| YUV | 4.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 17 | 0.59 | 1 | 0 | 0.93 | 264.71 | 1 | 0.03 |
| Hex | 7 | 0 | 11 | 3B | 64 | 0 | 5D | 109 | 64 | 3 |
| Octal | 7 | 0 | 21 | 73 | 144 | 0 | 135 | 411 | 144 | 3 |
| Binary | 111 | 0 | 10001 | 111011 | 1100100 | 0 | 1011101 | 100001001 | 1100100 | 11 |
Color Harmonies of #070011
Complementary color
Monochromatic Colors of #070011
Black with #070011
Text Example
Text Example
White with #070011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070011; }
p { color: rgb(7,0,17); }
H1.HeaderClassName
{
color: #070011;
}
.AnyTagClassName
{
color: #070011;
}
</style>
background-color css
<style>
a { background-color: #070011; }
a { background-color: rgb(7,0,17); }
div.DivClassName
{
background-color: #070011;
}
.BgClassName
{
background-color: #070011;
}
</style>
border-color css
<style>
span { border-color: #070011; }
span { border-color: rgb(7,0,17); }
td.TdClassName
{
border-color: #070011;
}
.TagClassName
{
border-color: #070011;
}
</style>