Shades of Blackcurrant #080014
Tints of Blackcurrant #080014
RGB
CMYK
RGB Variations
Color information
#080014 (or 0x080014) is known color: Blackcurrant. HEX triplet: 08, 00 and 14. RGB value is (8,0,20). Sum of RGB (Red+Green+Blue) = 8+0+20=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 20 (8.20% from 255 or 71.43% from 28); Max value from RGB is 20 - color contains mainly: blue. Hex color #080014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080014 is #F7FFEB. Grayscale: #040404. Windows color (decimal): -16252908 or 1310728. OLE color: 1310728.
HSL color Cylindrical-coordinate representation of color #080014: hue angle of 264º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080014 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 0 | 20 | - |
| CMYK | 0.60 | 1 | 0 | 0.92 |
| HSL | 264º | 1% | 0.04% | - |
| HSV(B) | 264º | 1% | 0.08% | - |
| XYZ | 0.23 | 0.1 | 0.67 | - |
| YUV | 4.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 20 | 0.60 | 1 | 0 | 0.92 | 264 | 1 | 0.04 |
| Hex | 8 | 0 | 14 | 3C | 64 | 0 | 5C | 108 | 64 | 4 |
| Octal | 10 | 0 | 24 | 74 | 144 | 0 | 134 | 410 | 144 | 4 |
| Binary | 1000 | 0 | 10100 | 111100 | 1100100 | 0 | 1011100 | 100001000 | 1100100 | 100 |
Color Harmonies of #080014
Complementary color
Monochromatic Colors of #080014
Black with #080014
Text Example
Text Example
White with #080014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080014; }
p { color: rgb(8,0,20); }
H1.HeaderClassName
{
color: #080014;
}
.AnyTagClassName
{
color: #080014;
}
</style>
background-color css
<style>
a { background-color: #080014; }
a { background-color: rgb(8,0,20); }
div.DivClassName
{
background-color: #080014;
}
.BgClassName
{
background-color: #080014;
}
</style>
border-color css
<style>
span { border-color: #080014; }
span { border-color: rgb(8,0,20); }
td.TdClassName
{
border-color: #080014;
}
.TagClassName
{
border-color: #080014;
}
</style>