Shades of Blackcurrant #0A011E
Tints of Blackcurrant #0A011E
RGB
CMYK
RGB Variations
Color information
#0A011E (or 0x0A011E) is known color: Blackcurrant. HEX triplet: 0A, 01 and 1E. RGB value is (10,1,30). Sum of RGB (Red+Green+Blue) = 10+1+30=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011E is #F5FEE1. Grayscale: #060606. Windows color (decimal): -16121570 or 1966346. OLE color: 1966346.
HSL color Cylindrical-coordinate representation of color #0A011E: hue angle of 258.62º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A011E is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 1 | 30 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.88 |
| HSL | 258.62º | 0.94% | 0.06% | - |
| HSV(B) | 258.62º | 0.97% | 0.12% | - |
| XYZ | 0.37 | 0.18 | 1.24 | - |
| YUV | 7 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 30 | 0.67 | 0.97 | 0 | 0.88 | 258.62 | 0.94 | 0.06 |
| Hex | A | 1 | 1E | 43 | 61 | 0 | 58 | 103 | 5E | 6 |
| Octal | 12 | 1 | 36 | 103 | 141 | 0 | 130 | 403 | 136 | 6 |
| Binary | 1010 | 1 | 11110 | 1000011 | 1100001 | 0 | 1011000 | 100000011 | 1011110 | 110 |
Color Harmonies of #0A011E
Complementary color
Monochromatic Colors of #0A011E
Black with #0A011E
Text Example
Text Example
White with #0A011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A011E; }
p { color: rgb(10,1,30); }
H1.HeaderClassName
{
color: #0A011E;
}
.AnyTagClassName
{
color: #0A011E;
}
</style>
background-color css
<style>
a { background-color: #0A011E; }
a { background-color: rgb(10,1,30); }
div.DivClassName
{
background-color: #0A011E;
}
.BgClassName
{
background-color: #0A011E;
}
</style>
border-color css
<style>
span { border-color: #0A011E; }
span { border-color: rgb(10,1,30); }
td.TdClassName
{
border-color: #0A011E;
}
.TagClassName
{
border-color: #0A011E;
}
</style>