Shades of Blackcurrant #0A021B
Tints of Blackcurrant #0A021B
RGB
CMYK
RGB Variations
Color information
#0A021B (or 0x0A021B) is known color: Blackcurrant. HEX triplet: 0A, 02 and 1B. RGB value is (10,2,27). Sum of RGB (Red+Green+Blue) = 10+2+27=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021B is #F5FDE4. Grayscale: #070707. Windows color (decimal): -16121317 or 1769994. OLE color: 1769994.
HSL color Cylindrical-coordinate representation of color #0A021B: hue angle of 259.2º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A021B is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 2 | 27 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.89 |
| HSL | 259.2º | 0.86% | 0.06% | - |
| HSV(B) | 259.2º | 0.93% | 0.11% | - |
| XYZ | 0.34 | 0.19 | 1.05 | - |
| YUV | 7.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 27 | 0.63 | 0.93 | 0 | 0.89 | 259.2 | 0.86 | 0.06 |
| Hex | A | 2 | 1B | 3F | 5D | 0 | 59 | 103 | 56 | 6 |
| Octal | 12 | 2 | 33 | 77 | 135 | 0 | 131 | 403 | 126 | 6 |
| Binary | 1010 | 10 | 11011 | 111111 | 1011101 | 0 | 1011001 | 100000011 | 1010110 | 110 |
Color Harmonies of #0A021B
Complementary color
Monochromatic Colors of #0A021B
Black with #0A021B
Text Example
Text Example
White with #0A021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A021B; }
p { color: rgb(10,2,27); }
H1.HeaderClassName
{
color: #0A021B;
}
.AnyTagClassName
{
color: #0A021B;
}
</style>
background-color css
<style>
a { background-color: #0A021B; }
a { background-color: rgb(10,2,27); }
div.DivClassName
{
background-color: #0A021B;
}
.BgClassName
{
background-color: #0A021B;
}
</style>
border-color css
<style>
span { border-color: #0A021B; }
span { border-color: rgb(10,2,27); }
td.TdClassName
{
border-color: #0A021B;
}
.TagClassName
{
border-color: #0A021B;
}
</style>