Shades of Blackcurrant #0A021C
Tints of Blackcurrant #0A021C
RGB
CMYK
RGB Variations
Color information
#0A021C (or 0x0A021C) is known color: Blackcurrant. HEX triplet: 0A, 02 and 1C. RGB value is (10,2,28). Sum of RGB (Red+Green+Blue) = 10+2+28=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021C is #F5FDE3. Grayscale: #070707. Windows color (decimal): -16121316 or 1835530. OLE color: 1835530.
HSL color Cylindrical-coordinate representation of color #0A021C: hue angle of 258.46º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A021C is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 2 | 28 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.89 |
| HSL | 258.46º | 0.87% | 0.06% | - |
| HSV(B) | 258.46º | 0.93% | 0.11% | - |
| XYZ | 0.36 | 0.19 | 1.12 | - |
| YUV | 7.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 28 | 0.64 | 0.93 | 0 | 0.89 | 258.46 | 0.87 | 0.06 |
| Hex | A | 2 | 1C | 40 | 5D | 0 | 59 | 102 | 57 | 6 |
| Octal | 12 | 2 | 34 | 100 | 135 | 0 | 131 | 402 | 127 | 6 |
| Binary | 1010 | 10 | 11100 | 1000000 | 1011101 | 0 | 1011001 | 100000010 | 1010111 | 110 |
Color Harmonies of #0A021C
Complementary color
Monochromatic Colors of #0A021C
Black with #0A021C
Text Example
Text Example
White with #0A021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A021C; }
p { color: rgb(10,2,28); }
H1.HeaderClassName
{
color: #0A021C;
}
.AnyTagClassName
{
color: #0A021C;
}
</style>
background-color css
<style>
a { background-color: #0A021C; }
a { background-color: rgb(10,2,28); }
div.DivClassName
{
background-color: #0A021C;
}
.BgClassName
{
background-color: #0A021C;
}
</style>
border-color css
<style>
span { border-color: #0A021C; }
span { border-color: rgb(10,2,28); }
td.TdClassName
{
border-color: #0A021C;
}
.TagClassName
{
border-color: #0A021C;
}
</style>