Shades of Blackcurrant #070508
Tints of Blackcurrant #070508
RGB
CMYK
RGB Variations
Color information
#070508 (or 0x070508) is known color: Blackcurrant. HEX triplet: 07, 05 and 08. RGB value is (7,5,8). Sum of RGB (Red+Green+Blue) = 7+5+8=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 8 (3.52% from 255 or 40% from 20); Max value from RGB is 8 - color contains mainly: blue. Hex color #070508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070508 is #F8FAF7. Grayscale: #050505. Windows color (decimal): -16317176 or 525575. OLE color: 525575.
HSL color Cylindrical-coordinate representation of color #070508: hue angle of 280º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #070508 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 5 | 8 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.97 |
| HSL | 280º | 0.23% | 0.03% | - |
| HSV(B) | 280º | 0.38% | 0.03% | - |
| XYZ | 0.19 | 0.17 | 0.25 | - |
| YUV | 5.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 8 | 0.13 | 0.38 | 0 | 0.97 | 280 | 0.23 | 0.03 |
| Hex | 7 | 5 | 8 | D | 26 | 0 | 61 | 118 | 17 | 3 |
| Octal | 7 | 5 | 10 | 15 | 46 | 0 | 141 | 430 | 27 | 3 |
| Binary | 111 | 101 | 1000 | 1101 | 100110 | 0 | 1100001 | 100011000 | 10111 | 11 |
Color Harmonies of #070508
Complementary color
Monochromatic Colors of #070508
Black with #070508
Text Example
Text Example
White with #070508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070508; }
p { color: rgb(7,5,8); }
H1.HeaderClassName
{
color: #070508;
}
.AnyTagClassName
{
color: #070508;
}
</style>
background-color css
<style>
a { background-color: #070508; }
a { background-color: rgb(7,5,8); }
div.DivClassName
{
background-color: #070508;
}
.BgClassName
{
background-color: #070508;
}
</style>
border-color css
<style>
span { border-color: #070508; }
span { border-color: rgb(7,5,8); }
td.TdClassName
{
border-color: #070508;
}
.TagClassName
{
border-color: #070508;
}
</style>