COLOR #2E1118

HEX: #2E1118 RGB: (46,17,24)

Color info

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

RGB color model

#2E1118 color RGB value is (46,17,24).

RGB: (46,17,24) (18%, 7%, 9%)

RGB channels and saturation

R 46 of 255 = 18%
G 17 of 255 = 7%
B 24 of 255 = 9%

46
17
24

R + G + B ~ 11%. #2E1118 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 17 + 24 = 87 (100%)
R 46 of 87 ~ 52.87%
G 17 of 87 ~ 19.54%
B 24 of 87 ~ 27.59'%

%52.87
%19.54
%27.59

CMYK color model

#2E1118 color CMYK value is (0,63,48,82).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 47.83%
  • key color value is 81.96%

CMYK: (0,63,48,82)
C0M63Y48K82 (0%, 63%, 48%, 82%)
(0.00 / 0.63 / 0.48 / 0.82)

CMYK percentages

%0
%63.04
%47.83
%81.96

Codes

Color #2E1118 in popluar color models

2E 11 18
RGB 46 17 24
HSL 346° 46.03% 12.35%
HSB/HSV 346° 63.04% 18.04%
CMYK 0.00% 63.04% 47.83%
81.96%

Color #2E1118 in popluar number systems.

HEX 2E 11 18
Decimal 46 17 24
Binary 101110 10001 11000
Octal 56 21 30

Shades and tints

Shades of #2E1118

#2E1118
(46,17,24)
#2A1016
(42,16,22)
#260F14
(38,15,20)
#220E12
(34,14,18)
#1E0D10
(30,13,16)
#1A0C0E
(26,12,14)
#160B0C
(22,11,12)
#120A0A
(18,10,10)
#0E0908
(14,9,8)
#0A0806
(10,8,6)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #2E1118

#2E1118
(46,17,24)
#41262D
(65,38,45)
#543B42
(84,59,66)
#675057
(103,80,87)
#7A656C
(122,101,108)
#8D7A81
(141,122,129)
#A08F96
(160,143,150)
#B3A4AB
(179,164,171)
#C6B9C0
(198,185,192)
#D9CED5
(217,206,213)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1118; }

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

This text font color is #2E1118.

Background Color

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

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

This div background color is #2E1118.

Border color

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

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

This div border color is #2E1118.

Opacity

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

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

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

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

This text has shadow with #2E1118 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1118.

Preview

Color preview on black background

This text has color #2E1118 on black background.


Color preview on white background

This text has color #2E1118 on white background.


Black color preview on #2E1118 background

This text has black color on #2E1118 background.


White color preview on #2E1118 background

This text has white color on #2E1118 background.


Related colors

Complementary color

Complementary color for #hex is #D1EEE7.


I love getcolorcode.com

Triadic colors

1 #182E11 and #11182E with #2E1118 are triadic colors.

2 #18112E and #112E18 with #2E1118 are triadic colors.