Shades of Blackcurrant #07020F
Tints of Blackcurrant #07020F
RGB
CMYK
RGB Variations
Color information
#07020F (or 0x07020F) is known color: Blackcurrant. HEX triplet: 07, 02 and 0F. RGB value is (7,2,15). Sum of RGB (Red+Green+Blue) = 7+2+15=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #07020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07020F is #F8FDF0. Grayscale: #040404. Windows color (decimal): -16317937 or 983559. OLE color: 983559.
HSL color Cylindrical-coordinate representation of color #07020F: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07020F is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 2 | 15 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.94 |
| HSL | 263.08º | 0.76% | 0.03% | - |
| HSV(B) | 263.08º | 0.87% | 0.06% | - |
| XYZ | 0.2 | 0.12 | 0.47 | - |
| YUV | 4.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 15 | 0.53 | 0.87 | 0 | 0.94 | 263.08 | 0.76 | 0.03 |
| Hex | 7 | 2 | F | 35 | 57 | 0 | 5E | 107 | 4C | 3 |
| Octal | 7 | 2 | 17 | 65 | 127 | 0 | 136 | 407 | 114 | 3 |
| Binary | 111 | 10 | 1111 | 110101 | 1010111 | 0 | 1011110 | 100000111 | 1001100 | 11 |
Color Harmonies of #07020F
Complementary color
Monochromatic Colors of #07020F
Black with #07020F
Text Example
Text Example
White with #07020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07020F; }
p { color: rgb(7,2,15); }
H1.HeaderClassName
{
color: #07020F;
}
.AnyTagClassName
{
color: #07020F;
}
</style>
background-color css
<style>
a { background-color: #07020F; }
a { background-color: rgb(7,2,15); }
div.DivClassName
{
background-color: #07020F;
}
.BgClassName
{
background-color: #07020F;
}
</style>
border-color css
<style>
span { border-color: #07020F; }
span { border-color: rgb(7,2,15); }
td.TdClassName
{
border-color: #07020F;
}
.TagClassName
{
border-color: #07020F;
}
</style>