Shades of Blackcurrant #2E024D
Tints of Blackcurrant #2E024D
RGB
CMYK
RGB Variations
Color information
#2E024D (or 0x2E024D) is known color: Blackcurrant. HEX triplet: 2E, 02 and 4D. RGB value is (46,2,77). Sum of RGB (Red+Green+Blue) = 46+2+77=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E024D is #D1FDB2. Grayscale: #171717. Windows color (decimal): -13761971 or 5046830. OLE color: 5046830.
HSL color Cylindrical-coordinate representation of color #2E024D: hue angle of 275.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E024D is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 2 | 77 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.70 |
| HSL | 275.2º | 0.95% | 0.15% | - |
| HSV(B) | 275.2º | 0.97% | 0.3% | - |
| XYZ | 2.49 | 1.16 | 7.11 | - |
| YUV | 23.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 77 | 0.40 | 0.97 | 0 | 0.70 | 275.2 | 0.95 | 0.15 |
| Hex | 2E | 2 | 4D | 28 | 61 | 0 | 46 | 113 | 5F | F |
| Octal | 56 | 2 | 115 | 50 | 141 | 0 | 106 | 423 | 137 | 17 |
| Binary | 101110 | 10 | 1001101 | 101000 | 1100001 | 0 | 1000110 | 100010011 | 1011111 | 1111 |
Color Harmonies of #2E024D
Complementary color
Monochromatic Colors of #2E024D
Black with #2E024D
Text Example
Text Example
White with #2E024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E024D; }
p { color: rgb(46,2,77); }
H1.HeaderClassName
{
color: #2E024D;
}
.AnyTagClassName
{
color: #2E024D;
}
</style>
background-color css
<style>
a { background-color: #2E024D; }
a { background-color: rgb(46,2,77); }
div.DivClassName
{
background-color: #2E024D;
}
.BgClassName
{
background-color: #2E024D;
}
</style>
border-color css
<style>
span { border-color: #2E024D; }
span { border-color: rgb(46,2,77); }
td.TdClassName
{
border-color: #2E024D;
}
.TagClassName
{
border-color: #2E024D;
}
</style>