Shades of Blackcurrant #08020E
Tints of Blackcurrant #08020E
RGB
CMYK
RGB Variations
Color information
#08020E (or 0x08020E) is known color: Blackcurrant. HEX triplet: 08, 02 and 0E. RGB value is (8,2,14). Sum of RGB (Red+Green+Blue) = 8+2+14=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 14 (5.86% from 255 or 58.33% from 24); Max value from RGB is 14 - color contains mainly: blue. Hex color #08020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020E is #F7FDF1. Grayscale: #050505. Windows color (decimal): -16252402 or 918024. OLE color: 918024.
HSL color Cylindrical-coordinate representation of color #08020E: hue angle of 270º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08020E is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 2 | 14 | - |
CMYK | 0.43 | 0.86 | 0 | 0.95 |
HSL | 270º | 0.75% | 0.03% | - |
HSV(B) | 270º | 0.86% | 0.05% | - |
XYZ | 0.2 | 0.13 | 0.43 | - |
YUV | 5.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 2 | 14 | 0.43 | 0.86 | 0 | 0.95 | 270 | 0.75 | 0.03 |
Hex | 8 | 2 | E | 2B | 56 | 0 | 5F | 10E | 4B | 3 |
Octal | 10 | 2 | 16 | 53 | 126 | 0 | 137 | 416 | 113 | 3 |
Binary | 1000 | 10 | 1110 | 101011 | 1010110 | 0 | 1011111 | 100001110 | 1001011 | 11 |
Color Harmonies of #08020E
Complementary color
Monochromatic Colors of #08020E
Black with #08020E
Text Example
Text Example
White with #08020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08020E; }
p { color: rgb(8,2,14); }
H1.HeaderClassName
{
color: #08020E;
}
.AnyTagClassName
{
color: #08020E;
}
</style>
background-color css
<style>
a { background-color: #08020E; }
a { background-color: rgb(8,2,14); }
div.DivClassName
{
background-color: #08020E;
}
.BgClassName
{
background-color: #08020E;
}
</style>
border-color css
<style>
span { border-color: #08020E; }
span { border-color: rgb(8,2,14); }
td.TdClassName
{
border-color: #08020E;
}
.TagClassName
{
border-color: #08020E;
}
</style>