Shades of Blackcurrant #0C031C
Tints of Blackcurrant #0C031C
RGB
CMYK
RGB Variations
Color information
#0C031C (or 0x0C031C) is known color: Blackcurrant. HEX triplet: 0C, 03 and 1C. RGB value is (12,3,28). Sum of RGB (Red+Green+Blue) = 12+3+28=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C031C is #F3FCE3. Grayscale: #080808. Windows color (decimal): -15989988 or 1835788. OLE color: 1835788.
HSL color Cylindrical-coordinate representation of color #0C031C: hue angle of 261.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C031C is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 3 | 28 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.89 |
| HSL | 261.6º | 0.81% | 0.06% | - |
| HSV(B) | 261.6º | 0.89% | 0.11% | - |
| XYZ | 0.39 | 0.23 | 1.12 | - |
| YUV | 8.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 28 | 0.57 | 0.89 | 0 | 0.89 | 261.6 | 0.81 | 0.06 |
| Hex | C | 3 | 1C | 39 | 59 | 0 | 59 | 106 | 51 | 6 |
| Octal | 14 | 3 | 34 | 71 | 131 | 0 | 131 | 406 | 121 | 6 |
| Binary | 1100 | 11 | 11100 | 111001 | 1011001 | 0 | 1011001 | 100000110 | 1010001 | 110 |
Color Harmonies of #0C031C
Complementary color
Monochromatic Colors of #0C031C
Black with #0C031C
Text Example
Text Example
White with #0C031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C031C; }
p { color: rgb(12,3,28); }
H1.HeaderClassName
{
color: #0C031C;
}
.AnyTagClassName
{
color: #0C031C;
}
</style>
background-color css
<style>
a { background-color: #0C031C; }
a { background-color: rgb(12,3,28); }
div.DivClassName
{
background-color: #0C031C;
}
.BgClassName
{
background-color: #0C031C;
}
</style>
border-color css
<style>
span { border-color: #0C031C; }
span { border-color: rgb(12,3,28); }
td.TdClassName
{
border-color: #0C031C;
}
.TagClassName
{
border-color: #0C031C;
}
</style>