Shades of Blackcurrant #08020A
Tints of Blackcurrant #08020A
RGB
CMYK
RGB Variations
Color information
#08020A (or 0x08020A) is known color: Blackcurrant. HEX triplet: 08, 02 and 0A. RGB value is (8,2,10). Sum of RGB (Red+Green+Blue) = 8+2+10=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #08020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020A is #F7FDF5. Grayscale: #040404. Windows color (decimal): -16252406 or 655880. OLE color: 655880.
HSL color Cylindrical-coordinate representation of color #08020A: hue angle of 285º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08020A is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 2 | 10 | - |
CMYK | 0.2 | 0.8 | 0 | 0.96 |
HSL | 285º | 0.67% | 0.02% | - |
HSV(B) | 285º | 0.8% | 0.04% | - |
XYZ | 0.18 | 0.12 | 0.3 | - |
YUV | 4.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 2 | 10 | 0.2 | 0.8 | 0 | 0.96 | 285 | 0.67 | 0.02 |
Hex | 8 | 2 | A | 14 | 50 | 0 | 60 | 11D | 43 | 2 |
Octal | 10 | 2 | 12 | 24 | 120 | 0 | 140 | 435 | 103 | 2 |
Binary | 1000 | 10 | 1010 | 10100 | 1010000 | 0 | 1100000 | 100011101 | 1000011 | 10 |
Color Harmonies of #08020A
Complementary color
Monochromatic Colors of #08020A
Black with #08020A
Text Example
Text Example
White with #08020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08020A; }
p { color: rgb(8,2,10); }
H1.HeaderClassName
{
color: #08020A;
}
.AnyTagClassName
{
color: #08020A;
}
</style>
background-color css
<style>
a { background-color: #08020A; }
a { background-color: rgb(8,2,10); }
div.DivClassName
{
background-color: #08020A;
}
.BgClassName
{
background-color: #08020A;
}
</style>
border-color css
<style>
span { border-color: #08020A; }
span { border-color: rgb(8,2,10); }
td.TdClassName
{
border-color: #08020A;
}
.TagClassName
{
border-color: #08020A;
}
</style>