COLOR #2E1131

HEX: #2E1131
RGB: (46,17,49)

Color info

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

RGB color model

#2E1131 color RGB value is (46,17,49).

  • red value is 46;
  • green value is 17;
  • blue value is 49.
RGB:
(46,17,49)
(18%,7%,19%)

RGB channels and saturation

R 46 of 255 = 18%
G 17 of 255 = 7%
B 49 of 255 = 19%

46
17
49

R + G + B ~ 15%. #2E1131 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 17 + 49 = 112 (100%)
R 46 of 112 ~ 41.07%
G 17 of 112 ~ 15.18%
B 49 of 112 ~ 43.75%

%41.07
%15.18
%43.75

CMYK color model

#2E1131 color CMYK value is (6,65,0,81).

  • cyan value is 6.12%
  • magenta value is 65.31%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(6,65,0,81)
C6M65Y0K81 
(6%,65%,0%,81%)
(0.06/0.65/0.00/0.81)	

CMYK percentages

%6.12
%65.31
%0
%80.78

Codes

Color #2E1131 in popluar color models

2E1131
RGB461749
HSL294°48.48%12.94%
HSB/HSV294°65.31%19.22%
CMYK6.12%65.31%0.00%
80.78%

Color #2E1131 in popluar number systems.

HEX2E1131
Decimal461749
Binary10111010001110001
Octal562161

Shades and tints

Shades of #2E1131

#2E1131
(46,17,49)
#2A102D
(42,16,45)
#260F29
(38,15,41)
#220E25
(34,14,37)
#1E0D21
(30,13,33)
#1A0C1D
(26,12,29)
#160B19
(22,11,25)
#120A15
(18,10,21)
#0E0911
(14,9,17)
#0A080D
(10,8,13)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #2E1131

#2E1131
(46,17,49)
#412643
(65,38,67)
#543B55
(84,59,85)
#675067
(103,80,103)
#7A6579
(122,101,121)
#8D7A8B
(141,122,139)
#A08F9D
(160,143,157)
#B3A4AF
(179,164,175)
#C6B9C1
(198,185,193)
#D9CED3
(217,206,211)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1131; }

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

This text font color is #2E1131.


Background Color

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

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

This div background color is #2E1131.


Border color

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

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

This div border color is #2E1131.


Opacity

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

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

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

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

This text has shadow with #2E1131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1131 on black background.


Color preview on white background

This text has color #2E1131 on white background.



Black color preview on #2E1131 background

This text has black color on #2E1131 background.


White color preview on #2E1131 background

This text has white color on #2E1131 background.