Shades of Blackcurrant #07010A
Tints of Blackcurrant #07010A
RGB
CMYK
RGB Variations
Color information
#07010A (or 0x07010A) is known color: Blackcurrant. HEX triplet: 07, 01 and 0A. RGB value is (7,1,10). Sum of RGB (Red+Green+Blue) = 7+1+10=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #07010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010A is #F8FEF5. Grayscale: #030303. Windows color (decimal): -16318198 or 655623. OLE color: 655623.
HSL color Cylindrical-coordinate representation of color #07010A: hue angle of 280º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07010A is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 7 | 1 | 10 | - |
CMYK | 0.30 | 0.90 | 0 | 0.96 |
HSL | 280º | 0.82% | 0.02% | - |
HSV(B) | 280º | 0.9% | 0.04% | - |
XYZ | 0.15 | 0.09 | 0.3 | - |
YUV | 3.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 1 | 10 | 0.30 | 0.90 | 0 | 0.96 | 280 | 0.82 | 0.02 |
Hex | 7 | 1 | A | 1E | 5A | 0 | 60 | 118 | 52 | 2 |
Octal | 7 | 1 | 12 | 36 | 132 | 0 | 140 | 430 | 122 | 2 |
Binary | 111 | 1 | 1010 | 11110 | 1011010 | 0 | 1100000 | 100011000 | 1010010 | 10 |
Color Harmonies of #07010A
Complementary color
Monochromatic Colors of #07010A
Black with #07010A
Text Example
Text Example
White with #07010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07010A; }
p { color: rgb(7,1,10); }
H1.HeaderClassName
{
color: #07010A;
}
.AnyTagClassName
{
color: #07010A;
}
</style>
background-color css
<style>
a { background-color: #07010A; }
a { background-color: rgb(7,1,10); }
div.DivClassName
{
background-color: #07010A;
}
.BgClassName
{
background-color: #07010A;
}
</style>
border-color css
<style>
span { border-color: #07010A; }
span { border-color: rgb(7,1,10); }
td.TdClassName
{
border-color: #07010A;
}
.TagClassName
{
border-color: #07010A;
}
</style>