Shades of Blackcurrant #070010
Tints of Blackcurrant #070010
RGB
CMYK
RGB Variations
Color information
#070010 (or 0x070010) is known color: Blackcurrant. HEX triplet: 07, 00 and 10. RGB value is (7,0,16). Sum of RGB (Red+Green+Blue) = 7+0+16=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 16 (6.64% from 255 or 69.57% from 23); Max value from RGB is 16 - color contains mainly: blue. Hex color #070010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070010 is #F8FFEF. Grayscale: #030303. Windows color (decimal): -16318448 or 1048583. OLE color: 1048583.
HSL color Cylindrical-coordinate representation of color #070010: hue angle of 266.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070010 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 0 | 16 | - |
| CMYK | 0.56 | 1 | 0 | 0.94 |
| HSL | 266.25º | 1% | 0.03% | - |
| HSV(B) | 266.25º | 1% | 0.06% | - |
| XYZ | 0.18 | 0.08 | 0.5 | - |
| YUV | 3.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 16 | 0.56 | 1 | 0 | 0.94 | 266.25 | 1 | 0.03 |
| Hex | 7 | 0 | 10 | 38 | 64 | 0 | 5E | 10A | 64 | 3 |
| Octal | 7 | 0 | 20 | 70 | 144 | 0 | 136 | 412 | 144 | 3 |
| Binary | 111 | 0 | 10000 | 111000 | 1100100 | 0 | 1011110 | 100001010 | 1100100 | 11 |
Color Harmonies of #070010
Complementary color
Monochromatic Colors of #070010
Black with #070010
Text Example
Text Example
White with #070010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070010; }
p { color: rgb(7,0,16); }
H1.HeaderClassName
{
color: #070010;
}
.AnyTagClassName
{
color: #070010;
}
</style>
background-color css
<style>
a { background-color: #070010; }
a { background-color: rgb(7,0,16); }
div.DivClassName
{
background-color: #070010;
}
.BgClassName
{
background-color: #070010;
}
</style>
border-color css
<style>
span { border-color: #070010; }
span { border-color: rgb(7,0,16); }
td.TdClassName
{
border-color: #070010;
}
.TagClassName
{
border-color: #070010;
}
</style>