Shades of Blackcurrant #080016
Tints of Blackcurrant #080016
RGB
CMYK
RGB Variations
Color information
#080016 (or 0x080016) is known color: Blackcurrant. HEX triplet: 08, 00 and 16. RGB value is (8,0,22). Sum of RGB (Red+Green+Blue) = 8+0+22=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 22 (8.98% from 255 or 73.33% from 30); Max value from RGB is 22 - color contains mainly: blue. Hex color #080016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080016 is #F7FFE9. Grayscale: #040404. Windows color (decimal): -16252906 or 1441800. OLE color: 1441800.
HSL color Cylindrical-coordinate representation of color #080016: hue angle of 261.82º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080016 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 0 | 22 | - |
| CMYK | 0.64 | 1 | 0 | 0.91 |
| HSL | 261.82º | 1% | 0.04% | - |
| HSV(B) | 261.82º | 1% | 0.09% | - |
| XYZ | 0.24 | 0.11 | 0.77 | - |
| YUV | 4.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 22 | 0.64 | 1 | 0 | 0.91 | 261.82 | 1 | 0.04 |
| Hex | 8 | 0 | 16 | 40 | 64 | 0 | 5B | 106 | 64 | 4 |
| Octal | 10 | 0 | 26 | 100 | 144 | 0 | 133 | 406 | 144 | 4 |
| Binary | 1000 | 0 | 10110 | 1000000 | 1100100 | 0 | 1011011 | 100000110 | 1100100 | 100 |
Color Harmonies of #080016
Complementary color
Monochromatic Colors of #080016
Black with #080016
Text Example
Text Example
White with #080016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080016; }
p { color: rgb(8,0,22); }
H1.HeaderClassName
{
color: #080016;
}
.AnyTagClassName
{
color: #080016;
}
</style>
background-color css
<style>
a { background-color: #080016; }
a { background-color: rgb(8,0,22); }
div.DivClassName
{
background-color: #080016;
}
.BgClassName
{
background-color: #080016;
}
</style>
border-color css
<style>
span { border-color: #080016; }
span { border-color: rgb(8,0,22); }
td.TdClassName
{
border-color: #080016;
}
.TagClassName
{
border-color: #080016;
}
</style>