Shades of Blackcurrant #2C2033
Tints of Blackcurrant #2C2033
RGB
CMYK
RGB Variations
Color information
#2C2033 (or 0x2C2033) is known color: Blackcurrant. HEX triplet: 2C, 20 and 33. RGB value is (44,32,51). Sum of RGB (Red+Green+Blue) = 44+32+51=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 51 - color contains mainly: blue. Hex color #2C2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2033 is #D3DFCC. Grayscale: #252525. Windows color (decimal): -13885389 or 3350572. OLE color: 3350572.
HSL color Cylindrical-coordinate representation of color #2C2033: hue angle of 277.89º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C2033 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 44 | 32 | 51 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.8 |
| HSL | 277.89º | 0.23% | 0.16% | - |
| HSV(B) | 277.89º | 0.37% | 0.2% | - |
| XYZ | 2.15 | 1.81 | 3.37 | - |
| YUV | 37.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 51 | 0.14 | 0.37 | 0 | 0.8 | 277.89 | 0.23 | 0.16 |
| Hex | 2C | 20 | 33 | E | 25 | 0 | 50 | 116 | 17 | 10 |
| Octal | 54 | 40 | 63 | 16 | 45 | 0 | 120 | 426 | 27 | 20 |
| Binary | 101100 | 100000 | 110011 | 1110 | 100101 | 0 | 1010000 | 100010110 | 10111 | 10000 |
Color Harmonies of #2C2033
Complementary color
Monochromatic Colors of #2C2033
Black with #2C2033
Text Example
Text Example
White with #2C2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2033; }
p { color: rgb(44,32,51); }
H1.HeaderClassName
{
color: #2C2033;
}
.AnyTagClassName
{
color: #2C2033;
}
</style>
background-color css
<style>
a { background-color: #2C2033; }
a { background-color: rgb(44,32,51); }
div.DivClassName
{
background-color: #2C2033;
}
.BgClassName
{
background-color: #2C2033;
}
</style>
border-color css
<style>
span { border-color: #2C2033; }
span { border-color: rgb(44,32,51); }
td.TdClassName
{
border-color: #2C2033;
}
.TagClassName
{
border-color: #2C2033;
}
</style>