Shades of Blackcurrant #070014
Tints of Blackcurrant #070014
RGB
CMYK
RGB Variations
Color information
#070014 (or 0x070014) is known color: Blackcurrant. HEX triplet: 07, 00 and 14. RGB value is (7,0,20). Sum of RGB (Red+Green+Blue) = 7+0+20=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #070014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070014 is #F8FFEB. Grayscale: #040404. Windows color (decimal): -16318444 or 1310727. OLE color: 1310727.
HSL color Cylindrical-coordinate representation of color #070014: hue angle of 261º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070014 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 0 | 20 | - |
| CMYK | 0.65 | 1 | 0 | 0.92 |
| HSL | 261º | 1% | 0.04% | - |
| HSV(B) | 261º | 1% | 0.08% | - |
| XYZ | 0.21 | 0.1 | 0.67 | - |
| YUV | 4.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 20 | 0.65 | 1 | 0 | 0.92 | 261 | 1 | 0.04 |
| Hex | 7 | 0 | 14 | 41 | 64 | 0 | 5C | 105 | 64 | 4 |
| Octal | 7 | 0 | 24 | 101 | 144 | 0 | 134 | 405 | 144 | 4 |
| Binary | 111 | 0 | 10100 | 1000001 | 1100100 | 0 | 1011100 | 100000101 | 1100100 | 100 |
Color Harmonies of #070014
Complementary color
Monochromatic Colors of #070014
Black with #070014
Text Example
Text Example
White with #070014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070014; }
p { color: rgb(7,0,20); }
H1.HeaderClassName
{
color: #070014;
}
.AnyTagClassName
{
color: #070014;
}
</style>
background-color css
<style>
a { background-color: #070014; }
a { background-color: rgb(7,0,20); }
div.DivClassName
{
background-color: #070014;
}
.BgClassName
{
background-color: #070014;
}
</style>
border-color css
<style>
span { border-color: #070014; }
span { border-color: rgb(7,0,20); }
td.TdClassName
{
border-color: #070014;
}
.TagClassName
{
border-color: #070014;
}
</style>