Shades of Blackcurrant #0A0213
Tints of Blackcurrant #0A0213
RGB
CMYK
RGB Variations
Color information
#0A0213 (or 0x0A0213) is known color: Blackcurrant. HEX triplet: 0A, 02 and 13. RGB value is (10,2,19). Sum of RGB (Red+Green+Blue) = 10+2+19=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A0213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0213 is #F5FDEC. Grayscale: #060606. Windows color (decimal): -16121325 or 1245706. OLE color: 1245706.
HSL color Cylindrical-coordinate representation of color #0A0213: hue angle of 268.24º degrees, saturation: 0.81, 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 #0A0213 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 2 | 19 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.93 |
| HSL | 268.24º | 0.81% | 0.04% | - |
| HSV(B) | 268.24º | 0.89% | 0.07% | - |
| XYZ | 0.26 | 0.15 | 0.63 | - |
| YUV | 6.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 19 | 0.47 | 0.89 | 0 | 0.93 | 268.24 | 0.81 | 0.04 |
| Hex | A | 2 | 13 | 2F | 59 | 0 | 5D | 10C | 51 | 4 |
| Octal | 12 | 2 | 23 | 57 | 131 | 0 | 135 | 414 | 121 | 4 |
| Binary | 1010 | 10 | 10011 | 101111 | 1011001 | 0 | 1011101 | 100001100 | 1010001 | 100 |
Color Harmonies of #0A0213
Complementary color
Monochromatic Colors of #0A0213
Black with #0A0213
Text Example
Text Example
White with #0A0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0213; }
p { color: rgb(10,2,19); }
H1.HeaderClassName
{
color: #0A0213;
}
.AnyTagClassName
{
color: #0A0213;
}
</style>
background-color css
<style>
a { background-color: #0A0213; }
a { background-color: rgb(10,2,19); }
div.DivClassName
{
background-color: #0A0213;
}
.BgClassName
{
background-color: #0A0213;
}
</style>
border-color css
<style>
span { border-color: #0A0213; }
span { border-color: rgb(10,2,19); }
td.TdClassName
{
border-color: #0A0213;
}
.TagClassName
{
border-color: #0A0213;
}
</style>