Shades of Blackcurrant #07010F
Tints of Blackcurrant #07010F
RGB
CMYK
RGB Variations
Color information
#07010F (or 0x07010F) is known color: Blackcurrant. HEX triplet: 07, 01 and 0F. RGB value is (7,1,15). Sum of RGB (Red+Green+Blue) = 7+1+15=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 15 (6.25% from 255 or 65.22% from 23); Max value from RGB is 15 - color contains mainly: blue. Hex color #07010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010F is #F8FEF0. Grayscale: #040404. Windows color (decimal): -16318193 or 983303. OLE color: 983303.
HSL color Cylindrical-coordinate representation of color #07010F: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07010F is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 1 | 15 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.94 |
| HSL | 265.71º | 0.88% | 0.03% | - |
| HSV(B) | 265.71º | 0.93% | 0.06% | - |
| XYZ | 0.18 | 0.1 | 0.46 | - |
| YUV | 4.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 15 | 0.53 | 0.93 | 0 | 0.94 | 265.71 | 0.88 | 0.03 |
| Hex | 7 | 1 | F | 35 | 5D | 0 | 5E | 10A | 58 | 3 |
| Octal | 7 | 1 | 17 | 65 | 135 | 0 | 136 | 412 | 130 | 3 |
| Binary | 111 | 1 | 1111 | 110101 | 1011101 | 0 | 1011110 | 100001010 | 1011000 | 11 |
Color Harmonies of #07010F
Complementary color
Monochromatic Colors of #07010F
Black with #07010F
Text Example
Text Example
White with #07010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07010F; }
p { color: rgb(7,1,15); }
H1.HeaderClassName
{
color: #07010F;
}
.AnyTagClassName
{
color: #07010F;
}
</style>
background-color css
<style>
a { background-color: #07010F; }
a { background-color: rgb(7,1,15); }
div.DivClassName
{
background-color: #07010F;
}
.BgClassName
{
background-color: #07010F;
}
</style>
border-color css
<style>
span { border-color: #07010F; }
span { border-color: rgb(7,1,15); }
td.TdClassName
{
border-color: #07010F;
}
.TagClassName
{
border-color: #07010F;
}
</style>