Shades of Blackcurrant #2C2037
Tints of Blackcurrant #2C2037
RGB
CMYK
RGB Variations
Color information
#2C2037 (or 0x2C2037) is known color: Blackcurrant. HEX triplet: 2C, 20 and 37. RGB value is (44,32,55). Sum of RGB (Red+Green+Blue) = 44+32+55=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2037 is #D3DFC8. Grayscale: #262626. Windows color (decimal): -13885385 or 3612716. OLE color: 3612716.
HSL color Cylindrical-coordinate representation of color #2C2037: hue angle of 271.3º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C2037 is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 32 | 55 | - |
| CMYK | 0.2 | 0.42 | 0 | 0.78 |
| HSL | 271.3º | 0.26% | 0.17% | - |
| HSV(B) | 271.3º | 0.42% | 0.22% | - |
| XYZ | 2.24 | 1.84 | 3.85 | - |
| YUV | 38.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 55 | 0.2 | 0.42 | 0 | 0.78 | 271.3 | 0.26 | 0.17 |
| Hex | 2C | 20 | 37 | 14 | 2A | 0 | 4E | 10F | 1A | 11 |
| Octal | 54 | 40 | 67 | 24 | 52 | 0 | 116 | 417 | 32 | 21 |
| Binary | 101100 | 100000 | 110111 | 10100 | 101010 | 0 | 1001110 | 100001111 | 11010 | 10001 |
Color Harmonies of #2C2037
Complementary color
Monochromatic Colors of #2C2037
Black with #2C2037
Text Example
Text Example
White with #2C2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2037; }
p { color: rgb(44,32,55); }
H1.HeaderClassName
{
color: #2C2037;
}
.AnyTagClassName
{
color: #2C2037;
}
</style>
background-color css
<style>
a { background-color: #2C2037; }
a { background-color: rgb(44,32,55); }
div.DivClassName
{
background-color: #2C2037;
}
.BgClassName
{
background-color: #2C2037;
}
</style>
border-color css
<style>
span { border-color: #2C2037; }
span { border-color: rgb(44,32,55); }
td.TdClassName
{
border-color: #2C2037;
}
.TagClassName
{
border-color: #2C2037;
}
</style>