Shades of Blackcurrant #06020B
Tints of Blackcurrant #06020B
RGB
CMYK
RGB Variations
Color information
#06020B (or 0x06020B) is known color: Blackcurrant. HEX triplet: 06, 02 and 0B. RGB value is (6,2,11). Sum of RGB (Red+Green+Blue) = 6+2+11=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #06020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06020B is #F9FDF4. Grayscale: #040404. Windows color (decimal): -16383477 or 721414. OLE color: 721414.
HSL color Cylindrical-coordinate representation of color #06020B: hue angle of 266.67º 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 #06020B is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 6 | 2 | 11 | - |
CMYK | 0.45 | 0.82 | 0 | 0.96 |
HSL | 266.67º | 0.69% | 0.03% | - |
HSV(B) | 266.67º | 0.82% | 0.04% | - |
XYZ | 0.16 | 0.11 | 0.33 | - |
YUV | 4.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 2 | 11 | 0.45 | 0.82 | 0 | 0.96 | 266.67 | 0.69 | 0.03 |
Hex | 6 | 2 | B | 2D | 52 | 0 | 60 | 10B | 45 | 3 |
Octal | 6 | 2 | 13 | 55 | 122 | 0 | 140 | 413 | 105 | 3 |
Binary | 110 | 10 | 1011 | 101101 | 1010010 | 0 | 1100000 | 100001011 | 1000101 | 11 |
Color Harmonies of #06020B
Complementary color
Monochromatic Colors of #06020B
Black with #06020B
Text Example
Text Example
White with #06020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06020B; }
p { color: rgb(6,2,11); }
H1.HeaderClassName
{
color: #06020B;
}
.AnyTagClassName
{
color: #06020B;
}
</style>
background-color css
<style>
a { background-color: #06020B; }
a { background-color: rgb(6,2,11); }
div.DivClassName
{
background-color: #06020B;
}
.BgClassName
{
background-color: #06020B;
}
</style>
border-color css
<style>
span { border-color: #06020B; }
span { border-color: rgb(6,2,11); }
td.TdClassName
{
border-color: #06020B;
}
.TagClassName
{
border-color: #06020B;
}
</style>