Shades of Blackcurrant #2C024A
Tints of Blackcurrant #2C024A
RGB
CMYK
RGB Variations
Color information
#2C024A (or 0x2C024A) is known color: Blackcurrant. HEX triplet: 2C, 02 and 4A. RGB value is (44,2,74). Sum of RGB (Red+Green+Blue) = 44+2+74=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #2C024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C024A is #D3FDB5. Grayscale: #161616. Windows color (decimal): -13893046 or 4850220. OLE color: 4850220.
HSL color Cylindrical-coordinate representation of color #2C024A: hue angle of 275º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C024A is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 2 | 74 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.71 |
| HSL | 275º | 0.95% | 0.15% | - |
| HSV(B) | 275º | 0.97% | 0.29% | - |
| XYZ | 2.3 | 1.07 | 6.56 | - |
| YUV | 22.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 74 | 0.41 | 0.97 | 0 | 0.71 | 275 | 0.95 | 0.15 |
| Hex | 2C | 2 | 4A | 29 | 61 | 0 | 47 | 113 | 5F | F |
| Octal | 54 | 2 | 112 | 51 | 141 | 0 | 107 | 423 | 137 | 17 |
| Binary | 101100 | 10 | 1001010 | 101001 | 1100001 | 0 | 1000111 | 100010011 | 1011111 | 1111 |
Color Harmonies of #2C024A
Complementary color
Monochromatic Colors of #2C024A
Black with #2C024A
Text Example
Text Example
White with #2C024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C024A; }
p { color: rgb(44,2,74); }
H1.HeaderClassName
{
color: #2C024A;
}
.AnyTagClassName
{
color: #2C024A;
}
</style>
background-color css
<style>
a { background-color: #2C024A; }
a { background-color: rgb(44,2,74); }
div.DivClassName
{
background-color: #2C024A;
}
.BgClassName
{
background-color: #2C024A;
}
</style>
border-color css
<style>
span { border-color: #2C024A; }
span { border-color: rgb(44,2,74); }
td.TdClassName
{
border-color: #2C024A;
}
.TagClassName
{
border-color: #2C024A;
}
</style>