Shades of Blackcurrant #0A021A
Tints of Blackcurrant #0A021A
RGB
CMYK
RGB Variations
Color information
#0A021A (or 0x0A021A) is known color: Blackcurrant. HEX triplet: 0A, 02 and 1A. RGB value is (10,2,26). Sum of RGB (Red+Green+Blue) = 10+2+26=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021A is #F5FDE5. Grayscale: #070707. Windows color (decimal): -16121318 or 1704458. OLE color: 1704458.
HSL color Cylindrical-coordinate representation of color #0A021A: hue angle of 260º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A021A is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 2 | 26 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.90 |
| HSL | 260º | 0.86% | 0.05% | - |
| HSV(B) | 260º | 0.92% | 0.1% | - |
| XYZ | 0.33 | 0.18 | 0.99 | - |
| YUV | 7.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 26 | 0.62 | 0.92 | 0 | 0.90 | 260 | 0.86 | 0.05 |
| Hex | A | 2 | 1A | 3E | 5C | 0 | 5A | 104 | 56 | 5 |
| Octal | 12 | 2 | 32 | 76 | 134 | 0 | 132 | 404 | 126 | 5 |
| Binary | 1010 | 10 | 11010 | 111110 | 1011100 | 0 | 1011010 | 100000100 | 1010110 | 101 |
Color Harmonies of #0A021A
Complementary color
Monochromatic Colors of #0A021A
Black with #0A021A
Text Example
Text Example
White with #0A021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A021A; }
p { color: rgb(10,2,26); }
H1.HeaderClassName
{
color: #0A021A;
}
.AnyTagClassName
{
color: #0A021A;
}
</style>
background-color css
<style>
a { background-color: #0A021A; }
a { background-color: rgb(10,2,26); }
div.DivClassName
{
background-color: #0A021A;
}
.BgClassName
{
background-color: #0A021A;
}
</style>
border-color css
<style>
span { border-color: #0A021A; }
span { border-color: rgb(10,2,26); }
td.TdClassName
{
border-color: #0A021A;
}
.TagClassName
{
border-color: #0A021A;
}
</style>