Shades of Blackcurrant #2A014E
Tints of Blackcurrant #2A014E
RGB
CMYK
RGB Variations
Color information
#2A014E (or 0x2A014E) is known color: Blackcurrant. HEX triplet: 2A, 01 and 4E. RGB value is (42,1,78). Sum of RGB (Red+Green+Blue) = 42+1+78=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A014E is #D5FEB1. Grayscale: #151515. Windows color (decimal): -14024370 or 5112106. OLE color: 5112106.
HSL color Cylindrical-coordinate representation of color #2A014E: hue angle of 271.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A014E is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 1 | 78 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.69 |
| HSL | 271.95º | 0.97% | 0.15% | - |
| HSV(B) | 271.95º | 0.99% | 0.31% | - |
| XYZ | 2.34 | 1.06 | 7.29 | - |
| YUV | 22.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 78 | 0.46 | 0.99 | 0 | 0.69 | 271.95 | 0.97 | 0.15 |
| Hex | 2A | 1 | 4E | 2E | 63 | 0 | 45 | 110 | 61 | F |
| Octal | 52 | 1 | 116 | 56 | 143 | 0 | 105 | 420 | 141 | 17 |
| Binary | 101010 | 1 | 1001110 | 101110 | 1100011 | 0 | 1000101 | 100010000 | 1100001 | 1111 |
Color Harmonies of #2A014E
Complementary color
Monochromatic Colors of #2A014E
Black with #2A014E
Text Example
Text Example
White with #2A014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A014E; }
p { color: rgb(42,1,78); }
H1.HeaderClassName
{
color: #2A014E;
}
.AnyTagClassName
{
color: #2A014E;
}
</style>
background-color css
<style>
a { background-color: #2A014E; }
a { background-color: rgb(42,1,78); }
div.DivClassName
{
background-color: #2A014E;
}
.BgClassName
{
background-color: #2A014E;
}
</style>
border-color css
<style>
span { border-color: #2A014E; }
span { border-color: rgb(42,1,78); }
td.TdClassName
{
border-color: #2A014E;
}
.TagClassName
{
border-color: #2A014E;
}
</style>