Shades of Blackcurrant #2A014D
Tints of Blackcurrant #2A014D
RGB
CMYK
RGB Variations
Color information
#2A014D (or 0x2A014D) is known color: Blackcurrant. HEX triplet: 2A, 01 and 4D. RGB value is (42,1,77). Sum of RGB (Red+Green+Blue) = 42+1+77=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A014D is #D5FEB2. Grayscale: #151515. Windows color (decimal): -14024371 or 5046570. OLE color: 5046570.
HSL color Cylindrical-coordinate representation of color #2A014D: hue angle of 272.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A014D is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 1 | 77 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.70 |
| HSL | 272.37º | 0.97% | 0.15% | - |
| HSV(B) | 272.37º | 0.99% | 0.3% | - |
| XYZ | 2.31 | 1.05 | 7.1 | - |
| YUV | 21.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 77 | 0.45 | 0.99 | 0 | 0.70 | 272.37 | 0.97 | 0.15 |
| Hex | 2A | 1 | 4D | 2D | 63 | 0 | 46 | 110 | 61 | F |
| Octal | 52 | 1 | 115 | 55 | 143 | 0 | 106 | 420 | 141 | 17 |
| Binary | 101010 | 1 | 1001101 | 101101 | 1100011 | 0 | 1000110 | 100010000 | 1100001 | 1111 |
Color Harmonies of #2A014D
Complementary color
Monochromatic Colors of #2A014D
Black with #2A014D
Text Example
Text Example
White with #2A014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A014D; }
p { color: rgb(42,1,77); }
H1.HeaderClassName
{
color: #2A014D;
}
.AnyTagClassName
{
color: #2A014D;
}
</style>
background-color css
<style>
a { background-color: #2A014D; }
a { background-color: rgb(42,1,77); }
div.DivClassName
{
background-color: #2A014D;
}
.BgClassName
{
background-color: #2A014D;
}
</style>
border-color css
<style>
span { border-color: #2A014D; }
span { border-color: rgb(42,1,77); }
td.TdClassName
{
border-color: #2A014D;
}
.TagClassName
{
border-color: #2A014D;
}
</style>