COLOR #2E151B

HEX: #2E151B RGB: (46,21,27)

Color info

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

RGB color model

#2E151B color RGB value is (46,21,27).

RGB: (46,21,27) (18%, 8%, 11%)

RGB channels and saturation

R 46 of 255 = 18%
G 21 of 255 = 8%
B 27 of 255 = 11%

46
21
27

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

Portions of RGB colors in percentages

R + G + B = 46 + 21 + 27 = 94 (100%)
R 46 of 94 ~ 48.94%
G 21 of 94 ~ 22.34%
B 27 of 94 ~ 28.72'%

%48.94
%22.34
%28.72

CMYK color model

#2E151B color CMYK value is (0,54,41,82).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 41.30%
  • key color value is 81.96%

CMYK: (0,54,41,82)
C0M54Y41K82 (0%, 54%, 41%, 82%)
(0.00 / 0.54 / 0.41 / 0.82)

CMYK percentages

%0
%54.35
%41.3
%81.96

Codes

Color #2E151B in popluar color models

2E 15 1B
RGB 46 21 27
HSL 346° 37.31% 13.14%
HSB/HSV 346° 54.35% 18.04%
CMYK 0.00% 54.35% 41.30%
81.96%

Color #2E151B in popluar number systems.

HEX 2E 15 1B
Decimal 46 21 27
Binary 101110 10101 11011
Octal 56 25 33

Shades and tints

Shades of #2E151B

#2E151B
(46,21,27)
#2A1419
(42,20,25)
#261317
(38,19,23)
#221215
(34,18,21)
#1E1113
(30,17,19)
#1A1011
(26,16,17)
#160F0F
(22,15,15)
#120E0D
(18,14,13)
#0E0D0B
(14,13,11)
#0A0C09
(10,12,9)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #2E151B

#2E151B
(46,21,27)
#412A2F
(65,42,47)
#543F43
(84,63,67)
#675457
(103,84,87)
#7A696B
(122,105,107)
#8D7E7F
(141,126,127)
#A09393
(160,147,147)
#B3A8A7
(179,168,167)
#C6BDBB
(198,189,187)
#D9D2CF
(217,210,207)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E151B color. Also use rgb(46,21,27) instead hex code.

Text Font Color

.myTextColor { color: #2E151B; }

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

This text font color is #2E151B.

Background Color

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

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

This div background color is #2E151B.

Border color

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

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

This div border color is #2E151B.

Opacity

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

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

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

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

This text has shadow with #2E151B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E151B.

Preview

Color preview on black background

This text has color #2E151B on black background.


Color preview on white background

This text has color #2E151B on white background.


Black color preview on #2E151B background

This text has black color on #2E151B background.


White color preview on #2E151B background

This text has white color on #2E151B background.


Related colors

Complementary color

Complementary color for #hex is #D1EAE4.


I love getcolorcode.com

Triadic colors

1 #1B2E15 and #151B2E with #2E151B are triadic colors.

2 #1B152E and #152E1B with #2E151B are triadic colors.