COLOR #2E1F29

HEX: #2E1F29 RGB: (46,31,41)

Color info

#2E1F29 contains red, green and blue colors in about the same proportion. Web safe color of #2E1F29 is #333333 (or #333).

RGB color model

#2E1F29 color RGB value is (46,31,41).

RGB: (46,31,41) (18%, 12%, 16%)

RGB channels and saturation

R 46 of 255 = 18%
G 31 of 255 = 12%
B 41 of 255 = 16%

46
31
41

R + G + B ~ 15%. #2E1F29 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 31 + 41 = 118 (100%)
R 46 of 118 ~ 38.98%
G 31 of 118 ~ 26.27%
B 41 of 118 ~ 34.75'%

%38.98
%26.27
%34.75

CMYK color model

#2E1F29 color CMYK value is (0,33,11,82).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 10.87%
  • key color value is 81.96%

CMYK: (0,33,11,82)
C0M33Y11K82 (0%, 33%, 11%, 82%)
(0.00 / 0.33 / 0.11 / 0.82)

CMYK percentages

%0
%32.61
%10.87
%81.96

Codes

Color #2E1F29 in popluar color models

2E 1F 29
RGB 46 31 41
HSL 320° 19.48% 15.10%
HSB/HSV 320° 32.61% 18.04%
CMYK 0.00% 32.61% 10.87%
81.96%

Color #2E1F29 in popluar number systems.

HEX 2E 1F 29
Decimal 46 31 41
Binary 101110 11111 101001
Octal 56 37 51

Shades and tints

Shades of #2E1F29

#2E1F29
(46,31,41)
#2A1D26
(42,29,38)
#261B23
(38,27,35)
#221920
(34,25,32)
#1E171D
(30,23,29)
#1A151A
(26,21,26)
#161317
(22,19,23)
#121114
(18,17,20)
#0E0F11
(14,15,17)
#0A0D0E
(10,13,14)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #2E1F29

#2E1F29
(46,31,41)
#41333C
(65,51,60)
#54474F
(84,71,79)
#675B62
(103,91,98)
#7A6F75
(122,111,117)
#8D8388
(141,131,136)
#A0979B
(160,151,155)
#B3ABAE
(179,171,174)
#C6BFC1
(198,191,193)
#D9D3D4
(217,211,212)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1F29 color. Also use rgb(46,31,41) instead hex code.

Text Font Color

.myTextColor { color: #2E1F29; }

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

This text font color is #2E1F29.

Background Color

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

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

This div background color is #2E1F29.

Border color

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

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

This div border color is #2E1F29.

Opacity

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

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

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

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

This text has shadow with #2E1F29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1F29.

Preview

Color preview on black background

This text has color #2E1F29 on black background.


Color preview on white background

This text has color #2E1F29 on white background.


Black color preview on #2E1F29 background

This text has black color on #2E1F29 background.


White color preview on #2E1F29 background

This text has white color on #2E1F29 background.


Related colors

Complementary color

Complementary color for #hex is #D1E0D6.


I love getcolorcode.com

Triadic colors

1 #292E1F and #1F292E with #2E1F29 are triadic colors.

2 #291F2E and #1F2E29 with #2E1F29 are triadic colors.