Shades of Blackcurrant #0C011F
Tints of Blackcurrant #0C011F
RGB
CMYK
RGB Variations
Color information
#0C011F (or 0x0C011F) is known color: Blackcurrant. HEX triplet: 0C, 01 and 1F. RGB value is (12,1,31). Sum of RGB (Red+Green+Blue) = 12+1+31=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C011F is #F3FEE0. Grayscale: #070707. Windows color (decimal): -15990497 or 2031884. OLE color: 2031884.
HSL color Cylindrical-coordinate representation of color #0C011F: hue angle of 262º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C011F is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 1 | 31 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.88 |
| HSL | 262º | 0.94% | 0.06% | - |
| HSV(B) | 262º | 0.97% | 0.12% | - |
| XYZ | 0.41 | 0.2 | 1.31 | - |
| YUV | 7.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 31 | 0.61 | 0.97 | 0 | 0.88 | 262 | 0.94 | 0.06 |
| Hex | C | 1 | 1F | 3D | 61 | 0 | 58 | 106 | 5E | 6 |
| Octal | 14 | 1 | 37 | 75 | 141 | 0 | 130 | 406 | 136 | 6 |
| Binary | 1100 | 1 | 11111 | 111101 | 1100001 | 0 | 1011000 | 100000110 | 1011110 | 110 |
Color Harmonies of #0C011F
Complementary color
Monochromatic Colors of #0C011F
Black with #0C011F
Text Example
Text Example
White with #0C011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C011F; }
p { color: rgb(12,1,31); }
H1.HeaderClassName
{
color: #0C011F;
}
.AnyTagClassName
{
color: #0C011F;
}
</style>
background-color css
<style>
a { background-color: #0C011F; }
a { background-color: rgb(12,1,31); }
div.DivClassName
{
background-color: #0C011F;
}
.BgClassName
{
background-color: #0C011F;
}
</style>
border-color css
<style>
span { border-color: #0C011F; }
span { border-color: rgb(12,1,31); }
td.TdClassName
{
border-color: #0C011F;
}
.TagClassName
{
border-color: #0C011F;
}
</style>