Shades of Blackcurrant #0A010E
Tints of Blackcurrant #0A010E
RGB
CMYK
RGB Variations
Color information
#0A010E (or 0x0A010E) is known color: Blackcurrant. HEX triplet: 0A, 01 and 0E. RGB value is (10,1,14). Sum of RGB (Red+Green+Blue) = 10+1+14=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 14 (5.86% from 255 or 56% from 25); Max value from RGB is 14 - color contains mainly: blue. Hex color #0A010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A010E is #F5FEF1. Grayscale: #050505. Windows color (decimal): -16121586 or 917770. OLE color: 917770.
HSL color Cylindrical-coordinate representation of color #0A010E: hue angle of 281.54º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A010E is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 1 | 14 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.95 |
| HSL | 281.54º | 0.87% | 0.03% | - |
| HSV(B) | 281.54º | 0.93% | 0.05% | - |
| XYZ | 0.22 | 0.12 | 0.43 | - |
| YUV | 5.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 14 | 0.29 | 0.93 | 0 | 0.95 | 281.54 | 0.87 | 0.03 |
| Hex | A | 1 | E | 1D | 5D | 0 | 5F | 11A | 57 | 3 |
| Octal | 12 | 1 | 16 | 35 | 135 | 0 | 137 | 432 | 127 | 3 |
| Binary | 1010 | 1 | 1110 | 11101 | 1011101 | 0 | 1011111 | 100011010 | 1010111 | 11 |
Color Harmonies of #0A010E
Complementary color
Monochromatic Colors of #0A010E
Black with #0A010E
Text Example
Text Example
White with #0A010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A010E; }
p { color: rgb(10,1,14); }
H1.HeaderClassName
{
color: #0A010E;
}
.AnyTagClassName
{
color: #0A010E;
}
</style>
background-color css
<style>
a { background-color: #0A010E; }
a { background-color: rgb(10,1,14); }
div.DivClassName
{
background-color: #0A010E;
}
.BgClassName
{
background-color: #0A010E;
}
</style>
border-color css
<style>
span { border-color: #0A010E; }
span { border-color: rgb(10,1,14); }
td.TdClassName
{
border-color: #0A010E;
}
.TagClassName
{
border-color: #0A010E;
}
</style>