Shades of Blackcurrant #070015
Tints of Blackcurrant #070015
RGB
CMYK
RGB Variations
Color information
#070015 (or 0x070015) is known color: Blackcurrant. HEX triplet: 07, 00 and 15. RGB value is (7,0,21). Sum of RGB (Red+Green+Blue) = 7+0+21=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 21 (8.59% from 255 or 75% from 28); Max value from RGB is 21 - color contains mainly: blue. Hex color #070015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070015 is #F8FFEA. Grayscale: #040404. Windows color (decimal): -16318443 or 1376263. OLE color: 1376263.
HSL color Cylindrical-coordinate representation of color #070015: hue angle of 260º 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 #070015 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 0 | 21 | - |
| CMYK | 0.67 | 1 | 0 | 0.92 |
| HSL | 260º | 1% | 0.04% | - |
| HSV(B) | 260º | 1% | 0.08% | - |
| XYZ | 0.22 | 0.1 | 0.72 | - |
| YUV | 4.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 21 | 0.67 | 1 | 0 | 0.92 | 260 | 1 | 0.04 |
| Hex | 7 | 0 | 15 | 43 | 64 | 0 | 5C | 104 | 64 | 4 |
| Octal | 7 | 0 | 25 | 103 | 144 | 0 | 134 | 404 | 144 | 4 |
| Binary | 111 | 0 | 10101 | 1000011 | 1100100 | 0 | 1011100 | 100000100 | 1100100 | 100 |
Color Harmonies of #070015
Complementary color
Monochromatic Colors of #070015
Black with #070015
Text Example
Text Example
White with #070015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070015; }
p { color: rgb(7,0,21); }
H1.HeaderClassName
{
color: #070015;
}
.AnyTagClassName
{
color: #070015;
}
</style>
background-color css
<style>
a { background-color: #070015; }
a { background-color: rgb(7,0,21); }
div.DivClassName
{
background-color: #070015;
}
.BgClassName
{
background-color: #070015;
}
</style>
border-color css
<style>
span { border-color: #070015; }
span { border-color: rgb(7,0,21); }
td.TdClassName
{
border-color: #070015;
}
.TagClassName
{
border-color: #070015;
}
</style>