COLOR #2E1839

HEX: #2E1839 RGB: (46,24,57)

Color info

#2E1839 contains red, green and blue colors in about the same proportion. Web safe color of #2E1839 is #330033 (or #303).

RGB color model

#2E1839 color RGB value is (46,24,57).

RGB: (46,24,57) (18%, 9%, 22%)

RGB channels and saturation

R 46 of 255 = 18%
G 24 of 255 = 9%
B 57 of 255 = 22%

46
24
57

R + G + B ~ 16%. #2E1839 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 24 + 57 = 127 (100%)
R 46 of 127 ~ 36.22%
G 24 of 127 ~ 18.9%
B 57 of 127 ~ 44.88'%

%36.22
%18.9
%44.88

CMYK color model

#2E1839 color CMYK value is (19,58,0,78).

  • cyan value is 19.30%
  • magenta value is 57.89%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (19,58,0,78)
C19M58Y0K78 (19%, 58%, 0%, 78%)
(0.19 / 0.58 / 0.00 / 0.78)

CMYK percentages

%19.3
%57.89
%0
%77.65

Codes

Color #2E1839 in popluar color models

2E 18 39
RGB 46 24 57
HSL 280° 40.74% 15.88%
HSB/HSV 280° 57.89% 22.35%
CMYK 19.30% 57.89% 0.00%
77.65%

Color #2E1839 in popluar number systems.

HEX 2E 18 39
Decimal 46 24 57
Binary 101110 11000 111001
Octal 56 30 71

Shades and tints

Shades of #2E1839

#2E1839
(46,24,57)
#2A1634
(42,22,52)
#26142F
(38,20,47)
#22122A
(34,18,42)
#1E1025
(30,16,37)
#1A0E20
(26,14,32)
#160C1B
(22,12,27)
#120A16
(18,10,22)
#0E0811
(14,8,17)
#0A060C
(10,6,12)
#060407
(6,4,7)
#000000
(0,0,0)

Tints of #2E1839

#2E1839
(46,24,57)
#412D4B
(65,45,75)
#54425D
(84,66,93)
#67576F
(103,87,111)
#7A6C81
(122,108,129)
#8D8193
(141,129,147)
#A096A5
(160,150,165)
#B3ABB7
(179,171,183)
#C6C0C9
(198,192,201)
#D9D5DB
(217,213,219)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1839 color. Also use rgb(46,24,57) instead hex code.

Text Font Color

.myTextColor { color: #2E1839; }

<p style="color:#2E1839">This sample text font color is #2E1839.</p>

This text font color is #2E1839.

Background Color

.myBgColor { background-color: #2E1839; }

<div style="background-color:#2E1839">Inner text</div>

This div background color is #2E1839.

Border color

.myBorderColor { border: 1px solid #2E1839; }

<div style="border:3px solid #2E1839">Div</div>

This div border color is #2E1839.

Opacity

.myOpacity80 { color: #2E1839; opacity: 0.8; }

<p style="color:#2E1839;opacity:0.8;">80%</p>

Text with #2E1839 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E1839;}

<p style="text-shadow: 3px 3px 1px #2E1839">Text here.</p>

This text has shadow with #2E1839 color.


.textShadow {text-shadow: 3px 3px 1px #2E1839', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E1839, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E1839 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E1839, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E1839, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E1839 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2E1839;
-webkit-box-shadow: 1px 1px 3px 2px #2E1839;
box-shadow: 1px 1px 3px 2px #2E1839;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E1839; -webkit-box-shadow: 1px 1px 3px 2px #2E1839; box-shadow:1px 1px 3px 2px #2E1839;">
Div content here
</div>

This div box has shadow with color #2E1839.

Preview

Color preview on black background

This text has color #2E1839 on black background.


Color preview on white background

This text has color #2E1839 on white background.


Black color preview on #2E1839 background

This text has black color on #2E1839 background.


White color preview on #2E1839 background

This text has white color on #2E1839 background.


Related colors

Complementary color

Complementary color for #hex is #D1E7C6.


I love getcolorcode.com

Triadic colors

1 #392E18 and #18392E with #2E1839 are triadic colors.

2 #39182E and #182E39 with #2E1839 are triadic colors.