Shades of Blackcurrant #2C2134
Tints of Blackcurrant #2C2134
RGB
CMYK
RGB Variations
Color information
#2C2134 (or 0x2C2134) is known color: Blackcurrant. HEX triplet: 2C, 21 and 34. RGB value is (44,33,52). Sum of RGB (Red+Green+Blue) = 44+33+52=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C2134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2134 is #D3DECB. Grayscale: #262626. Windows color (decimal): -13885132 or 3416364. OLE color: 3416364.
HSL color Cylindrical-coordinate representation of color #2C2134: hue angle of 274.74º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C2134 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 33 | 52 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.80 |
| HSL | 274.74º | 0.22% | 0.17% | - |
| HSV(B) | 274.74º | 0.37% | 0.2% | - |
| XYZ | 2.2 | 1.87 | 3.49 | - |
| YUV | 38.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 52 | 0.15 | 0.37 | 0 | 0.80 | 274.74 | 0.22 | 0.17 |
| Hex | 2C | 21 | 34 | F | 25 | 0 | 50 | 113 | 16 | 11 |
| Octal | 54 | 41 | 64 | 17 | 45 | 0 | 120 | 423 | 26 | 21 |
| Binary | 101100 | 100001 | 110100 | 1111 | 100101 | 0 | 1010000 | 100010011 | 10110 | 10001 |
Color Harmonies of #2C2134
Complementary color
Monochromatic Colors of #2C2134
Black with #2C2134
Text Example
Text Example
White with #2C2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2134; }
p { color: rgb(44,33,52); }
H1.HeaderClassName
{
color: #2C2134;
}
.AnyTagClassName
{
color: #2C2134;
}
</style>
background-color css
<style>
a { background-color: #2C2134; }
a { background-color: rgb(44,33,52); }
div.DivClassName
{
background-color: #2C2134;
}
.BgClassName
{
background-color: #2C2134;
}
</style>
border-color css
<style>
span { border-color: #2C2134; }
span { border-color: rgb(44,33,52); }
td.TdClassName
{
border-color: #2C2134;
}
.TagClassName
{
border-color: #2C2134;
}
</style>