Shades of Blackcurrant #0A0014
Tints of Blackcurrant #0A0014
RGB
CMYK
RGB Variations
Color information
#0A0014 (or 0x0A0014) is known color: Blackcurrant. HEX triplet: 0A, 00 and 14. RGB value is (10,0,20). Sum of RGB (Red+Green+Blue) = 10+0+20=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0014 is #F5FFEB. Grayscale: #050505. Windows color (decimal): -16121836 or 1310730. OLE color: 1310730.
HSL color Cylindrical-coordinate representation of color #0A0014: hue angle of 270º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0014 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 0 | 20 | - |
| CMYK | 0.50 | 1 | 0 | 0.92 |
| HSL | 270º | 1% | 0.04% | - |
| HSV(B) | 270º | 1% | 0.08% | - |
| XYZ | 0.25 | 0.12 | 0.67 | - |
| YUV | 5.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 20 | 0.50 | 1 | 0 | 0.92 | 270 | 1 | 0.04 |
| Hex | A | 0 | 14 | 32 | 64 | 0 | 5C | 10E | 64 | 4 |
| Octal | 12 | 0 | 24 | 62 | 144 | 0 | 134 | 416 | 144 | 4 |
| Binary | 1010 | 0 | 10100 | 110010 | 1100100 | 0 | 1011100 | 100001110 | 1100100 | 100 |
Color Harmonies of #0A0014
Complementary color
Monochromatic Colors of #0A0014
Black with #0A0014
Text Example
Text Example
White with #0A0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0014; }
p { color: rgb(10,0,20); }
H1.HeaderClassName
{
color: #0A0014;
}
.AnyTagClassName
{
color: #0A0014;
}
</style>
background-color css
<style>
a { background-color: #0A0014; }
a { background-color: rgb(10,0,20); }
div.DivClassName
{
background-color: #0A0014;
}
.BgClassName
{
background-color: #0A0014;
}
</style>
border-color css
<style>
span { border-color: #0A0014; }
span { border-color: rgb(10,0,20); }
td.TdClassName
{
border-color: #0A0014;
}
.TagClassName
{
border-color: #0A0014;
}
</style>