Shades of Blackcurrant #2C0E34
Tints of Blackcurrant #2C0E34
RGB
CMYK
RGB Variations
Color information
#2C0E34 (or 0x2C0E34) is known color: Blackcurrant. HEX triplet: 2C, 0E and 34. RGB value is (44,14,52). Sum of RGB (Red+Green+Blue) = 44+14+52=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C0E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0E34 is #D3F1CB. Grayscale: #1B1B1B. Windows color (decimal): -13889996 or 3411500. OLE color: 3411500.
HSL color Cylindrical-coordinate representation of color #2C0E34: hue angle of 287.37º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C0E34 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 14 | 52 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.80 |
| HSL | 287.37º | 0.58% | 0.13% | - |
| HSV(B) | 287.37º | 0.73% | 0.2% | - |
| XYZ | 1.82 | 1.1 | 3.36 | - |
| YUV | 27.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 52 | 0.15 | 0.73 | 0 | 0.80 | 287.37 | 0.58 | 0.13 |
| Hex | 2C | E | 34 | F | 49 | 0 | 50 | 11F | 3A | D |
| Octal | 54 | 16 | 64 | 17 | 111 | 0 | 120 | 437 | 72 | 15 |
| Binary | 101100 | 1110 | 110100 | 1111 | 1001001 | 0 | 1010000 | 100011111 | 111010 | 1101 |
Color Harmonies of #2C0E34
Complementary color
Monochromatic Colors of #2C0E34
Black with #2C0E34
Text Example
Text Example
White with #2C0E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0E34; }
p { color: rgb(44,14,52); }
H1.HeaderClassName
{
color: #2C0E34;
}
.AnyTagClassName
{
color: #2C0E34;
}
</style>
background-color css
<style>
a { background-color: #2C0E34; }
a { background-color: rgb(44,14,52); }
div.DivClassName
{
background-color: #2C0E34;
}
.BgClassName
{
background-color: #2C0E34;
}
</style>
border-color css
<style>
span { border-color: #2C0E34; }
span { border-color: rgb(44,14,52); }
td.TdClassName
{
border-color: #2C0E34;
}
.TagClassName
{
border-color: #2C0E34;
}
</style>