Shades of Blackcurrant #0A0312
Tints of Blackcurrant #0A0312
RGB
CMYK
RGB Variations
Color information
#0A0312 (or 0x0A0312) is known color: Blackcurrant. HEX triplet: 0A, 03 and 12. RGB value is (10,3,18). Sum of RGB (Red+Green+Blue) = 10+3+18=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #0A0312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0312 is #F5FCED. Grayscale: #060606. Windows color (decimal): -16121070 or 1180426. OLE color: 1180426.
HSL color Cylindrical-coordinate representation of color #0A0312: hue angle of 268º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A0312 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 3 | 18 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.93 |
| HSL | 268º | 0.71% | 0.04% | - |
| HSV(B) | 268º | 0.83% | 0.07% | - |
| XYZ | 0.27 | 0.17 | 0.59 | - |
| YUV | 6.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 18 | 0.44 | 0.83 | 0 | 0.93 | 268 | 0.71 | 0.04 |
| Hex | A | 3 | 12 | 2C | 53 | 0 | 5D | 10C | 47 | 4 |
| Octal | 12 | 3 | 22 | 54 | 123 | 0 | 135 | 414 | 107 | 4 |
| Binary | 1010 | 11 | 10010 | 101100 | 1010011 | 0 | 1011101 | 100001100 | 1000111 | 100 |
Color Harmonies of #0A0312
Complementary color
Monochromatic Colors of #0A0312
Black with #0A0312
Text Example
Text Example
White with #0A0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0312; }
p { color: rgb(10,3,18); }
H1.HeaderClassName
{
color: #0A0312;
}
.AnyTagClassName
{
color: #0A0312;
}
</style>
background-color css
<style>
a { background-color: #0A0312; }
a { background-color: rgb(10,3,18); }
div.DivClassName
{
background-color: #0A0312;
}
.BgClassName
{
background-color: #0A0312;
}
</style>
border-color css
<style>
span { border-color: #0A0312; }
span { border-color: rgb(10,3,18); }
td.TdClassName
{
border-color: #0A0312;
}
.TagClassName
{
border-color: #0A0312;
}
</style>