Shades of Blackcurrant #0A0311
Tints of Blackcurrant #0A0311
RGB
CMYK
RGB Variations
Color information
#0A0311 (or 0x0A0311) is known color: Blackcurrant. HEX triplet: 0A, 03 and 11. RGB value is (10,3,17). Sum of RGB (Red+Green+Blue) = 10+3+17=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0311 is #F5FCEE. Grayscale: #060606. Windows color (decimal): -16121071 or 1114890. OLE color: 1114890.
HSL color Cylindrical-coordinate representation of color #0A0311: hue angle of 270º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A0311 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 3 | 17 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.93 |
| HSL | 270º | 0.7% | 0.04% | - |
| HSV(B) | 270º | 0.82% | 0.07% | - |
| XYZ | 0.26 | 0.17 | 0.55 | - |
| YUV | 6.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 17 | 0.41 | 0.82 | 0 | 0.93 | 270 | 0.7 | 0.04 |
| Hex | A | 3 | 11 | 29 | 52 | 0 | 5D | 10E | 46 | 4 |
| Octal | 12 | 3 | 21 | 51 | 122 | 0 | 135 | 416 | 106 | 4 |
| Binary | 1010 | 11 | 10001 | 101001 | 1010010 | 0 | 1011101 | 100001110 | 1000110 | 100 |
Color Harmonies of #0A0311
Complementary color
Monochromatic Colors of #0A0311
Black with #0A0311
Text Example
Text Example
White with #0A0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0311; }
p { color: rgb(10,3,17); }
H1.HeaderClassName
{
color: #0A0311;
}
.AnyTagClassName
{
color: #0A0311;
}
</style>
background-color css
<style>
a { background-color: #0A0311; }
a { background-color: rgb(10,3,17); }
div.DivClassName
{
background-color: #0A0311;
}
.BgClassName
{
background-color: #0A0311;
}
</style>
border-color css
<style>
span { border-color: #0A0311; }
span { border-color: rgb(10,3,17); }
td.TdClassName
{
border-color: #0A0311;
}
.TagClassName
{
border-color: #0A0311;
}
</style>