Shades of Blackcurrant #2A024E
Tints of Blackcurrant #2A024E
RGB
CMYK
RGB Variations
Color information
#2A024E (or 0x2A024E) is known color: Blackcurrant. HEX triplet: 2A, 02 and 4E. RGB value is (42,2,78). Sum of RGB (Red+Green+Blue) = 42+2+78=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A024E is #D5FDB1. Grayscale: #161616. Windows color (decimal): -14024114 or 5112362. OLE color: 5112362.
HSL color Cylindrical-coordinate representation of color #2A024E: hue angle of 271.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A024E is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 2 | 78 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.69 |
| HSL | 271.58º | 0.95% | 0.16% | - |
| HSV(B) | 271.58º | 0.97% | 0.31% | - |
| XYZ | 2.35 | 1.09 | 7.29 | - |
| YUV | 22.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 78 | 0.46 | 0.97 | 0 | 0.69 | 271.58 | 0.95 | 0.16 |
| Hex | 2A | 2 | 4E | 2E | 61 | 0 | 45 | 110 | 5F | 10 |
| Octal | 52 | 2 | 116 | 56 | 141 | 0 | 105 | 420 | 137 | 20 |
| Binary | 101010 | 10 | 1001110 | 101110 | 1100001 | 0 | 1000101 | 100010000 | 1011111 | 10000 |
Color Harmonies of #2A024E
Complementary color
Monochromatic Colors of #2A024E
Black with #2A024E
Text Example
Text Example
White with #2A024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A024E; }
p { color: rgb(42,2,78); }
H1.HeaderClassName
{
color: #2A024E;
}
.AnyTagClassName
{
color: #2A024E;
}
</style>
background-color css
<style>
a { background-color: #2A024E; }
a { background-color: rgb(42,2,78); }
div.DivClassName
{
background-color: #2A024E;
}
.BgClassName
{
background-color: #2A024E;
}
</style>
border-color css
<style>
span { border-color: #2A024E; }
span { border-color: rgb(42,2,78); }
td.TdClassName
{
border-color: #2A024E;
}
.TagClassName
{
border-color: #2A024E;
}
</style>