Shades of Blackcurrant #08020B
Tints of Blackcurrant #08020B
RGB
CMYK
RGB Variations
Color information
#08020B (or 0x08020B) is known color: Blackcurrant. HEX triplet: 08, 02 and 0B. RGB value is (8,2,11). Sum of RGB (Red+Green+Blue) = 8+2+11=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #08020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020B is #F7FDF4. Grayscale: #040404. Windows color (decimal): -16252405 or 721416. OLE color: 721416.
HSL color Cylindrical-coordinate representation of color #08020B: hue angle of 280º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08020B is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 2 | 11 | - |
CMYK | 0.27 | 0.82 | 0 | 0.96 |
HSL | 280º | 0.69% | 0.03% | - |
HSV(B) | 280º | 0.82% | 0.04% | - |
XYZ | 0.18 | 0.12 | 0.33 | - |
YUV | 4.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 2 | 11 | 0.27 | 0.82 | 0 | 0.96 | 280 | 0.69 | 0.03 |
Hex | 8 | 2 | B | 1B | 52 | 0 | 60 | 118 | 45 | 3 |
Octal | 10 | 2 | 13 | 33 | 122 | 0 | 140 | 430 | 105 | 3 |
Binary | 1000 | 10 | 1011 | 11011 | 1010010 | 0 | 1100000 | 100011000 | 1000101 | 11 |
Color Harmonies of #08020B
Complementary color
Monochromatic Colors of #08020B
Black with #08020B
Text Example
Text Example
White with #08020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08020B; }
p { color: rgb(8,2,11); }
H1.HeaderClassName
{
color: #08020B;
}
.AnyTagClassName
{
color: #08020B;
}
</style>
background-color css
<style>
a { background-color: #08020B; }
a { background-color: rgb(8,2,11); }
div.DivClassName
{
background-color: #08020B;
}
.BgClassName
{
background-color: #08020B;
}
</style>
border-color css
<style>
span { border-color: #08020B; }
span { border-color: rgb(8,2,11); }
td.TdClassName
{
border-color: #08020B;
}
.TagClassName
{
border-color: #08020B;
}
</style>