Shades of Blackcurrant #2A024C
Tints of Blackcurrant #2A024C
RGB
CMYK
RGB Variations
Color information
#2A024C (or 0x2A024C) is known color: Blackcurrant. HEX triplet: 2A, 02 and 4C. RGB value is (42,2,76). Sum of RGB (Red+Green+Blue) = 42+2+76=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A024C is #D5FDB3. Grayscale: #161616. Windows color (decimal): -14024116 or 4981290. OLE color: 4981290.
HSL color Cylindrical-coordinate representation of color #2A024C: hue angle of 272.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A024C is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 2 | 76 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.70 |
| HSL | 272.43º | 0.95% | 0.15% | - |
| HSV(B) | 272.43º | 0.97% | 0.3% | - |
| XYZ | 2.28 | 1.06 | 6.92 | - |
| YUV | 22.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 76 | 0.45 | 0.97 | 0 | 0.70 | 272.43 | 0.95 | 0.15 |
| Hex | 2A | 2 | 4C | 2D | 61 | 0 | 46 | 110 | 5F | F |
| Octal | 52 | 2 | 114 | 55 | 141 | 0 | 106 | 420 | 137 | 17 |
| Binary | 101010 | 10 | 1001100 | 101101 | 1100001 | 0 | 1000110 | 100010000 | 1011111 | 1111 |
Color Harmonies of #2A024C
Complementary color
Monochromatic Colors of #2A024C
Black with #2A024C
Text Example
Text Example
White with #2A024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A024C; }
p { color: rgb(42,2,76); }
H1.HeaderClassName
{
color: #2A024C;
}
.AnyTagClassName
{
color: #2A024C;
}
</style>
background-color css
<style>
a { background-color: #2A024C; }
a { background-color: rgb(42,2,76); }
div.DivClassName
{
background-color: #2A024C;
}
.BgClassName
{
background-color: #2A024C;
}
</style>
border-color css
<style>
span { border-color: #2A024C; }
span { border-color: rgb(42,2,76); }
td.TdClassName
{
border-color: #2A024C;
}
.TagClassName
{
border-color: #2A024C;
}
</style>