Shades of Blackcurrant #0A020B
Tints of Blackcurrant #0A020B
RGB
CMYK
RGB Variations
Color information
#0A020B (or 0x0A020B) is known color: Blackcurrant. HEX triplet: 0A, 02 and 0B. RGB value is (10,2,11). Sum of RGB (Red+Green+Blue) = 10+2+11=23 (3% of max value = 765). Red value is 10 (4.30% from 255 or 43.48% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A020B is #F5FDF4. Grayscale: #050505. Windows color (decimal): -16121333 or 721418. OLE color: 721418.
HSL color Cylindrical-coordinate representation of color #0A020B: hue angle of 293.33º 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 #0A020B is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 2 | 11 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.96 |
| HSL | 293.33º | 0.69% | 0.03% | - |
| HSV(B) | 293.33º | 0.82% | 0.04% | - |
| XYZ | 0.21 | 0.13 | 0.33 | - |
| YUV | 5.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 11 | 0.09 | 0.82 | 0 | 0.96 | 293.33 | 0.69 | 0.03 |
| Hex | A | 2 | B | 9 | 52 | 0 | 60 | 125 | 45 | 3 |
| Octal | 12 | 2 | 13 | 11 | 122 | 0 | 140 | 445 | 105 | 3 |
| Binary | 1010 | 10 | 1011 | 1001 | 1010010 | 0 | 1100000 | 100100101 | 1000101 | 11 |
Color Harmonies of #0A020B
Complementary color
Monochromatic Colors of #0A020B
Black with #0A020B
Text Example
Text Example
White with #0A020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A020B; }
p { color: rgb(10,2,11); }
H1.HeaderClassName
{
color: #0A020B;
}
.AnyTagClassName
{
color: #0A020B;
}
</style>
background-color css
<style>
a { background-color: #0A020B; }
a { background-color: rgb(10,2,11); }
div.DivClassName
{
background-color: #0A020B;
}
.BgClassName
{
background-color: #0A020B;
}
</style>
border-color css
<style>
span { border-color: #0A020B; }
span { border-color: rgb(10,2,11); }
td.TdClassName
{
border-color: #0A020B;
}
.TagClassName
{
border-color: #0A020B;
}
</style>