Shades of Blackcurrant #080012
Tints of Blackcurrant #080012
RGB
CMYK
RGB Variations
Color information
#080012 (or 0x080012) is known color: Blackcurrant. HEX triplet: 08, 00 and 12. RGB value is (8,0,18). Sum of RGB (Red+Green+Blue) = 8+0+18=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #080012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080012 is #F7FFED. Grayscale: #040404. Windows color (decimal): -16252910 or 1179656. OLE color: 1179656.
HSL color Cylindrical-coordinate representation of color #080012: hue angle of 266.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080012 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 0 | 18 | - |
| CMYK | 0.56 | 1 | 0 | 0.93 |
| HSL | 266.67º | 1% | 0.04% | - |
| HSV(B) | 266.67º | 1% | 0.07% | - |
| XYZ | 0.21 | 0.1 | 0.58 | - |
| YUV | 4.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 18 | 0.56 | 1 | 0 | 0.93 | 266.67 | 1 | 0.04 |
| Hex | 8 | 0 | 12 | 38 | 64 | 0 | 5D | 10B | 64 | 4 |
| Octal | 10 | 0 | 22 | 70 | 144 | 0 | 135 | 413 | 144 | 4 |
| Binary | 1000 | 0 | 10010 | 111000 | 1100100 | 0 | 1011101 | 100001011 | 1100100 | 100 |
Color Harmonies of #080012
Complementary color
Monochromatic Colors of #080012
Black with #080012
Text Example
Text Example
White with #080012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080012; }
p { color: rgb(8,0,18); }
H1.HeaderClassName
{
color: #080012;
}
.AnyTagClassName
{
color: #080012;
}
</style>
background-color css
<style>
a { background-color: #080012; }
a { background-color: rgb(8,0,18); }
div.DivClassName
{
background-color: #080012;
}
.BgClassName
{
background-color: #080012;
}
</style>
border-color css
<style>
span { border-color: #080012; }
span { border-color: rgb(8,0,18); }
td.TdClassName
{
border-color: #080012;
}
.TagClassName
{
border-color: #080012;
}
</style>