Shades of Blackcurrant #2A014A
Tints of Blackcurrant #2A014A
RGB
CMYK
RGB Variations
Color information
#2A014A (or 0x2A014A) is known color: Blackcurrant. HEX triplet: 2A, 01 and 4A. RGB value is (42,1,74). Sum of RGB (Red+Green+Blue) = 42+1+74=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A014A is #D5FEB5. Grayscale: #151515. Windows color (decimal): -14024374 or 4849962. OLE color: 4849962.
HSL color Cylindrical-coordinate representation of color #2A014A: hue angle of 273.7º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A014A is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 1 | 74 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.71 |
| HSL | 273.7º | 0.97% | 0.15% | - |
| HSV(B) | 273.7º | 0.99% | 0.29% | - |
| XYZ | 2.2 | 1.01 | 6.56 | - |
| YUV | 21.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 74 | 0.43 | 0.99 | 0 | 0.71 | 273.7 | 0.97 | 0.15 |
| Hex | 2A | 1 | 4A | 2B | 63 | 0 | 47 | 112 | 61 | F |
| Octal | 52 | 1 | 112 | 53 | 143 | 0 | 107 | 422 | 141 | 17 |
| Binary | 101010 | 1 | 1001010 | 101011 | 1100011 | 0 | 1000111 | 100010010 | 1100001 | 1111 |
Color Harmonies of #2A014A
Complementary color
Monochromatic Colors of #2A014A
Black with #2A014A
Text Example
Text Example
White with #2A014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A014A; }
p { color: rgb(42,1,74); }
H1.HeaderClassName
{
color: #2A014A;
}
.AnyTagClassName
{
color: #2A014A;
}
</style>
background-color css
<style>
a { background-color: #2A014A; }
a { background-color: rgb(42,1,74); }
div.DivClassName
{
background-color: #2A014A;
}
.BgClassName
{
background-color: #2A014A;
}
</style>
border-color css
<style>
span { border-color: #2A014A; }
span { border-color: rgb(42,1,74); }
td.TdClassName
{
border-color: #2A014A;
}
.TagClassName
{
border-color: #2A014A;
}
</style>