Shades of Blackcurrant #07010B
Tints of Blackcurrant #07010B
RGB
CMYK
RGB Variations
Color information
#07010B (or 0x07010B) is known color: Blackcurrant. HEX triplet: 07, 01 and 0B. RGB value is (7,1,11). Sum of RGB (Red+Green+Blue) = 7+1+11=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #07010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010B is #F8FEF4. Grayscale: #030303. Windows color (decimal): -16318197 or 721159. OLE color: 721159.
HSL color Cylindrical-coordinate representation of color #07010B: hue angle of 276º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07010B is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 1 | 11 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.96 |
| HSL | 276º | 0.83% | 0.02% | - |
| HSV(B) | 276º | 0.91% | 0.04% | - |
| XYZ | 0.16 | 0.09 | 0.33 | - |
| YUV | 3.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 11 | 0.36 | 0.91 | 0 | 0.96 | 276 | 0.83 | 0.02 |
| Hex | 7 | 1 | B | 24 | 5B | 0 | 60 | 114 | 53 | 2 |
| Octal | 7 | 1 | 13 | 44 | 133 | 0 | 140 | 424 | 123 | 2 |
| Binary | 111 | 1 | 1011 | 100100 | 1011011 | 0 | 1100000 | 100010100 | 1010011 | 10 |
Color Harmonies of #07010B
Complementary color
Monochromatic Colors of #07010B
Black with #07010B
Text Example
Text Example
White with #07010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07010B; }
p { color: rgb(7,1,11); }
H1.HeaderClassName
{
color: #07010B;
}
.AnyTagClassName
{
color: #07010B;
}
</style>
background-color css
<style>
a { background-color: #07010B; }
a { background-color: rgb(7,1,11); }
div.DivClassName
{
background-color: #07010B;
}
.BgClassName
{
background-color: #07010B;
}
</style>
border-color css
<style>
span { border-color: #07010B; }
span { border-color: rgb(7,1,11); }
td.TdClassName
{
border-color: #07010B;
}
.TagClassName
{
border-color: #07010B;
}
</style>