Shades of Blackcurrant #0A001D
Tints of Blackcurrant #0A001D
RGB
CMYK
RGB Variations
Color information
#0A001D (or 0x0A001D) is known color: Blackcurrant. HEX triplet: 0A, 00 and 1D. RGB value is (10,0,29). Sum of RGB (Red+Green+Blue) = 10+0+29=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 29 (11.72% from 255 or 74.36% from 39); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A001D is #F5FFE2. Grayscale: #060606. Windows color (decimal): -16121827 or 1900554. OLE color: 1900554.
HSL color Cylindrical-coordinate representation of color #0A001D: hue angle of 260.69º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A001D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 0 | 29 | - |
| CMYK | 0.66 | 1 | 0 | 0.89 |
| HSL | 260.69º | 1% | 0.06% | - |
| HSV(B) | 260.69º | 1% | 0.11% | - |
| XYZ | 0.35 | 0.15 | 1.17 | - |
| YUV | 6.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 29 | 0.66 | 1 | 0 | 0.89 | 260.69 | 1 | 0.06 |
| Hex | A | 0 | 1D | 42 | 64 | 0 | 59 | 105 | 64 | 6 |
| Octal | 12 | 0 | 35 | 102 | 144 | 0 | 131 | 405 | 144 | 6 |
| Binary | 1010 | 0 | 11101 | 1000010 | 1100100 | 0 | 1011001 | 100000101 | 1100100 | 110 |
Color Harmonies of #0A001D
Complementary color
Monochromatic Colors of #0A001D
Black with #0A001D
Text Example
Text Example
White with #0A001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A001D; }
p { color: rgb(10,0,29); }
H1.HeaderClassName
{
color: #0A001D;
}
.AnyTagClassName
{
color: #0A001D;
}
</style>
background-color css
<style>
a { background-color: #0A001D; }
a { background-color: rgb(10,0,29); }
div.DivClassName
{
background-color: #0A001D;
}
.BgClassName
{
background-color: #0A001D;
}
</style>
border-color css
<style>
span { border-color: #0A001D; }
span { border-color: rgb(10,0,29); }
td.TdClassName
{
border-color: #0A001D;
}
.TagClassName
{
border-color: #0A001D;
}
</style>