Shades of Blackcurrant #070408
Tints of Blackcurrant #070408
RGB
CMYK
RGB Variations
Color information
#070408 (or 0x070408) is known color: Blackcurrant. HEX triplet: 07, 04 and 08. RGB value is (7,4,8). Sum of RGB (Red+Green+Blue) = 7+4+8=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 8 - color contains mainly: blue. Hex color #070408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070408 is #F8FBF7. Grayscale: #050505. Windows color (decimal): -16317432 or 525319. OLE color: 525319.
HSL color Cylindrical-coordinate representation of color #070408: hue angle of 285º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070408 is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 4 | 8 | - |
CMYK | 0.13 | 0.5 | 0 | 0.97 |
HSL | 285º | 0.33% | 0.02% | - |
HSV(B) | 285º | 0.5% | 0.03% | - |
XYZ | 0.17 | 0.15 | 0.25 | - |
YUV | 5.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 4 | 8 | 0.13 | 0.5 | 0 | 0.97 | 285 | 0.33 | 0.02 |
Hex | 7 | 4 | 8 | D | 32 | 0 | 61 | 11D | 21 | 2 |
Octal | 7 | 4 | 10 | 15 | 62 | 0 | 141 | 435 | 41 | 2 |
Binary | 111 | 100 | 1000 | 1101 | 110010 | 0 | 1100001 | 100011101 | 100001 | 10 |
Color Harmonies of #070408
Complementary color
Monochromatic Colors of #070408
Black with #070408
Text Example
Text Example
White with #070408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070408; }
p { color: rgb(7,4,8); }
H1.HeaderClassName
{
color: #070408;
}
.AnyTagClassName
{
color: #070408;
}
</style>
background-color css
<style>
a { background-color: #070408; }
a { background-color: rgb(7,4,8); }
div.DivClassName
{
background-color: #070408;
}
.BgClassName
{
background-color: #070408;
}
</style>
border-color css
<style>
span { border-color: #070408; }
span { border-color: rgb(7,4,8); }
td.TdClassName
{
border-color: #070408;
}
.TagClassName
{
border-color: #070408;
}
</style>