Shades of Blackcurrant #0A000C
Tints of Blackcurrant #0A000C
RGB
CMYK
RGB Variations
Color information
#0A000C (or 0x0A000C) is known color: Blackcurrant. HEX triplet: 0A, 00 and 0C. RGB value is (10,0,12). Sum of RGB (Red+Green+Blue) = 10+0+12=22 (2% of max value = 765). Red value is 10 (4.30% from 255 or 45.45% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A000C is #F5FFF3. Grayscale: #040404. Windows color (decimal): -16121844 or 786442. OLE color: 786442.
HSL color Cylindrical-coordinate representation of color #0A000C: hue angle of 290º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A000C is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 0 | 12 | - |
| CMYK | 0.17 | 1 | 0 | 0.95 |
| HSL | 290º | 1% | 0.02% | - |
| HSV(B) | 290º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.09 | 0.36 | - |
| YUV | 4.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 12 | 0.17 | 1 | 0 | 0.95 | 290 | 1 | 0.02 |
| Hex | A | 0 | C | 11 | 64 | 0 | 5F | 122 | 64 | 2 |
| Octal | 12 | 0 | 14 | 21 | 144 | 0 | 137 | 442 | 144 | 2 |
| Binary | 1010 | 0 | 1100 | 10001 | 1100100 | 0 | 1011111 | 100100010 | 1100100 | 10 |
Color Harmonies of #0A000C
Complementary color
Monochromatic Colors of #0A000C
Black with #0A000C
Text Example
Text Example
White with #0A000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A000C; }
p { color: rgb(10,0,12); }
H1.HeaderClassName
{
color: #0A000C;
}
.AnyTagClassName
{
color: #0A000C;
}
</style>
background-color css
<style>
a { background-color: #0A000C; }
a { background-color: rgb(10,0,12); }
div.DivClassName
{
background-color: #0A000C;
}
.BgClassName
{
background-color: #0A000C;
}
</style>
border-color css
<style>
span { border-color: #0A000C; }
span { border-color: rgb(10,0,12); }
td.TdClassName
{
border-color: #0A000C;
}
.TagClassName
{
border-color: #0A000C;
}
</style>