Shades of Blackcurrant #2C0E37
Tints of Blackcurrant #2C0E37
RGB
CMYK
RGB Variations
Color information
#2C0E37 (or 0x2C0E37) is known color: Blackcurrant. HEX triplet: 2C, 0E and 37. RGB value is (44,14,55). Sum of RGB (Red+Green+Blue) = 44+14+55=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C0E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0E37 is #D3F1C8. Grayscale: #1B1B1B. Windows color (decimal): -13889993 or 3608108. OLE color: 3608108.
HSL color Cylindrical-coordinate representation of color #2C0E37: hue angle of 283.9º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C0E37 is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 14 | 55 | - |
| CMYK | 0.2 | 0.75 | 0 | 0.78 |
| HSL | 283.9º | 0.59% | 0.14% | - |
| HSV(B) | 283.9º | 0.75% | 0.22% | - |
| XYZ | 1.89 | 1.13 | 3.73 | - |
| YUV | 27.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 55 | 0.2 | 0.75 | 0 | 0.78 | 283.9 | 0.59 | 0.14 |
| Hex | 2C | E | 37 | 14 | 4B | 0 | 4E | 11C | 3B | E |
| Octal | 54 | 16 | 67 | 24 | 113 | 0 | 116 | 434 | 73 | 16 |
| Binary | 101100 | 1110 | 110111 | 10100 | 1001011 | 0 | 1001110 | 100011100 | 111011 | 1110 |
Color Harmonies of #2C0E37
Complementary color
Monochromatic Colors of #2C0E37
Black with #2C0E37
Text Example
Text Example
White with #2C0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0E37; }
p { color: rgb(44,14,55); }
H1.HeaderClassName
{
color: #2C0E37;
}
.AnyTagClassName
{
color: #2C0E37;
}
</style>
background-color css
<style>
a { background-color: #2C0E37; }
a { background-color: rgb(44,14,55); }
div.DivClassName
{
background-color: #2C0E37;
}
.BgClassName
{
background-color: #2C0E37;
}
</style>
border-color css
<style>
span { border-color: #2C0E37; }
span { border-color: rgb(44,14,55); }
td.TdClassName
{
border-color: #2C0E37;
}
.TagClassName
{
border-color: #2C0E37;
}
</style>