Shades of Blackcurrant #0C0711
Tints of Blackcurrant #0C0711
RGB
CMYK
RGB Variations
Color information
#0C0711 (or 0x0C0711) is known color: Blackcurrant. HEX triplet: 0C, 07 and 11. RGB value is (12,7,17). Sum of RGB (Red+Green+Blue) = 12+7+17=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0711 is #F3F8EE. Grayscale: #090909. Windows color (decimal): -15988975 or 1115916. OLE color: 1115916.
HSL color Cylindrical-coordinate representation of color #0C0711: hue angle of 270º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C0711 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 7 | 17 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.93 |
| HSL | 270º | 0.42% | 0.05% | - |
| HSV(B) | 270º | 0.59% | 0.07% | - |
| XYZ | 0.33 | 0.27 | 0.57 | - |
| YUV | 9.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 17 | 0.29 | 0.59 | 0 | 0.93 | 270 | 0.42 | 0.05 |
| Hex | C | 7 | 11 | 1D | 3B | 0 | 5D | 10E | 2A | 5 |
| Octal | 14 | 7 | 21 | 35 | 73 | 0 | 135 | 416 | 52 | 5 |
| Binary | 1100 | 111 | 10001 | 11101 | 111011 | 0 | 1011101 | 100001110 | 101010 | 101 |
Color Harmonies of #0C0711
Complementary color
Monochromatic Colors of #0C0711
Black with #0C0711
Text Example
Text Example
White with #0C0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0711; }
p { color: rgb(12,7,17); }
H1.HeaderClassName
{
color: #0C0711;
}
.AnyTagClassName
{
color: #0C0711;
}
</style>
background-color css
<style>
a { background-color: #0C0711; }
a { background-color: rgb(12,7,17); }
div.DivClassName
{
background-color: #0C0711;
}
.BgClassName
{
background-color: #0C0711;
}
</style>
border-color css
<style>
span { border-color: #0C0711; }
span { border-color: rgb(12,7,17); }
td.TdClassName
{
border-color: #0C0711;
}
.TagClassName
{
border-color: #0C0711;
}
</style>