COLOR #2E1931

HEX: #2E1931 RGB: (46,25,49)

Color info

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

RGB color model

#2E1931 color RGB value is (46,25,49).

RGB: (46,25,49) (18%, 10%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 25 of 255 = 10%
B 49 of 255 = 19%

46
25
49

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

Portions of RGB colors in percentages

R + G + B = 46 + 25 + 49 = 120 (100%)
R 46 of 120 ~ 38.33%
G 25 of 120 ~ 20.83%
B 49 of 120 ~ 40.83'%

%38.33
%20.83
%40.83

CMYK color model

#2E1931 color CMYK value is (6,49,0,81).

  • cyan value is 6.12%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (6,49,0,81)
C6M49Y0K81 (6%, 49%, 0%, 81%)
(0.06 / 0.49 / 0.00 / 0.81)

CMYK percentages

%6.12
%48.98
%0
%80.78

Codes

Color #2E1931 in popluar color models

2E 19 31
RGB 46 25 49
HSL 293° 32.43% 14.51%
HSB/HSV 293° 48.98% 19.22%
CMYK 6.12% 48.98% 0.00%
80.78%

Color #2E1931 in popluar number systems.

HEX 2E 19 31
Decimal 46 25 49
Binary 101110 11001 110001
Octal 56 31 61

Shades and tints

Shades of #2E1931

#2E1931
(46,25,49)
#2A172D
(42,23,45)
#261529
(38,21,41)
#221325
(34,19,37)
#1E1121
(30,17,33)
#1A0F1D
(26,15,29)
#160D19
(22,13,25)
#120B15
(18,11,21)
#0E0911
(14,9,17)
#0A070D
(10,7,13)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #2E1931

#2E1931
(46,25,49)
#412D43
(65,45,67)
#544155
(84,65,85)
#675567
(103,85,103)
#7A6979
(122,105,121)
#8D7D8B
(141,125,139)
#A0919D
(160,145,157)
#B3A5AF
(179,165,175)
#C6B9C1
(198,185,193)
#D9CDD3
(217,205,211)
#ECE1E5
(236,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1931 color. Also use rgb(46,25,49) instead hex code.

Text Font Color

.myTextColor { color: #2E1931; }

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

This text font color is #2E1931.

Background Color

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

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

This div background color is #2E1931.

Border color

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

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

This div border color is #2E1931.

Opacity

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

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

Text with #2E1931 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 #2E1931;}

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

This text has shadow with #2E1931 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1931.

Preview

Color preview on black background

This text has color #2E1931 on black background.


Color preview on white background

This text has color #2E1931 on white background.


Black color preview on #2E1931 background

This text has black color on #2E1931 background.


White color preview on #2E1931 background

This text has white color on #2E1931 background.


Related colors

Complementary color

Complementary color for #hex is #D1E6CE.


I love getcolorcode.com

Triadic colors

1 #312E19 and #19312E with #2E1931 are triadic colors.

2 #31192E and #192E31 with #2E1931 are triadic colors.