Shades of Blackcurrant #07020A
Tints of Blackcurrant #07020A
RGB
CMYK
RGB Variations
Color information
#07020A (or 0x07020A) is known color: Blackcurrant. HEX triplet: 07, 02 and 0A. RGB value is (7,2,10). Sum of RGB (Red+Green+Blue) = 7+2+10=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #07020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07020A is #F8FDF5. Grayscale: #040404. Windows color (decimal): -16317942 or 655879. OLE color: 655879.
HSL color Cylindrical-coordinate representation of color #07020A: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07020A is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 7 | 2 | 10 | - |
CMYK | 0.30 | 0.8 | 0 | 0.96 |
HSL | 277.5º | 0.67% | 0.02% | - |
HSV(B) | 277.5º | 0.8% | 0.04% | - |
XYZ | 0.16 | 0.11 | 0.3 | - |
YUV | 4.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 2 | 10 | 0.30 | 0.8 | 0 | 0.96 | 277.5 | 0.67 | 0.02 |
Hex | 7 | 2 | A | 1E | 50 | 0 | 60 | 116 | 43 | 2 |
Octal | 7 | 2 | 12 | 36 | 120 | 0 | 140 | 426 | 103 | 2 |
Binary | 111 | 10 | 1010 | 11110 | 1010000 | 0 | 1100000 | 100010110 | 1000011 | 10 |
Color Harmonies of #07020A
Complementary color
Monochromatic Colors of #07020A
Black with #07020A
Text Example
Text Example
White with #07020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07020A; }
p { color: rgb(7,2,10); }
H1.HeaderClassName
{
color: #07020A;
}
.AnyTagClassName
{
color: #07020A;
}
</style>
background-color css
<style>
a { background-color: #07020A; }
a { background-color: rgb(7,2,10); }
div.DivClassName
{
background-color: #07020A;
}
.BgClassName
{
background-color: #07020A;
}
</style>
border-color css
<style>
span { border-color: #07020A; }
span { border-color: rgb(7,2,10); }
td.TdClassName
{
border-color: #07020A;
}
.TagClassName
{
border-color: #07020A;
}
</style>