Shades of Blackcurrant #2E1A40
Tints of Blackcurrant #2E1A40
RGB
CMYK
RGB Variations
Color information
#2E1A40 (or 0x2E1A40) is known color: Blackcurrant. HEX triplet: 2E, 1A and 40. RGB value is (46,26,64). Sum of RGB (Red+Green+Blue) = 46+26+64=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E1A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A40 is #D1E5BF. Grayscale: #242424. Windows color (decimal): -13755840 or 4201006. OLE color: 4201006.
HSL color Cylindrical-coordinate representation of color #2E1A40: hue angle of 271.58º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E1A40 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 26 | 64 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.75 |
| HSL | 271.58º | 0.42% | 0.18% | - |
| HSV(B) | 271.58º | 0.59% | 0.25% | - |
| XYZ | 2.42 | 1.69 | 5.05 | - |
| YUV | 36.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 64 | 0.28 | 0.59 | 0 | 0.75 | 271.58 | 0.42 | 0.18 |
| Hex | 2E | 1A | 40 | 1C | 3B | 0 | 4B | 110 | 2A | 12 |
| Octal | 56 | 32 | 100 | 34 | 73 | 0 | 113 | 420 | 52 | 22 |
| Binary | 101110 | 11010 | 1000000 | 11100 | 111011 | 0 | 1001011 | 100010000 | 101010 | 10010 |
Color Harmonies of #2E1A40
Complementary color
Monochromatic Colors of #2E1A40
Black with #2E1A40
Text Example
Text Example
White with #2E1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A40; }
p { color: rgb(46,26,64); }
H1.HeaderClassName
{
color: #2E1A40;
}
.AnyTagClassName
{
color: #2E1A40;
}
</style>
background-color css
<style>
a { background-color: #2E1A40; }
a { background-color: rgb(46,26,64); }
div.DivClassName
{
background-color: #2E1A40;
}
.BgClassName
{
background-color: #2E1A40;
}
</style>
border-color css
<style>
span { border-color: #2E1A40; }
span { border-color: rgb(46,26,64); }
td.TdClassName
{
border-color: #2E1A40;
}
.TagClassName
{
border-color: #2E1A40;
}
</style>