Shades of Blackcurrant #0A0010
Tints of Blackcurrant #0A0010
RGB
CMYK
RGB Variations
Color information
#0A0010 (or 0x0A0010) is known color: Blackcurrant. HEX triplet: 0A, 00 and 10. RGB value is (10,0,16). Sum of RGB (Red+Green+Blue) = 10+0+16=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #0A0010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0010 is #F5FFEF. Grayscale: #040404. Windows color (decimal): -16121840 or 1048586. OLE color: 1048586.
HSL color Cylindrical-coordinate representation of color #0A0010: hue angle of 277.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0010 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 0 | 16 | - |
| CMYK | 0.37 | 1 | 0 | 0.94 |
| HSL | 277.5º | 1% | 0.03% | - |
| HSV(B) | 277.5º | 1% | 0.06% | - |
| XYZ | 0.22 | 0.1 | 0.5 | - |
| YUV | 4.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 16 | 0.37 | 1 | 0 | 0.94 | 277.5 | 1 | 0.03 |
| Hex | A | 0 | 10 | 25 | 64 | 0 | 5E | 116 | 64 | 3 |
| Octal | 12 | 0 | 20 | 45 | 144 | 0 | 136 | 426 | 144 | 3 |
| Binary | 1010 | 0 | 10000 | 100101 | 1100100 | 0 | 1011110 | 100010110 | 1100100 | 11 |
Color Harmonies of #0A0010
Complementary color
Monochromatic Colors of #0A0010
Black with #0A0010
Text Example
Text Example
White with #0A0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0010; }
p { color: rgb(10,0,16); }
H1.HeaderClassName
{
color: #0A0010;
}
.AnyTagClassName
{
color: #0A0010;
}
</style>
background-color css
<style>
a { background-color: #0A0010; }
a { background-color: rgb(10,0,16); }
div.DivClassName
{
background-color: #0A0010;
}
.BgClassName
{
background-color: #0A0010;
}
</style>
border-color css
<style>
span { border-color: #0A0010; }
span { border-color: rgb(10,0,16); }
td.TdClassName
{
border-color: #0A0010;
}
.TagClassName
{
border-color: #0A0010;
}
</style>