Shades of Blackcurrant #0A001E
Tints of Blackcurrant #0A001E
RGB
CMYK
RGB Variations
Color information
#0A001E (or 0x0A001E) is known color: Blackcurrant. HEX triplet: 0A, 00 and 1E. RGB value is (10,0,30). Sum of RGB (Red+Green+Blue) = 10+0+30=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A001E is #F5FFE1. Grayscale: #060606. Windows color (decimal): -16121826 or 1966090. OLE color: 1966090.
HSL color Cylindrical-coordinate representation of color #0A001E: hue angle of 260º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A001E is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 0 | 30 | - |
| CMYK | 0.67 | 1 | 0 | 0.88 |
| HSL | 260º | 1% | 0.06% | - |
| HSV(B) | 260º | 1% | 0.12% | - |
| XYZ | 0.36 | 0.16 | 1.24 | - |
| YUV | 6.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 30 | 0.67 | 1 | 0 | 0.88 | 260 | 1 | 0.06 |
| Hex | A | 0 | 1E | 43 | 64 | 0 | 58 | 104 | 64 | 6 |
| Octal | 12 | 0 | 36 | 103 | 144 | 0 | 130 | 404 | 144 | 6 |
| Binary | 1010 | 0 | 11110 | 1000011 | 1100100 | 0 | 1011000 | 100000100 | 1100100 | 110 |
Color Harmonies of #0A001E
Complementary color
Monochromatic Colors of #0A001E
Black with #0A001E
Text Example
Text Example
White with #0A001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A001E; }
p { color: rgb(10,0,30); }
H1.HeaderClassName
{
color: #0A001E;
}
.AnyTagClassName
{
color: #0A001E;
}
</style>
background-color css
<style>
a { background-color: #0A001E; }
a { background-color: rgb(10,0,30); }
div.DivClassName
{
background-color: #0A001E;
}
.BgClassName
{
background-color: #0A001E;
}
</style>
border-color css
<style>
span { border-color: #0A001E; }
span { border-color: rgb(10,0,30); }
td.TdClassName
{
border-color: #0A001E;
}
.TagClassName
{
border-color: #0A001E;
}
</style>