Shades of Blackcurrant #2A054D
Tints of Blackcurrant #2A054D
RGB
CMYK
RGB Variations
Color information
#2A054D (or 0x2A054D) is known color: Blackcurrant. HEX triplet: 2A, 05 and 4D. RGB value is (42,5,77). Sum of RGB (Red+Green+Blue) = 42+5+77=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A054D is #D5FAB2. Grayscale: #181818. Windows color (decimal): -14023347 or 5047594. OLE color: 5047594.
HSL color Cylindrical-coordinate representation of color #2A054D: hue angle of 270.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A054D is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 5 | 77 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.70 |
| HSL | 270.83º | 0.88% | 0.16% | - |
| HSV(B) | 270.83º | 0.94% | 0.3% | - |
| XYZ | 2.35 | 1.14 | 7.12 | - |
| YUV | 24.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 77 | 0.45 | 0.94 | 0 | 0.70 | 270.83 | 0.88 | 0.16 |
| Hex | 2A | 5 | 4D | 2D | 5E | 0 | 46 | 10F | 58 | 10 |
| Octal | 52 | 5 | 115 | 55 | 136 | 0 | 106 | 417 | 130 | 20 |
| Binary | 101010 | 101 | 1001101 | 101101 | 1011110 | 0 | 1000110 | 100001111 | 1011000 | 10000 |
Color Harmonies of #2A054D
Complementary color
Monochromatic Colors of #2A054D
Black with #2A054D
Text Example
Text Example
White with #2A054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A054D; }
p { color: rgb(42,5,77); }
H1.HeaderClassName
{
color: #2A054D;
}
.AnyTagClassName
{
color: #2A054D;
}
</style>
background-color css
<style>
a { background-color: #2A054D; }
a { background-color: rgb(42,5,77); }
div.DivClassName
{
background-color: #2A054D;
}
.BgClassName
{
background-color: #2A054D;
}
</style>
border-color css
<style>
span { border-color: #2A054D; }
span { border-color: rgb(42,5,77); }
td.TdClassName
{
border-color: #2A054D;
}
.TagClassName
{
border-color: #2A054D;
}
</style>