Shades of Blackcurrant #080212
Tints of Blackcurrant #080212
RGB
CMYK
RGB Variations
Color information
#080212 (or 0x080212) is known color: Blackcurrant. HEX triplet: 08, 02 and 12. RGB value is (8,2,18). Sum of RGB (Red+Green+Blue) = 8+2+18=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #080212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080212 is #F7FDED. Grayscale: #050505. Windows color (decimal): -16252398 or 1180168. OLE color: 1180168.
HSL color Cylindrical-coordinate representation of color #080212: hue angle of 262.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080212 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 2 | 18 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.93 |
| HSL | 262.5º | 0.8% | 0.04% | - |
| HSV(B) | 262.5º | 0.89% | 0.07% | - |
| XYZ | 0.23 | 0.14 | 0.59 | - |
| YUV | 5.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 18 | 0.56 | 0.89 | 0 | 0.93 | 262.5 | 0.8 | 0.04 |
| Hex | 8 | 2 | 12 | 38 | 59 | 0 | 5D | 106 | 50 | 4 |
| Octal | 10 | 2 | 22 | 70 | 131 | 0 | 135 | 406 | 120 | 4 |
| Binary | 1000 | 10 | 10010 | 111000 | 1011001 | 0 | 1011101 | 100000110 | 1010000 | 100 |
Color Harmonies of #080212
Complementary color
Monochromatic Colors of #080212
Black with #080212
Text Example
Text Example
White with #080212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080212; }
p { color: rgb(8,2,18); }
H1.HeaderClassName
{
color: #080212;
}
.AnyTagClassName
{
color: #080212;
}
</style>
background-color css
<style>
a { background-color: #080212; }
a { background-color: rgb(8,2,18); }
div.DivClassName
{
background-color: #080212;
}
.BgClassName
{
background-color: #080212;
}
</style>
border-color css
<style>
span { border-color: #080212; }
span { border-color: rgb(8,2,18); }
td.TdClassName
{
border-color: #080212;
}
.TagClassName
{
border-color: #080212;
}
</style>