Shades of Blackcurrant #0C0910
Tints of Blackcurrant #0C0910
RGB
CMYK
RGB Variations
Color information
#0C0910 (or 0x0C0910) is known color: Blackcurrant. HEX triplet: 0C, 09 and 10. RGB value is (12,9,16). Sum of RGB (Red+Green+Blue) = 12+9+16=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0910 is #F3F6EF. Grayscale: #0A0A0A. Windows color (decimal): -15988464 or 1050892. OLE color: 1050892.
HSL color Cylindrical-coordinate representation of color #0C0910: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0C0910 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 9 | 16 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.94 |
| HSL | 265.71º | 0.28% | 0.05% | - |
| HSV(B) | 265.71º | 0.44% | 0.06% | - |
| XYZ | 0.34 | 0.31 | 0.53 | - |
| YUV | 10.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 16 | 0.25 | 0.44 | 0 | 0.94 | 265.71 | 0.28 | 0.05 |
| Hex | C | 9 | 10 | 19 | 2C | 0 | 5E | 10A | 1C | 5 |
| Octal | 14 | 11 | 20 | 31 | 54 | 0 | 136 | 412 | 34 | 5 |
| Binary | 1100 | 1001 | 10000 | 11001 | 101100 | 0 | 1011110 | 100001010 | 11100 | 101 |
Color Harmonies of #0C0910
Complementary color
Monochromatic Colors of #0C0910
Black with #0C0910
Text Example
Text Example
White with #0C0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0910; }
p { color: rgb(12,9,16); }
H1.HeaderClassName
{
color: #0C0910;
}
.AnyTagClassName
{
color: #0C0910;
}
</style>
background-color css
<style>
a { background-color: #0C0910; }
a { background-color: rgb(12,9,16); }
div.DivClassName
{
background-color: #0C0910;
}
.BgClassName
{
background-color: #0C0910;
}
</style>
border-color css
<style>
span { border-color: #0C0910; }
span { border-color: rgb(12,9,16); }
td.TdClassName
{
border-color: #0C0910;
}
.TagClassName
{
border-color: #0C0910;
}
</style>