Shades of Blackcurrant #2C2332
Tints of Blackcurrant #2C2332
RGB
CMYK
RGB Variations
Color information
#2C2332 (or 0x2C2332) is known color: Blackcurrant. HEX triplet: 2C, 23 and 32. RGB value is (44,35,50). Sum of RGB (Red+Green+Blue) = 44+35+50=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #2C2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2332 is #D3DCCD. Grayscale: #272727. Windows color (decimal): -13884622 or 3285804. OLE color: 3285804.
HSL color Cylindrical-coordinate representation of color #2C2332: hue angle of 276º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C2332 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 35 | 50 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.80 |
| HSL | 276º | 0.18% | 0.17% | - |
| HSV(B) | 276º | 0.3% | 0.2% | - |
| XYZ | 2.22 | 1.97 | 3.28 | - |
| YUV | 39.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 50 | 0.12 | 0.30 | 0 | 0.80 | 276 | 0.18 | 0.17 |
| Hex | 2C | 23 | 32 | C | 1E | 0 | 50 | 114 | 12 | 11 |
| Octal | 54 | 43 | 62 | 14 | 36 | 0 | 120 | 424 | 22 | 21 |
| Binary | 101100 | 100011 | 110010 | 1100 | 11110 | 0 | 1010000 | 100010100 | 10010 | 10001 |
Color Harmonies of #2C2332
Complementary color
Monochromatic Colors of #2C2332
Black with #2C2332
Text Example
Text Example
White with #2C2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2332; }
p { color: rgb(44,35,50); }
H1.HeaderClassName
{
color: #2C2332;
}
.AnyTagClassName
{
color: #2C2332;
}
</style>
background-color css
<style>
a { background-color: #2C2332; }
a { background-color: rgb(44,35,50); }
div.DivClassName
{
background-color: #2C2332;
}
.BgClassName
{
background-color: #2C2332;
}
</style>
border-color css
<style>
span { border-color: #2C2332; }
span { border-color: rgb(44,35,50); }
td.TdClassName
{
border-color: #2C2332;
}
.TagClassName
{
border-color: #2C2332;
}
</style>