Shades of Blackcurrant #2E1540
Tints of Blackcurrant #2E1540
RGB
CMYK
RGB Variations
Color information
#2E1540 (or 0x2E1540) is known color: Blackcurrant. HEX triplet: 2E, 15 and 40. RGB value is (46,21,64). Sum of RGB (Red+Green+Blue) = 46+21+64=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E1540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1540 is #D1EABF. Grayscale: #212121. Windows color (decimal): -13757120 or 4199726. OLE color: 4199726.
HSL color Cylindrical-coordinate representation of color #2E1540: hue angle of 274.88º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1540 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 21 | 64 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.75 |
| HSL | 274.88º | 0.51% | 0.17% | - |
| HSV(B) | 274.88º | 0.67% | 0.25% | - |
| XYZ | 2.32 | 1.49 | 5.02 | - |
| YUV | 33.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 64 | 0.28 | 0.67 | 0 | 0.75 | 274.88 | 0.51 | 0.17 |
| Hex | 2E | 15 | 40 | 1C | 43 | 0 | 4B | 113 | 33 | 11 |
| Octal | 56 | 25 | 100 | 34 | 103 | 0 | 113 | 423 | 63 | 21 |
| Binary | 101110 | 10101 | 1000000 | 11100 | 1000011 | 0 | 1001011 | 100010011 | 110011 | 10001 |
Color Harmonies of #2E1540
Complementary color
Monochromatic Colors of #2E1540
Black with #2E1540
Text Example
Text Example
White with #2E1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1540; }
p { color: rgb(46,21,64); }
H1.HeaderClassName
{
color: #2E1540;
}
.AnyTagClassName
{
color: #2E1540;
}
</style>
background-color css
<style>
a { background-color: #2E1540; }
a { background-color: rgb(46,21,64); }
div.DivClassName
{
background-color: #2E1540;
}
.BgClassName
{
background-color: #2E1540;
}
</style>
border-color css
<style>
span { border-color: #2E1540; }
span { border-color: rgb(46,21,64); }
td.TdClassName
{
border-color: #2E1540;
}
.TagClassName
{
border-color: #2E1540;
}
</style>