Shades of Blackcurrant #07010D
Tints of Blackcurrant #07010D
RGB
CMYK
RGB Variations
Color information
#07010D (or 0x07010D) is known color: Blackcurrant. HEX triplet: 07, 01 and 0D. RGB value is (7,1,13). Sum of RGB (Red+Green+Blue) = 7+1+13=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #07010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010D is #F8FEF2. Grayscale: #040404. Windows color (decimal): -16318195 or 852231. OLE color: 852231.
HSL color Cylindrical-coordinate representation of color #07010D: hue angle of 270º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07010D is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 1 | 13 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.95 |
| HSL | 270º | 0.86% | 0.03% | - |
| HSV(B) | 270º | 0.92% | 0.05% | - |
| XYZ | 0.17 | 0.1 | 0.39 | - |
| YUV | 4.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 13 | 0.46 | 0.92 | 0 | 0.95 | 270 | 0.86 | 0.03 |
| Hex | 7 | 1 | D | 2E | 5C | 0 | 5F | 10E | 56 | 3 |
| Octal | 7 | 1 | 15 | 56 | 134 | 0 | 137 | 416 | 126 | 3 |
| Binary | 111 | 1 | 1101 | 101110 | 1011100 | 0 | 1011111 | 100001110 | 1010110 | 11 |
Color Harmonies of #07010D
Complementary color
Monochromatic Colors of #07010D
Black with #07010D
Text Example
Text Example
White with #07010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07010D; }
p { color: rgb(7,1,13); }
H1.HeaderClassName
{
color: #07010D;
}
.AnyTagClassName
{
color: #07010D;
}
</style>
background-color css
<style>
a { background-color: #07010D; }
a { background-color: rgb(7,1,13); }
div.DivClassName
{
background-color: #07010D;
}
.BgClassName
{
background-color: #07010D;
}
</style>
border-color css
<style>
span { border-color: #07010D; }
span { border-color: rgb(7,1,13); }
td.TdClassName
{
border-color: #07010D;
}
.TagClassName
{
border-color: #07010D;
}
</style>