Shades of Blackcurrant #070608
Tints of Blackcurrant #070608
RGB
CMYK
RGB Variations
Color information
#070608 (or 0x070608) is known color: Blackcurrant. HEX triplet: 07, 06 and 08. RGB value is (7,6,8). Sum of RGB (Red+Green+Blue) = 7+6+8=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 8 - color contains mainly: blue. Hex color #070608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070608 is #F8F9F7. Grayscale: #060606. Windows color (decimal): -16316920 or 525831. OLE color: 525831.
HSL color Cylindrical-coordinate representation of color #070608: hue angle of 270º degrees, saturation: 0.14, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #070608 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 6 | 8 | - |
CMYK | 0.13 | 0.25 | 0 | 0.97 |
HSL | 270º | 0.14% | 0.03% | - |
HSV(B) | 270º | 0.25% | 0.03% | - |
XYZ | 0.2 | 0.19 | 0.26 | - |
YUV | 6.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 6 | 8 | 0.13 | 0.25 | 0 | 0.97 | 270 | 0.14 | 0.03 |
Hex | 7 | 6 | 8 | D | 19 | 0 | 61 | 10E | E | 3 |
Octal | 7 | 6 | 10 | 15 | 31 | 0 | 141 | 416 | 16 | 3 |
Binary | 111 | 110 | 1000 | 1101 | 11001 | 0 | 1100001 | 100001110 | 1110 | 11 |
Color Harmonies of #070608
Complementary color
Monochromatic Colors of #070608
Black with #070608
Text Example
Text Example
White with #070608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070608; }
p { color: rgb(7,6,8); }
H1.HeaderClassName
{
color: #070608;
}
.AnyTagClassName
{
color: #070608;
}
</style>
background-color css
<style>
a { background-color: #070608; }
a { background-color: rgb(7,6,8); }
div.DivClassName
{
background-color: #070608;
}
.BgClassName
{
background-color: #070608;
}
</style>
border-color css
<style>
span { border-color: #070608; }
span { border-color: rgb(7,6,8); }
td.TdClassName
{
border-color: #070608;
}
.TagClassName
{
border-color: #070608;
}
</style>