Shades of Blackcurrant #0C0713
Tints of Blackcurrant #0C0713
RGB
CMYK
RGB Variations
Color information
#0C0713 (or 0x0C0713) is known color: Blackcurrant. HEX triplet: 0C, 07 and 13. RGB value is (12,7,19). Sum of RGB (Red+Green+Blue) = 12+7+19=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C0713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0713 is #F3F8EC. Grayscale: #090909. Windows color (decimal): -15988973 or 1246988. OLE color: 1246988.
HSL color Cylindrical-coordinate representation of color #0C0713: hue angle of 265º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0C0713 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 7 | 19 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.93 |
| HSL | 265º | 0.46% | 0.05% | - |
| HSV(B) | 265º | 0.63% | 0.07% | - |
| XYZ | 0.35 | 0.28 | 0.65 | - |
| YUV | 9.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 19 | 0.37 | 0.63 | 0 | 0.93 | 265 | 0.46 | 0.05 |
| Hex | C | 7 | 13 | 25 | 3F | 0 | 5D | 109 | 2E | 5 |
| Octal | 14 | 7 | 23 | 45 | 77 | 0 | 135 | 411 | 56 | 5 |
| Binary | 1100 | 111 | 10011 | 100101 | 111111 | 0 | 1011101 | 100001001 | 101110 | 101 |
Color Harmonies of #0C0713
Complementary color
Monochromatic Colors of #0C0713
Black with #0C0713
Text Example
Text Example
White with #0C0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0713; }
p { color: rgb(12,7,19); }
H1.HeaderClassName
{
color: #0C0713;
}
.AnyTagClassName
{
color: #0C0713;
}
</style>
background-color css
<style>
a { background-color: #0C0713; }
a { background-color: rgb(12,7,19); }
div.DivClassName
{
background-color: #0C0713;
}
.BgClassName
{
background-color: #0C0713;
}
</style>
border-color css
<style>
span { border-color: #0C0713; }
span { border-color: rgb(12,7,19); }
td.TdClassName
{
border-color: #0C0713;
}
.TagClassName
{
border-color: #0C0713;
}
</style>