Shades of Blackcurrant #2E084D
Tints of Blackcurrant #2E084D
RGB
CMYK
RGB Variations
Color information
#2E084D (or 0x2E084D) is known color: Blackcurrant. HEX triplet: 2E, 08 and 4D. RGB value is (46,8,77). Sum of RGB (Red+Green+Blue) = 46+8+77=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E084D is #D1F7B2. Grayscale: #1A1A1A. Windows color (decimal): -13760435 or 5048366. OLE color: 5048366.
HSL color Cylindrical-coordinate representation of color #2E084D: hue angle of 273.04º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E084D is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 8 | 77 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.70 |
| HSL | 273.04º | 0.81% | 0.17% | - |
| HSV(B) | 273.04º | 0.9% | 0.3% | - |
| XYZ | 2.55 | 1.29 | 7.14 | - |
| YUV | 27.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 77 | 0.40 | 0.90 | 0 | 0.70 | 273.04 | 0.81 | 0.17 |
| Hex | 2E | 8 | 4D | 28 | 5A | 0 | 46 | 111 | 51 | 11 |
| Octal | 56 | 10 | 115 | 50 | 132 | 0 | 106 | 421 | 121 | 21 |
| Binary | 101110 | 1000 | 1001101 | 101000 | 1011010 | 0 | 1000110 | 100010001 | 1010001 | 10001 |
Color Harmonies of #2E084D
Complementary color
Monochromatic Colors of #2E084D
Black with #2E084D
Text Example
Text Example
White with #2E084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E084D; }
p { color: rgb(46,8,77); }
H1.HeaderClassName
{
color: #2E084D;
}
.AnyTagClassName
{
color: #2E084D;
}
</style>
background-color css
<style>
a { background-color: #2E084D; }
a { background-color: rgb(46,8,77); }
div.DivClassName
{
background-color: #2E084D;
}
.BgClassName
{
background-color: #2E084D;
}
</style>
border-color css
<style>
span { border-color: #2E084D; }
span { border-color: rgb(46,8,77); }
td.TdClassName
{
border-color: #2E084D;
}
.TagClassName
{
border-color: #2E084D;
}
</style>