Shades of Blackcurrant #2A054A
Tints of Blackcurrant #2A054A
RGB
CMYK
RGB Variations
Color information
#2A054A (or 0x2A054A) is known color: Blackcurrant. HEX triplet: 2A, 05 and 4A. RGB value is (42,5,74). Sum of RGB (Red+Green+Blue) = 42+5+74=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A054A is #D5FAB5. Grayscale: #171717. Windows color (decimal): -14023350 or 4850986. OLE color: 4850986.
HSL color Cylindrical-coordinate representation of color #2A054A: hue angle of 272.17º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A054A is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 5 | 74 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.71 |
| HSL | 272.17º | 0.87% | 0.15% | - |
| HSV(B) | 272.17º | 0.93% | 0.29% | - |
| XYZ | 2.25 | 1.1 | 6.57 | - |
| YUV | 23.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 74 | 0.43 | 0.93 | 0 | 0.71 | 272.17 | 0.87 | 0.15 |
| Hex | 2A | 5 | 4A | 2B | 5D | 0 | 47 | 110 | 57 | F |
| Octal | 52 | 5 | 112 | 53 | 135 | 0 | 107 | 420 | 127 | 17 |
| Binary | 101010 | 101 | 1001010 | 101011 | 1011101 | 0 | 1000111 | 100010000 | 1010111 | 1111 |
Color Harmonies of #2A054A
Complementary color
Monochromatic Colors of #2A054A
Black with #2A054A
Text Example
Text Example
White with #2A054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A054A; }
p { color: rgb(42,5,74); }
H1.HeaderClassName
{
color: #2A054A;
}
.AnyTagClassName
{
color: #2A054A;
}
</style>
background-color css
<style>
a { background-color: #2A054A; }
a { background-color: rgb(42,5,74); }
div.DivClassName
{
background-color: #2A054A;
}
.BgClassName
{
background-color: #2A054A;
}
</style>
border-color css
<style>
span { border-color: #2A054A; }
span { border-color: rgb(42,5,74); }
td.TdClassName
{
border-color: #2A054A;
}
.TagClassName
{
border-color: #2A054A;
}
</style>