Shades of Blackcurrant #2C0049
Tints of Blackcurrant #2C0049
RGB
CMYK
RGB Variations
Color information
#2C0049 (or 0x2C0049) is known color: Blackcurrant. HEX triplet: 2C, 00 and 49. RGB value is (44,0,73). Sum of RGB (Red+Green+Blue) = 44+0+73=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C0049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0049 is #D3FFB6. Grayscale: #151515. Windows color (decimal): -13893559 or 4784172. OLE color: 4784172.
HSL color Cylindrical-coordinate representation of color #2C0049: hue angle of 276.16º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0049 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 0 | 73 | - |
| CMYK | 0.40 | 1 | 0 | 0.71 |
| HSL | 276.16º | 1% | 0.14% | - |
| HSV(B) | 276.16º | 1% | 0.29% | - |
| XYZ | 2.24 | 1.02 | 6.38 | - |
| YUV | 21.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 73 | 0.40 | 1 | 0 | 0.71 | 276.16 | 1 | 0.14 |
| Hex | 2C | 0 | 49 | 28 | 64 | 0 | 47 | 114 | 64 | E |
| Octal | 54 | 0 | 111 | 50 | 144 | 0 | 107 | 424 | 144 | 16 |
| Binary | 101100 | 0 | 1001001 | 101000 | 1100100 | 0 | 1000111 | 100010100 | 1100100 | 1110 |
Color Harmonies of #2C0049
Complementary color
Monochromatic Colors of #2C0049
Black with #2C0049
Text Example
Text Example
White with #2C0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0049; }
p { color: rgb(44,0,73); }
H1.HeaderClassName
{
color: #2C0049;
}
.AnyTagClassName
{
color: #2C0049;
}
</style>
background-color css
<style>
a { background-color: #2C0049; }
a { background-color: rgb(44,0,73); }
div.DivClassName
{
background-color: #2C0049;
}
.BgClassName
{
background-color: #2C0049;
}
</style>
border-color css
<style>
span { border-color: #2C0049; }
span { border-color: rgb(44,0,73); }
td.TdClassName
{
border-color: #2C0049;
}
.TagClassName
{
border-color: #2C0049;
}
</style>