Shades of Blackcurrant #2E1E40
Tints of Blackcurrant #2E1E40
RGB
CMYK
RGB Variations
Color information
#2E1E40 (or 0x2E1E40) is known color: Blackcurrant. HEX triplet: 2E, 1E and 40. RGB value is (46,30,64). Sum of RGB (Red+Green+Blue) = 46+30+64=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E1E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1E40 is #D1E1BF. Grayscale: #262626. Windows color (decimal): -13754816 or 4202030. OLE color: 4202030.
HSL color Cylindrical-coordinate representation of color #2E1E40: hue angle of 268.24º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E1E40 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 30 | 64 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.75 |
| HSL | 268.24º | 0.36% | 0.18% | - |
| HSV(B) | 268.24º | 0.53% | 0.25% | - |
| XYZ | 2.52 | 1.88 | 5.08 | - |
| YUV | 38.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 64 | 0.28 | 0.53 | 0 | 0.75 | 268.24 | 0.36 | 0.18 |
| Hex | 2E | 1E | 40 | 1C | 35 | 0 | 4B | 10C | 24 | 12 |
| Octal | 56 | 36 | 100 | 34 | 65 | 0 | 113 | 414 | 44 | 22 |
| Binary | 101110 | 11110 | 1000000 | 11100 | 110101 | 0 | 1001011 | 100001100 | 100100 | 10010 |
Color Harmonies of #2E1E40
Complementary color
Monochromatic Colors of #2E1E40
Black with #2E1E40
Text Example
Text Example
White with #2E1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1E40; }
p { color: rgb(46,30,64); }
H1.HeaderClassName
{
color: #2E1E40;
}
.AnyTagClassName
{
color: #2E1E40;
}
</style>
background-color css
<style>
a { background-color: #2E1E40; }
a { background-color: rgb(46,30,64); }
div.DivClassName
{
background-color: #2E1E40;
}
.BgClassName
{
background-color: #2E1E40;
}
</style>
border-color css
<style>
span { border-color: #2E1E40; }
span { border-color: rgb(46,30,64); }
td.TdClassName
{
border-color: #2E1E40;
}
.TagClassName
{
border-color: #2E1E40;
}
</style>