Shades of Blackcurrant #2E153A
Tints of Blackcurrant #2E153A
RGB
CMYK
RGB Variations
Color information
#2E153A (or 0x2E153A) is known color: Blackcurrant. HEX triplet: 2E, 15 and 3A. RGB value is (46,21,58). Sum of RGB (Red+Green+Blue) = 46+21+58=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E153A is #D1EAC5. Grayscale: #202020. Windows color (decimal): -13757126 or 3806510. OLE color: 3806510.
HSL color Cylindrical-coordinate representation of color #2E153A: hue angle of 280.54º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E153A is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 21 | 58 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.77 |
| HSL | 280.54º | 0.47% | 0.15% | - |
| HSV(B) | 280.54º | 0.64% | 0.23% | - |
| XYZ | 2.16 | 1.42 | 4.16 | - |
| YUV | 32.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 58 | 0.21 | 0.64 | 0 | 0.77 | 280.54 | 0.47 | 0.15 |
| Hex | 2E | 15 | 3A | 15 | 40 | 0 | 4D | 119 | 2F | F |
| Octal | 56 | 25 | 72 | 25 | 100 | 0 | 115 | 431 | 57 | 17 |
| Binary | 101110 | 10101 | 111010 | 10101 | 1000000 | 0 | 1001101 | 100011001 | 101111 | 1111 |
Color Harmonies of #2E153A
Complementary color
Monochromatic Colors of #2E153A
Black with #2E153A
Text Example
Text Example
White with #2E153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E153A; }
p { color: rgb(46,21,58); }
H1.HeaderClassName
{
color: #2E153A;
}
.AnyTagClassName
{
color: #2E153A;
}
</style>
background-color css
<style>
a { background-color: #2E153A; }
a { background-color: rgb(46,21,58); }
div.DivClassName
{
background-color: #2E153A;
}
.BgClassName
{
background-color: #2E153A;
}
</style>
border-color css
<style>
span { border-color: #2E153A; }
span { border-color: rgb(46,21,58); }
td.TdClassName
{
border-color: #2E153A;
}
.TagClassName
{
border-color: #2E153A;
}
</style>