Shades of Blackcurrant #2C0E3D
Tints of Blackcurrant #2C0E3D
RGB
CMYK
RGB Variations
Color information
#2C0E3D (or 0x2C0E3D) is known color: Blackcurrant. HEX triplet: 2C, 0E and 3D. RGB value is (44,14,61). Sum of RGB (Red+Green+Blue) = 44+14+61=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C0E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0E3D is #D3F1C2. Grayscale: #1C1C1C. Windows color (decimal): -13889987 or 4001324. OLE color: 4001324.
HSL color Cylindrical-coordinate representation of color #2C0E3D: hue angle of 278.3º degrees, saturation: 0.63, 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 #2C0E3D is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 14 | 61 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.76 |
| HSL | 278.3º | 0.63% | 0.15% | - |
| HSV(B) | 278.3º | 0.77% | 0.24% | - |
| XYZ | 2.04 | 1.19 | 4.54 | - |
| YUV | 28.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 61 | 0.28 | 0.77 | 0 | 0.76 | 278.3 | 0.63 | 0.15 |
| Hex | 2C | E | 3D | 1C | 4D | 0 | 4C | 116 | 3F | F |
| Octal | 54 | 16 | 75 | 34 | 115 | 0 | 114 | 426 | 77 | 17 |
| Binary | 101100 | 1110 | 111101 | 11100 | 1001101 | 0 | 1001100 | 100010110 | 111111 | 1111 |
Color Harmonies of #2C0E3D
Complementary color
Monochromatic Colors of #2C0E3D
Black with #2C0E3D
Text Example
Text Example
White with #2C0E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0E3D; }
p { color: rgb(44,14,61); }
H1.HeaderClassName
{
color: #2C0E3D;
}
.AnyTagClassName
{
color: #2C0E3D;
}
</style>
background-color css
<style>
a { background-color: #2C0E3D; }
a { background-color: rgb(44,14,61); }
div.DivClassName
{
background-color: #2C0E3D;
}
.BgClassName
{
background-color: #2C0E3D;
}
</style>
border-color css
<style>
span { border-color: #2C0E3D; }
span { border-color: rgb(44,14,61); }
td.TdClassName
{
border-color: #2C0E3D;
}
.TagClassName
{
border-color: #2C0E3D;
}
</style>