Shades of Blackcurrant #2C0A4A
Tints of Blackcurrant #2C0A4A
RGB
CMYK
RGB Variations
Color information
#2C0A4A (or 0x2C0A4A) is known color: Blackcurrant. HEX triplet: 2C, 0A and 4A. RGB value is (44,10,74). Sum of RGB (Red+Green+Blue) = 44+10+74=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #2C0A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0A4A is #D3F5B5. Grayscale: #1B1B1B. Windows color (decimal): -13890998 or 4852268. OLE color: 4852268.
HSL color Cylindrical-coordinate representation of color #2C0A4A: hue angle of 271.88º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C0A4A is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 10 | 74 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.71 |
| HSL | 271.88º | 0.76% | 0.16% | - |
| HSV(B) | 271.88º | 0.86% | 0.29% | - |
| XYZ | 2.38 | 1.25 | 6.59 | - |
| YUV | 27.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 74 | 0.41 | 0.86 | 0 | 0.71 | 271.88 | 0.76 | 0.16 |
| Hex | 2C | A | 4A | 29 | 56 | 0 | 47 | 110 | 4C | 10 |
| Octal | 54 | 12 | 112 | 51 | 126 | 0 | 107 | 420 | 114 | 20 |
| Binary | 101100 | 1010 | 1001010 | 101001 | 1010110 | 0 | 1000111 | 100010000 | 1001100 | 10000 |
Color Harmonies of #2C0A4A
Complementary color
Monochromatic Colors of #2C0A4A
Black with #2C0A4A
Text Example
Text Example
White with #2C0A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0A4A; }
p { color: rgb(44,10,74); }
H1.HeaderClassName
{
color: #2C0A4A;
}
.AnyTagClassName
{
color: #2C0A4A;
}
</style>
background-color css
<style>
a { background-color: #2C0A4A; }
a { background-color: rgb(44,10,74); }
div.DivClassName
{
background-color: #2C0A4A;
}
.BgClassName
{
background-color: #2C0A4A;
}
</style>
border-color css
<style>
span { border-color: #2C0A4A; }
span { border-color: rgb(44,10,74); }
td.TdClassName
{
border-color: #2C0A4A;
}
.TagClassName
{
border-color: #2C0A4A;
}
</style>