COLOR #2E1221

HEX: #2E1221 RGB: (46,18,33)

Color info

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

RGB color model

#2E1221 color RGB value is (46,18,33).

RGB: (46,18,33) (18%, 7%, 13%)

RGB channels and saturation

R 46 of 255 = 18%
G 18 of 255 = 7%
B 33 of 255 = 13%

46
18
33

R + G + B ~ 13%. #2E1221 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 18 + 33 = 97 (100%)
R 46 of 97 ~ 47.42%
G 18 of 97 ~ 18.56%
B 33 of 97 ~ 34.02'%

%47.42
%18.56
%34.02

CMYK color model

#2E1221 color CMYK value is (0,61,28,82).

  • cyan value is 0.00%
  • magenta value is 60.87%
  • yellow value is 28.26%
  • key color value is 81.96%

CMYK: (0,61,28,82)
C0M61Y28K82 (0%, 61%, 28%, 82%)
(0.00 / 0.61 / 0.28 / 0.82)

CMYK percentages

%0
%60.87
%28.26
%81.96

Codes

Color #2E1221 in popluar color models

2E 12 21
RGB 46 18 33
HSL 328° 43.75% 12.55%
HSB/HSV 328° 60.87% 18.04%
CMYK 0.00% 60.87% 28.26%
81.96%

Color #2E1221 in popluar number systems.

HEX 2E 12 21
Decimal 46 18 33
Binary 101110 10010 100001
Octal 56 22 41

Shades and tints

Shades of #2E1221

#2E1221
(46,18,33)
#2A111E
(42,17,30)
#26101B
(38,16,27)
#220F18
(34,15,24)
#1E0E15
(30,14,21)
#1A0D12
(26,13,18)
#160C0F
(22,12,15)
#120B0C
(18,11,12)
#0E0A09
(14,10,9)
#0A0906
(10,9,6)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #2E1221

#2E1221
(46,18,33)
#412735
(65,39,53)
#543C49
(84,60,73)
#67515D
(103,81,93)
#7A6671
(122,102,113)
#8D7B85
(141,123,133)
#A09099
(160,144,153)
#B3A5AD
(179,165,173)
#C6BAC1
(198,186,193)
#D9CFD5
(217,207,213)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1221; }

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

This text font color is #2E1221.

Background Color

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

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

This div background color is #2E1221.

Border color

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

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

This div border color is #2E1221.

Opacity

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

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

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

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

This text has shadow with #2E1221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1221.

Preview

Color preview on black background

This text has color #2E1221 on black background.


Color preview on white background

This text has color #2E1221 on white background.


Black color preview on #2E1221 background

This text has black color on #2E1221 background.


White color preview on #2E1221 background

This text has white color on #2E1221 background.


Related colors

Complementary color

Complementary color for #hex is #D1EDDE.


I love getcolorcode.com

Triadic colors

1 #212E12 and #12212E with #2E1221 are triadic colors.

2 #21122E and #122E21 with #2E1221 are triadic colors.