COLOR #2E1241

HEX: #2E1241 RGB: (46,18,65)

Color info

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

RGB color model

#2E1241 color RGB value is (46,18,65).

RGB: (46,18,65) (18%, 7%, 25%)

RGB channels and saturation

R 46 of 255 = 18%
G 18 of 255 = 7%
B 65 of 255 = 25%

46
18
65

R + G + B ~ 17%. #2E1241 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 18 + 65 = 129 (100%)
R 46 of 129 ~ 35.66%
G 18 of 129 ~ 13.95%
B 65 of 129 ~ 50.39'%

%35.66
%13.95
%50.39

CMYK color model

#2E1241 color CMYK value is (29,72,0,75).

  • cyan value is 29.23%
  • magenta value is 72.31%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (29,72,0,75)
C29M72Y0K75 (29%, 72%, 0%, 75%)
(0.29 / 0.72 / 0.00 / 0.75)

CMYK percentages

%29.23
%72.31
%0
%74.51

Codes

Color #2E1241 in popluar color models

2E 12 41
RGB 46 18 65
HSL 276° 56.63% 16.27%
HSB/HSV 276° 72.31% 25.49%
CMYK 29.23% 72.31% 0.00%
74.51%

Color #2E1241 in popluar number systems.

HEX 2E 12 41
Decimal 46 18 65
Binary 101110 10010 1000001
Octal 56 22 101

Shades and tints

Shades of #2E1241

#2E1241
(46,18,65)
#2A113C
(42,17,60)
#261037
(38,16,55)
#220F32
(34,15,50)
#1E0E2D
(30,14,45)
#1A0D28
(26,13,40)
#160C23
(22,12,35)
#120B1E
(18,11,30)
#0E0A19
(14,10,25)
#0A0914
(10,9,20)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #2E1241

#2E1241
(46,18,65)
#412752
(65,39,82)
#543C63
(84,60,99)
#675174
(103,81,116)
#7A6685
(122,102,133)
#8D7B96
(141,123,150)
#A090A7
(160,144,167)
#B3A5B8
(179,165,184)
#C6BAC9
(198,186,201)
#D9CFDA
(217,207,218)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1241 color. Also use rgb(46,18,65) instead hex code.

Text Font Color

.myTextColor { color: #2E1241; }

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

This text font color is #2E1241.

Background Color

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

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

This div background color is #2E1241.

Border color

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

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

This div border color is #2E1241.

Opacity

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

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

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

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

This text has shadow with #2E1241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1241.

Preview

Color preview on black background

This text has color #2E1241 on black background.


Color preview on white background

This text has color #2E1241 on white background.


Black color preview on #2E1241 background

This text has black color on #2E1241 background.


White color preview on #2E1241 background

This text has white color on #2E1241 background.


Related colors

Complementary color

Complementary color for #hex is #D1EDBE.


I love getcolorcode.com

Triadic colors

1 #412E12 and #12412E with #2E1241 are triadic colors.

2 #41122E and #122E41 with #2E1241 are triadic colors.