Shades of Blackcurrant #080213
Tints of Blackcurrant #080213
RGB
CMYK
RGB Variations
Color information
#080213 (or 0x080213) is known color: Blackcurrant. HEX triplet: 08, 02 and 13. RGB value is (8,2,19). Sum of RGB (Red+Green+Blue) = 8+2+19=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 19 (7.81% from 255 or 65.52% from 29); Max value from RGB is 19 - color contains mainly: blue. Hex color #080213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080213 is #F7FDEC. Grayscale: #050505. Windows color (decimal): -16252397 or 1245704. OLE color: 1245704.
HSL color Cylindrical-coordinate representation of color #080213: hue angle of 261.18º degrees, saturation: 0.81, 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 #080213 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 2 | 19 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.93 |
| HSL | 261.18º | 0.81% | 0.04% | - |
| HSV(B) | 261.18º | 0.89% | 0.07% | - |
| XYZ | 0.24 | 0.14 | 0.63 | - |
| YUV | 5.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 19 | 0.58 | 0.89 | 0 | 0.93 | 261.18 | 0.81 | 0.04 |
| Hex | 8 | 2 | 13 | 3A | 59 | 0 | 5D | 105 | 51 | 4 |
| Octal | 10 | 2 | 23 | 72 | 131 | 0 | 135 | 405 | 121 | 4 |
| Binary | 1000 | 10 | 10011 | 111010 | 1011001 | 0 | 1011101 | 100000101 | 1010001 | 100 |
Color Harmonies of #080213
Complementary color
Monochromatic Colors of #080213
Black with #080213
Text Example
Text Example
White with #080213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080213; }
p { color: rgb(8,2,19); }
H1.HeaderClassName
{
color: #080213;
}
.AnyTagClassName
{
color: #080213;
}
</style>
background-color css
<style>
a { background-color: #080213; }
a { background-color: rgb(8,2,19); }
div.DivClassName
{
background-color: #080213;
}
.BgClassName
{
background-color: #080213;
}
</style>
border-color css
<style>
span { border-color: #080213; }
span { border-color: rgb(8,2,19); }
td.TdClassName
{
border-color: #080213;
}
.TagClassName
{
border-color: #080213;
}
</style>