Shades of Blackcurrant #0C011B
Tints of Blackcurrant #0C011B
RGB
CMYK
RGB Variations
Color information
#0C011B (or 0x0C011B) is known color: Blackcurrant. HEX triplet: 0C, 01 and 1B. RGB value is (12,1,27). Sum of RGB (Red+Green+Blue) = 12+1+27=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C011B is #F3FEE4. Grayscale: #070707. Windows color (decimal): -15990501 or 1769740. OLE color: 1769740.
HSL color Cylindrical-coordinate representation of color #0C011B: hue angle of 265.38º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C011B is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 1 | 27 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.89 |
| HSL | 265.38º | 0.93% | 0.05% | - |
| HSV(B) | 265.38º | 0.96% | 0.11% | - |
| XYZ | 0.36 | 0.18 | 1.05 | - |
| YUV | 7.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 27 | 0.56 | 0.96 | 0 | 0.89 | 265.38 | 0.93 | 0.05 |
| Hex | C | 1 | 1B | 38 | 60 | 0 | 59 | 109 | 5D | 5 |
| Octal | 14 | 1 | 33 | 70 | 140 | 0 | 131 | 411 | 135 | 5 |
| Binary | 1100 | 1 | 11011 | 111000 | 1100000 | 0 | 1011001 | 100001001 | 1011101 | 101 |
Color Harmonies of #0C011B
Complementary color
Monochromatic Colors of #0C011B
Black with #0C011B
Text Example
Text Example
White with #0C011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C011B; }
p { color: rgb(12,1,27); }
H1.HeaderClassName
{
color: #0C011B;
}
.AnyTagClassName
{
color: #0C011B;
}
</style>
background-color css
<style>
a { background-color: #0C011B; }
a { background-color: rgb(12,1,27); }
div.DivClassName
{
background-color: #0C011B;
}
.BgClassName
{
background-color: #0C011B;
}
</style>
border-color css
<style>
span { border-color: #0C011B; }
span { border-color: rgb(12,1,27); }
td.TdClassName
{
border-color: #0C011B;
}
.TagClassName
{
border-color: #0C011B;
}
</style>