Shades of Blackcurrant #2E084E
Tints of Blackcurrant #2E084E
RGB
CMYK
RGB Variations
Color information
#2E084E (or 0x2E084E) is known color: Blackcurrant. HEX triplet: 2E, 08 and 4E. RGB value is (46,8,78). Sum of RGB (Red+Green+Blue) = 46+8+78=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E084E is #D1F7B1. Grayscale: #1B1B1B. Windows color (decimal): -13760434 or 5113902. OLE color: 5113902.
HSL color Cylindrical-coordinate representation of color #2E084E: hue angle of 272.57º 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 #2E084E is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 8 | 78 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.69 |
| HSL | 272.57º | 0.81% | 0.17% | - |
| HSV(B) | 272.57º | 0.9% | 0.31% | - |
| XYZ | 2.59 | 1.3 | 7.32 | - |
| YUV | 27.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 78 | 0.41 | 0.90 | 0 | 0.69 | 272.57 | 0.81 | 0.17 |
| Hex | 2E | 8 | 4E | 29 | 5A | 0 | 45 | 111 | 51 | 11 |
| Octal | 56 | 10 | 116 | 51 | 132 | 0 | 105 | 421 | 121 | 21 |
| Binary | 101110 | 1000 | 1001110 | 101001 | 1011010 | 0 | 1000101 | 100010001 | 1010001 | 10001 |
Color Harmonies of #2E084E
Complementary color
Monochromatic Colors of #2E084E
Black with #2E084E
Text Example
Text Example
White with #2E084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E084E; }
p { color: rgb(46,8,78); }
H1.HeaderClassName
{
color: #2E084E;
}
.AnyTagClassName
{
color: #2E084E;
}
</style>
background-color css
<style>
a { background-color: #2E084E; }
a { background-color: rgb(46,8,78); }
div.DivClassName
{
background-color: #2E084E;
}
.BgClassName
{
background-color: #2E084E;
}
</style>
border-color css
<style>
span { border-color: #2E084E; }
span { border-color: rgb(46,8,78); }
td.TdClassName
{
border-color: #2E084E;
}
.TagClassName
{
border-color: #2E084E;
}
</style>