Shades of Blackcurrant #0C000D
Tints of Blackcurrant #0C000D
RGB
CMYK
RGB Variations
Color information
#0C000D (or 0x0C000D) is known color: Blackcurrant. HEX triplet: 0C, 00 and 0D. RGB value is (12,0,13). Sum of RGB (Red+Green+Blue) = 12+0+13=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C000D is #F3FFF2. Grayscale: #050505. Windows color (decimal): -15990771 or 851980. OLE color: 851980.
HSL color Cylindrical-coordinate representation of color #0C000D: hue angle of 295.38º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C000D is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 0 | 13 | - |
| CMYK | 0.08 | 1 | 0 | 0.95 |
| HSL | 295.38º | 1% | 0.03% | - |
| HSV(B) | 295.38º | 1% | 0.05% | - |
| XYZ | 0.22 | 0.11 | 0.39 | - |
| YUV | 5.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 13 | 0.08 | 1 | 0 | 0.95 | 295.38 | 1 | 0.03 |
| Hex | C | 0 | D | 8 | 64 | 0 | 5F | 127 | 64 | 3 |
| Octal | 14 | 0 | 15 | 10 | 144 | 0 | 137 | 447 | 144 | 3 |
| Binary | 1100 | 0 | 1101 | 1000 | 1100100 | 0 | 1011111 | 100100111 | 1100100 | 11 |
Color Harmonies of #0C000D
Complementary color
Monochromatic Colors of #0C000D
Black with #0C000D
Text Example
Text Example
White with #0C000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C000D; }
p { color: rgb(12,0,13); }
H1.HeaderClassName
{
color: #0C000D;
}
.AnyTagClassName
{
color: #0C000D;
}
</style>
background-color css
<style>
a { background-color: #0C000D; }
a { background-color: rgb(12,0,13); }
div.DivClassName
{
background-color: #0C000D;
}
.BgClassName
{
background-color: #0C000D;
}
</style>
border-color css
<style>
span { border-color: #0C000D; }
span { border-color: rgb(12,0,13); }
td.TdClassName
{
border-color: #0C000D;
}
.TagClassName
{
border-color: #0C000D;
}
</style>