COLOR #2E1219

HEX: #2E1219 RGB: (46,18,25)

Color info

#2E1219 contains red, green and blue colors in about the same proportion. Web safe color of #2E1219 is #330000 (or #300).

RGB color model

#2E1219 color RGB value is (46,18,25).

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

RGB channels and saturation

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

46
18
25

R + G + B ~ 12%. #2E1219 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 18 + 25 = 89 (100%)
R 46 of 89 ~ 51.69%
G 18 of 89 ~ 20.22%
B 25 of 89 ~ 28.09'%

%51.69
%20.22
%28.09

CMYK color model

#2E1219 color CMYK value is (0,61,46,82).

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

CMYK: (0,61,46,82)
C0M61Y46K82 (0%, 61%, 46%, 82%)
(0.00 / 0.61 / 0.46 / 0.82)

CMYK percentages

%0
%60.87
%45.65
%81.96

Codes

Color #2E1219 in popluar color models

2E 12 19
RGB 46 18 25
HSL 345° 43.75% 12.55%
HSB/HSV 345° 60.87% 18.04%
CMYK 0.00% 60.87% 45.65%
81.96%

Color #2E1219 in popluar number systems.

HEX 2E 12 19
Decimal 46 18 25
Binary 101110 10010 11001
Octal 56 22 31

Shades and tints

Shades of #2E1219

#2E1219
(46,18,25)
#2A1117
(42,17,23)
#261015
(38,16,21)
#220F13
(34,15,19)
#1E0E11
(30,14,17)
#1A0D0F
(26,13,15)
#160C0D
(22,12,13)
#120B0B
(18,11,11)
#0E0A09
(14,10,9)
#0A0907
(10,9,7)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #2E1219

#2E1219
(46,18,25)
#41272D
(65,39,45)
#543C41
(84,60,65)
#675155
(103,81,85)
#7A6669
(122,102,105)
#8D7B7D
(141,123,125)
#A09091
(160,144,145)
#B3A5A5
(179,165,165)
#C6BAB9
(198,186,185)
#D9CFCD
(217,207,205)
#ECE4E1
(236,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1219; }

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

This text font color is #2E1219.

Background Color

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

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

This div background color is #2E1219.

Border color

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

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

This div border color is #2E1219.

Opacity

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

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

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

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

This text has shadow with #2E1219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1219.

Preview

Color preview on black background

This text has color #2E1219 on black background.


Color preview on white background

This text has color #2E1219 on white background.


Black color preview on #2E1219 background

This text has black color on #2E1219 background.


White color preview on #2E1219 background

This text has white color on #2E1219 background.


Related colors

Complementary color

Complementary color for #hex is #D1EDE6.


I love getcolorcode.com

Triadic colors

1 #192E12 and #12192E with #2E1219 are triadic colors.

2 #19122E and #122E19 with #2E1219 are triadic colors.