Shades of Blackcurrant #2A084E
Tints of Blackcurrant #2A084E
RGB
CMYK
RGB Variations
Color information
#2A084E (or 0x2A084E) is known color: Blackcurrant. HEX triplet: 2A, 08 and 4E. RGB value is (42,8,78). Sum of RGB (Red+Green+Blue) = 42+8+78=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A084E is #D5F7B1. Grayscale: #191919. Windows color (decimal): -14022578 or 5113898. OLE color: 5113898.
HSL color Cylindrical-coordinate representation of color #2A084E: hue angle of 269.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A084E is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 8 | 78 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.69 |
| HSL | 269.14º | 0.81% | 0.17% | - |
| HSV(B) | 269.14º | 0.9% | 0.31% | - |
| XYZ | 2.42 | 1.22 | 7.32 | - |
| YUV | 26.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 78 | 0.46 | 0.90 | 0 | 0.69 | 269.14 | 0.81 | 0.17 |
| Hex | 2A | 8 | 4E | 2E | 5A | 0 | 45 | 10D | 51 | 11 |
| Octal | 52 | 10 | 116 | 56 | 132 | 0 | 105 | 415 | 121 | 21 |
| Binary | 101010 | 1000 | 1001110 | 101110 | 1011010 | 0 | 1000101 | 100001101 | 1010001 | 10001 |
Color Harmonies of #2A084E
Complementary color
Monochromatic Colors of #2A084E
Black with #2A084E
Text Example
Text Example
White with #2A084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A084E; }
p { color: rgb(42,8,78); }
H1.HeaderClassName
{
color: #2A084E;
}
.AnyTagClassName
{
color: #2A084E;
}
</style>
background-color css
<style>
a { background-color: #2A084E; }
a { background-color: rgb(42,8,78); }
div.DivClassName
{
background-color: #2A084E;
}
.BgClassName
{
background-color: #2A084E;
}
</style>
border-color css
<style>
span { border-color: #2A084E; }
span { border-color: rgb(42,8,78); }
td.TdClassName
{
border-color: #2A084E;
}
.TagClassName
{
border-color: #2A084E;
}
</style>