Shades of Blackcurrant #2E014D
Tints of Blackcurrant #2E014D
RGB
CMYK
RGB Variations
Color information
#2E014D (or 0x2E014D) is known color: Blackcurrant. HEX triplet: 2E, 01 and 4D. RGB value is (46,1,77). Sum of RGB (Red+Green+Blue) = 46+1+77=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 1 (0.78% from 255 or 0.81% 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 #2E014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E014D is #D1FEB2. Grayscale: #161616. Windows color (decimal): -13762227 or 5046574. OLE color: 5046574.
HSL color Cylindrical-coordinate representation of color #2E014D: hue angle of 275.53º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E014D is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 1 | 77 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.70 |
| HSL | 275.53º | 0.97% | 0.15% | - |
| HSV(B) | 275.53º | 0.99% | 0.3% | - |
| XYZ | 2.48 | 1.14 | 7.11 | - |
| YUV | 23.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 77 | 0.40 | 0.99 | 0 | 0.70 | 275.53 | 0.97 | 0.15 |
| Hex | 2E | 1 | 4D | 28 | 63 | 0 | 46 | 114 | 61 | F |
| Octal | 56 | 1 | 115 | 50 | 143 | 0 | 106 | 424 | 141 | 17 |
| Binary | 101110 | 1 | 1001101 | 101000 | 1100011 | 0 | 1000110 | 100010100 | 1100001 | 1111 |
Color Harmonies of #2E014D
Complementary color
Monochromatic Colors of #2E014D
Black with #2E014D
Text Example
Text Example
White with #2E014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E014D; }
p { color: rgb(46,1,77); }
H1.HeaderClassName
{
color: #2E014D;
}
.AnyTagClassName
{
color: #2E014D;
}
</style>
background-color css
<style>
a { background-color: #2E014D; }
a { background-color: rgb(46,1,77); }
div.DivClassName
{
background-color: #2E014D;
}
.BgClassName
{
background-color: #2E014D;
}
</style>
border-color css
<style>
span { border-color: #2E014D; }
span { border-color: rgb(46,1,77); }
td.TdClassName
{
border-color: #2E014D;
}
.TagClassName
{
border-color: #2E014D;
}
</style>