Shades of Blackcurrant #0A011A
Tints of Blackcurrant #0A011A
RGB
CMYK
RGB Variations
Color information
#0A011A (or 0x0A011A) is known color: Blackcurrant. HEX triplet: 0A, 01 and 1A. RGB value is (10,1,26). Sum of RGB (Red+Green+Blue) = 10+1+26=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011A is #F5FEE5. Grayscale: #060606. Windows color (decimal): -16121574 or 1704202. OLE color: 1704202.
HSL color Cylindrical-coordinate representation of color #0A011A: hue angle of 261.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A011A is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 1 | 26 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.90 |
| HSL | 261.6º | 0.93% | 0.05% | - |
| HSV(B) | 261.6º | 0.96% | 0.1% | - |
| XYZ | 0.32 | 0.16 | 0.99 | - |
| YUV | 6.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 26 | 0.62 | 0.96 | 0 | 0.90 | 261.6 | 0.93 | 0.05 |
| Hex | A | 1 | 1A | 3E | 60 | 0 | 5A | 106 | 5D | 5 |
| Octal | 12 | 1 | 32 | 76 | 140 | 0 | 132 | 406 | 135 | 5 |
| Binary | 1010 | 1 | 11010 | 111110 | 1100000 | 0 | 1011010 | 100000110 | 1011101 | 101 |
Color Harmonies of #0A011A
Complementary color
Monochromatic Colors of #0A011A
Black with #0A011A
Text Example
Text Example
White with #0A011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A011A; }
p { color: rgb(10,1,26); }
H1.HeaderClassName
{
color: #0A011A;
}
.AnyTagClassName
{
color: #0A011A;
}
</style>
background-color css
<style>
a { background-color: #0A011A; }
a { background-color: rgb(10,1,26); }
div.DivClassName
{
background-color: #0A011A;
}
.BgClassName
{
background-color: #0A011A;
}
</style>
border-color css
<style>
span { border-color: #0A011A; }
span { border-color: rgb(10,1,26); }
td.TdClassName
{
border-color: #0A011A;
}
.TagClassName
{
border-color: #0A011A;
}
</style>