Shades of Blackcurrant #08020C
Tints of Blackcurrant #08020C
RGB
CMYK
RGB Variations
Color information
#08020C (or 0x08020C) is known color: Blackcurrant. HEX triplet: 08, 02 and 0C. RGB value is (8,2,12). Sum of RGB (Red+Green+Blue) = 8+2+12=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #08020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020C is #F7FDF3. Grayscale: #040404. Windows color (decimal): -16252404 or 786952. OLE color: 786952.
HSL color Cylindrical-coordinate representation of color #08020C: hue angle of 276º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08020C is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 2 | 12 | - |
CMYK | 0.33 | 0.83 | 0 | 0.95 |
HSL | 276º | 0.71% | 0.03% | - |
HSV(B) | 276º | 0.83% | 0.05% | - |
XYZ | 0.19 | 0.12 | 0.36 | - |
YUV | 4.93 | 131.99 | 130.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 2 | 12 | 0.33 | 0.83 | 0 | 0.95 | 276 | 0.71 | 0.03 |
Hex | 8 | 2 | C | 21 | 53 | 0 | 5F | 114 | 47 | 3 |
Octal | 10 | 2 | 14 | 41 | 123 | 0 | 137 | 424 | 107 | 3 |
Binary | 1000 | 10 | 1100 | 100001 | 1010011 | 0 | 1011111 | 100010100 | 1000111 | 11 |
Color Harmonies of #08020C
Complementary color
Monochromatic Colors of #08020C
Black with #08020C
Text Example
Text Example
White with #08020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08020C; }
p { color: rgb(8,2,12); }
H1.HeaderClassName
{
color: #08020C;
}
.AnyTagClassName
{
color: #08020C;
}
</style>
background-color css
<style>
a { background-color: #08020C; }
a { background-color: rgb(8,2,12); }
div.DivClassName
{
background-color: #08020C;
}
.BgClassName
{
background-color: #08020C;
}
</style>
border-color css
<style>
span { border-color: #08020C; }
span { border-color: rgb(8,2,12); }
td.TdClassName
{
border-color: #08020C;
}
.TagClassName
{
border-color: #08020C;
}
</style>