Shades of Blackcurrant #070012
Tints of Blackcurrant #070012
RGB
CMYK
RGB Variations
Color information
#070012 (or 0x070012) is known color: Blackcurrant. HEX triplet: 07, 00 and 12. RGB value is (7,0,18). Sum of RGB (Red+Green+Blue) = 7+0+18=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #070012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070012 is #F8FFED. Grayscale: #040404. Windows color (decimal): -16318446 or 1179655. OLE color: 1179655.
HSL color Cylindrical-coordinate representation of color #070012: hue angle of 263.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070012 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 0 | 18 | - |
| CMYK | 0.61 | 1 | 0 | 0.93 |
| HSL | 263.33º | 1% | 0.04% | - |
| HSV(B) | 263.33º | 1% | 0.07% | - |
| XYZ | 0.2 | 0.09 | 0.58 | - |
| YUV | 4.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 18 | 0.61 | 1 | 0 | 0.93 | 263.33 | 1 | 0.04 |
| Hex | 7 | 0 | 12 | 3D | 64 | 0 | 5D | 107 | 64 | 4 |
| Octal | 7 | 0 | 22 | 75 | 144 | 0 | 135 | 407 | 144 | 4 |
| Binary | 111 | 0 | 10010 | 111101 | 1100100 | 0 | 1011101 | 100000111 | 1100100 | 100 |
Color Harmonies of #070012
Complementary color
Monochromatic Colors of #070012
Black with #070012
Text Example
Text Example
White with #070012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070012; }
p { color: rgb(7,0,18); }
H1.HeaderClassName
{
color: #070012;
}
.AnyTagClassName
{
color: #070012;
}
</style>
background-color css
<style>
a { background-color: #070012; }
a { background-color: rgb(7,0,18); }
div.DivClassName
{
background-color: #070012;
}
.BgClassName
{
background-color: #070012;
}
</style>
border-color css
<style>
span { border-color: #070012; }
span { border-color: rgb(7,0,18); }
td.TdClassName
{
border-color: #070012;
}
.TagClassName
{
border-color: #070012;
}
</style>