Shades of Blackcurrant #0A011D
Tints of Blackcurrant #0A011D
RGB
CMYK
RGB Variations
Color information
#0A011D (or 0x0A011D) is known color: Blackcurrant. HEX triplet: 0A, 01 and 1D. RGB value is (10,1,29). Sum of RGB (Red+Green+Blue) = 10+1+29=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011D is #F5FEE2. Grayscale: #060606. Windows color (decimal): -16121571 or 1900810. OLE color: 1900810.
HSL color Cylindrical-coordinate representation of color #0A011D: hue angle of 259.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A011D is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 1 | 29 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.89 |
| HSL | 259.29º | 0.93% | 0.06% | - |
| HSV(B) | 259.29º | 0.97% | 0.11% | - |
| XYZ | 0.36 | 0.17 | 1.18 | - |
| YUV | 6.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 29 | 0.66 | 0.97 | 0 | 0.89 | 259.29 | 0.93 | 0.06 |
| Hex | A | 1 | 1D | 42 | 61 | 0 | 59 | 103 | 5D | 6 |
| Octal | 12 | 1 | 35 | 102 | 141 | 0 | 131 | 403 | 135 | 6 |
| Binary | 1010 | 1 | 11101 | 1000010 | 1100001 | 0 | 1011001 | 100000011 | 1011101 | 110 |
Color Harmonies of #0A011D
Complementary color
Monochromatic Colors of #0A011D
Black with #0A011D
Text Example
Text Example
White with #0A011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A011D; }
p { color: rgb(10,1,29); }
H1.HeaderClassName
{
color: #0A011D;
}
.AnyTagClassName
{
color: #0A011D;
}
</style>
background-color css
<style>
a { background-color: #0A011D; }
a { background-color: rgb(10,1,29); }
div.DivClassName
{
background-color: #0A011D;
}
.BgClassName
{
background-color: #0A011D;
}
</style>
border-color css
<style>
span { border-color: #0A011D; }
span { border-color: rgb(10,1,29); }
td.TdClassName
{
border-color: #0A011D;
}
.TagClassName
{
border-color: #0A011D;
}
</style>