Shades of Blackcurrant #2C0E3C
Tints of Blackcurrant #2C0E3C
RGB
CMYK
RGB Variations
Color information
#2C0E3C (or 0x2C0E3C) is known color: Blackcurrant. HEX triplet: 2C, 0E and 3C. RGB value is (44,14,60). Sum of RGB (Red+Green+Blue) = 44+14+60=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C0E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0E3C is #D3F1C3. Grayscale: #1C1C1C. Windows color (decimal): -13889988 or 3935788. OLE color: 3935788.
HSL color Cylindrical-coordinate representation of color #2C0E3C: hue angle of 279.13º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C0E3C is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 14 | 60 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.76 |
| HSL | 279.13º | 0.62% | 0.15% | - |
| HSV(B) | 279.13º | 0.77% | 0.24% | - |
| XYZ | 2.01 | 1.18 | 4.4 | - |
| YUV | 28.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 60 | 0.27 | 0.77 | 0 | 0.76 | 279.13 | 0.62 | 0.15 |
| Hex | 2C | E | 3C | 1B | 4D | 0 | 4C | 117 | 3E | F |
| Octal | 54 | 16 | 74 | 33 | 115 | 0 | 114 | 427 | 76 | 17 |
| Binary | 101100 | 1110 | 111100 | 11011 | 1001101 | 0 | 1001100 | 100010111 | 111110 | 1111 |
Color Harmonies of #2C0E3C
Complementary color
Monochromatic Colors of #2C0E3C
Black with #2C0E3C
Text Example
Text Example
White with #2C0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0E3C; }
p { color: rgb(44,14,60); }
H1.HeaderClassName
{
color: #2C0E3C;
}
.AnyTagClassName
{
color: #2C0E3C;
}
</style>
background-color css
<style>
a { background-color: #2C0E3C; }
a { background-color: rgb(44,14,60); }
div.DivClassName
{
background-color: #2C0E3C;
}
.BgClassName
{
background-color: #2C0E3C;
}
</style>
border-color css
<style>
span { border-color: #2C0E3C; }
span { border-color: rgb(44,14,60); }
td.TdClassName
{
border-color: #2C0E3C;
}
.TagClassName
{
border-color: #2C0E3C;
}
</style>