Shades of Blackcurrant #0C070D
Tints of Blackcurrant #0C070D
RGB
CMYK
RGB Variations
Color information
#0C070D (or 0x0C070D) is known color: Blackcurrant. HEX triplet: 0C, 07 and 0D. RGB value is (12,7,13). Sum of RGB (Red+Green+Blue) = 12+7+13=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C070D is #F3F8F2. Grayscale: #090909. Windows color (decimal): -15988979 or 853772. OLE color: 853772.
HSL color Cylindrical-coordinate representation of color #0C070D: hue angle of 290º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0C070D is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 7 | 13 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.95 |
| HSL | 290º | 0.3% | 0.04% | - |
| HSV(B) | 290º | 0.46% | 0.05% | - |
| XYZ | 0.3 | 0.26 | 0.41 | - |
| YUV | 9.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 13 | 0.08 | 0.46 | 0 | 0.95 | 290 | 0.3 | 0.04 |
| Hex | C | 7 | D | 8 | 2E | 0 | 5F | 122 | 1E | 4 |
| Octal | 14 | 7 | 15 | 10 | 56 | 0 | 137 | 442 | 36 | 4 |
| Binary | 1100 | 111 | 1101 | 1000 | 101110 | 0 | 1011111 | 100100010 | 11110 | 100 |
Color Harmonies of #0C070D
Complementary color
Monochromatic Colors of #0C070D
Black with #0C070D
Text Example
Text Example
White with #0C070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C070D; }
p { color: rgb(12,7,13); }
H1.HeaderClassName
{
color: #0C070D;
}
.AnyTagClassName
{
color: #0C070D;
}
</style>
background-color css
<style>
a { background-color: #0C070D; }
a { background-color: rgb(12,7,13); }
div.DivClassName
{
background-color: #0C070D;
}
.BgClassName
{
background-color: #0C070D;
}
</style>
border-color css
<style>
span { border-color: #0C070D; }
span { border-color: rgb(12,7,13); }
td.TdClassName
{
border-color: #0C070D;
}
.TagClassName
{
border-color: #0C070D;
}
</style>