Shades of Blackcurrant #0A0212
Tints of Blackcurrant #0A0212
RGB
CMYK
RGB Variations
Color information
#0A0212 (or 0x0A0212) is known color: Blackcurrant. HEX triplet: 0A, 02 and 12. RGB value is (10,2,18). Sum of RGB (Red+Green+Blue) = 10+2+18=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #0A0212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0212 is #F5FDED. Grayscale: #060606. Windows color (decimal): -16121326 or 1180170. OLE color: 1180170.
HSL color Cylindrical-coordinate representation of color #0A0212: hue angle of 270º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0212 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 2 | 18 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.93 |
| HSL | 270º | 0.8% | 0.04% | - |
| HSV(B) | 270º | 0.89% | 0.07% | - |
| XYZ | 0.26 | 0.15 | 0.59 | - |
| YUV | 6.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 18 | 0.44 | 0.89 | 0 | 0.93 | 270 | 0.8 | 0.04 |
| Hex | A | 2 | 12 | 2C | 59 | 0 | 5D | 10E | 50 | 4 |
| Octal | 12 | 2 | 22 | 54 | 131 | 0 | 135 | 416 | 120 | 4 |
| Binary | 1010 | 10 | 10010 | 101100 | 1011001 | 0 | 1011101 | 100001110 | 1010000 | 100 |
Color Harmonies of #0A0212
Complementary color
Monochromatic Colors of #0A0212
Black with #0A0212
Text Example
Text Example
White with #0A0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0212; }
p { color: rgb(10,2,18); }
H1.HeaderClassName
{
color: #0A0212;
}
.AnyTagClassName
{
color: #0A0212;
}
</style>
background-color css
<style>
a { background-color: #0A0212; }
a { background-color: rgb(10,2,18); }
div.DivClassName
{
background-color: #0A0212;
}
.BgClassName
{
background-color: #0A0212;
}
</style>
border-color css
<style>
span { border-color: #0A0212; }
span { border-color: rgb(10,2,18); }
td.TdClassName
{
border-color: #0A0212;
}
.TagClassName
{
border-color: #0A0212;
}
</style>