Shades of Blackcurrant #2C1932
Tints of Blackcurrant #2C1932
RGB
CMYK
RGB Variations
Color information
#2C1932 (or 0x2C1932) is known color: Blackcurrant. HEX triplet: 2C, 19 and 32. RGB value is (44,25,50). Sum of RGB (Red+Green+Blue) = 44+25+50=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: blue. Hex color #2C1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1932 is #D3E6CD. Grayscale: #212121. Windows color (decimal): -13887182 or 3283244. OLE color: 3283244.
HSL color Cylindrical-coordinate representation of color #2C1932: hue angle of 285.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C1932 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 25 | 50 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.80 |
| HSL | 285.6º | 0.33% | 0.15% | - |
| HSV(B) | 285.6º | 0.5% | 0.2% | - |
| XYZ | 1.96 | 1.46 | 3.2 | - |
| YUV | 33.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 50 | 0.12 | 0.50 | 0 | 0.80 | 285.6 | 0.33 | 0.15 |
| Hex | 2C | 19 | 32 | C | 32 | 0 | 50 | 11E | 21 | F |
| Octal | 54 | 31 | 62 | 14 | 62 | 0 | 120 | 436 | 41 | 17 |
| Binary | 101100 | 11001 | 110010 | 1100 | 110010 | 0 | 1010000 | 100011110 | 100001 | 1111 |
Color Harmonies of #2C1932
Complementary color
Monochromatic Colors of #2C1932
Black with #2C1932
Text Example
Text Example
White with #2C1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1932; }
p { color: rgb(44,25,50); }
H1.HeaderClassName
{
color: #2C1932;
}
.AnyTagClassName
{
color: #2C1932;
}
</style>
background-color css
<style>
a { background-color: #2C1932; }
a { background-color: rgb(44,25,50); }
div.DivClassName
{
background-color: #2C1932;
}
.BgClassName
{
background-color: #2C1932;
}
</style>
border-color css
<style>
span { border-color: #2C1932; }
span { border-color: rgb(44,25,50); }
td.TdClassName
{
border-color: #2C1932;
}
.TagClassName
{
border-color: #2C1932;
}
</style>