Shades of Blackcurrant #2C0032
Tints of Blackcurrant #2C0032
RGB
CMYK
RGB Variations
Color information
#2C0032 (or 0x2C0032) is known color: Blackcurrant. HEX triplet: 2C, 00 and 32. RGB value is (44,0,50). Sum of RGB (Red+Green+Blue) = 44+0+50=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #2C0032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0032 is #D3FFCD. Grayscale: #121212. Windows color (decimal): -13893582 or 3276844. OLE color: 3276844.
HSL color Cylindrical-coordinate representation of color #2C0032: hue angle of 292.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0032 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 0 | 50 | - |
| CMYK | 0.12 | 1 | 0 | 0.80 |
| HSL | 292.8º | 1% | 0.1% | - |
| HSV(B) | 292.8º | 1% | 0.2% | - |
| XYZ | 1.61 | 0.77 | 3.08 | - |
| YUV | 18.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 50 | 0.12 | 1 | 0 | 0.80 | 292.8 | 1 | 0.1 |
| Hex | 2C | 0 | 32 | C | 64 | 0 | 50 | 125 | 64 | A |
| Octal | 54 | 0 | 62 | 14 | 144 | 0 | 120 | 445 | 144 | 12 |
| Binary | 101100 | 0 | 110010 | 1100 | 1100100 | 0 | 1010000 | 100100101 | 1100100 | 1010 |
Color Harmonies of #2C0032
Complementary color
Monochromatic Colors of #2C0032
Black with #2C0032
Text Example
Text Example
White with #2C0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0032; }
p { color: rgb(44,0,50); }
H1.HeaderClassName
{
color: #2C0032;
}
.AnyTagClassName
{
color: #2C0032;
}
</style>
background-color css
<style>
a { background-color: #2C0032; }
a { background-color: rgb(44,0,50); }
div.DivClassName
{
background-color: #2C0032;
}
.BgClassName
{
background-color: #2C0032;
}
</style>
border-color css
<style>
span { border-color: #2C0032; }
span { border-color: rgb(44,0,50); }
td.TdClassName
{
border-color: #2C0032;
}
.TagClassName
{
border-color: #2C0032;
}
</style>