Shades of Blackcurrant #0C0220
Tints of Blackcurrant #0C0220
RGB
CMYK
RGB Variations
Color information
#0C0220 (or 0x0C0220) is known color: Blackcurrant. HEX triplet: 0C, 02 and 20. RGB value is (12,2,32). Sum of RGB (Red+Green+Blue) = 12+2+32=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #0C0220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0220 is #F3FDDF. Grayscale: #080808. Windows color (decimal): -15990240 or 2097676. OLE color: 2097676.
HSL color Cylindrical-coordinate representation of color #0C0220: hue angle of 260º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0220 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 2 | 32 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.87 |
| HSL | 260º | 0.88% | 0.07% | - |
| HSV(B) | 260º | 0.94% | 0.13% | - |
| XYZ | 0.43 | 0.23 | 1.39 | - |
| YUV | 8.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 32 | 0.63 | 0.94 | 0 | 0.87 | 260 | 0.88 | 0.07 |
| Hex | C | 2 | 20 | 3F | 5E | 0 | 57 | 104 | 58 | 7 |
| Octal | 14 | 2 | 40 | 77 | 136 | 0 | 127 | 404 | 130 | 7 |
| Binary | 1100 | 10 | 100000 | 111111 | 1011110 | 0 | 1010111 | 100000100 | 1011000 | 111 |
Color Harmonies of #0C0220
Complementary color
Monochromatic Colors of #0C0220
Black with #0C0220
Text Example
Text Example
White with #0C0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0220; }
p { color: rgb(12,2,32); }
H1.HeaderClassName
{
color: #0C0220;
}
.AnyTagClassName
{
color: #0C0220;
}
</style>
background-color css
<style>
a { background-color: #0C0220; }
a { background-color: rgb(12,2,32); }
div.DivClassName
{
background-color: #0C0220;
}
.BgClassName
{
background-color: #0C0220;
}
</style>
border-color css
<style>
span { border-color: #0C0220; }
span { border-color: rgb(12,2,32); }
td.TdClassName
{
border-color: #0C0220;
}
.TagClassName
{
border-color: #0C0220;
}
</style>