Shades of Blackcurrant #0C002C
Tints of Blackcurrant #0C002C
RGB
CMYK
RGB Variations
Color information
#0C002C (or 0x0C002C) is known color: Blackcurrant. HEX triplet: 0C, 00 and 2C. RGB value is (12,0,44). Sum of RGB (Red+Green+Blue) = 12+0+44=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 44 (17.58% from 255 or 78.57% from 56); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C002C is #F3FFD3. Grayscale: #080808. Windows color (decimal): -15990740 or 2883596. OLE color: 2883596.
HSL color Cylindrical-coordinate representation of color #0C002C: hue angle of 256.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C002C is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 0 | 44 | - |
| CMYK | 0.73 | 1 | 0 | 0.83 |
| HSL | 256.36º | 1% | 0.09% | - |
| HSV(B) | 256.36º | 1% | 0.17% | - |
| XYZ | 0.61 | 0.26 | 2.4 | - |
| YUV | 8.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 44 | 0.73 | 1 | 0 | 0.83 | 256.36 | 1 | 0.09 |
| Hex | C | 0 | 2C | 49 | 64 | 0 | 53 | 100 | 64 | 9 |
| Octal | 14 | 0 | 54 | 111 | 144 | 0 | 123 | 400 | 144 | 11 |
| Binary | 1100 | 0 | 101100 | 1001001 | 1100100 | 0 | 1010011 | 100000000 | 1100100 | 1001 |
Color Harmonies of #0C002C
Complementary color
Monochromatic Colors of #0C002C
Black with #0C002C
Text Example
Text Example
White with #0C002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C002C; }
p { color: rgb(12,0,44); }
H1.HeaderClassName
{
color: #0C002C;
}
.AnyTagClassName
{
color: #0C002C;
}
</style>
background-color css
<style>
a { background-color: #0C002C; }
a { background-color: rgb(12,0,44); }
div.DivClassName
{
background-color: #0C002C;
}
.BgClassName
{
background-color: #0C002C;
}
</style>
border-color css
<style>
span { border-color: #0C002C; }
span { border-color: rgb(12,0,44); }
td.TdClassName
{
border-color: #0C002C;
}
.TagClassName
{
border-color: #0C002C;
}
</style>