COLOR #2E011D

HEX: #2E011D
RGB: (46,1,29)

Color info

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

RGB color model

#2E011D color RGB value is (46,1,29).

  • red value is 46;
  • green value is 1;
  • blue value is 29.
RGB:
(46,1,29)
(18%,0%,11%)

RGB channels and saturation

R 46 of 255 = 18%
G 1 of 255 = 0%
B 29 of 255 = 11%

46
1
29

R + G + B ~ 10%. #2E011D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 1 + 29 = 76 (100%)
R 46 of 76 ~ 60.53%
G 1 of 76 ~ 1.32%
B 29 of 76 ~ 38.16%

%60.53
%38.16

CMYK color model

#2E011D color CMYK value is (0,98,37,82).

  • cyan value is 0.00%
  • magenta value is 97.83%
  • yellow value is 36.96%
  • key color value is 81.96%
CMYK:
(0,98,37,82)
C0M98Y37K82 
(0%,98%,37%,82%)
(0.00/0.98/0.37/0.82)	

CMYK percentages

%0
%97.83
%36.96
%81.96

Codes

Color #2E011D in popluar color models

2E011D
RGB46129
HSL323°95.74%9.22%
HSB/HSV323°97.83%18.04%
CMYK0.00%97.83%36.96%
81.96%

Color #2E011D in popluar number systems.

HEX2E011D
Decimal46129
Binary101110111101
Octal56135

Shades and tints

Shades of #2E011D

#2E011D
(46,1,29)
#2A011B
(42,1,27)
#260119
(38,1,25)
#220117
(34,1,23)
#1E0115
(30,1,21)
#1A0113
(26,1,19)
#160111
(22,1,17)
#12010F
(18,1,15)
#0E010D
(14,1,13)
#0A010B
(10,1,11)
#060109
(6,1,9)
#000000
(0,0,0)

Tints of #2E011D

#2E011D
(46,1,29)
#411831
(65,24,49)
#542F45
(84,47,69)
#674659
(103,70,89)
#7A5D6D
(122,93,109)
#8D7481
(141,116,129)
#A08B95
(160,139,149)
#B3A2A9
(179,162,169)
#C6B9BD
(198,185,189)
#D9D0D1
(217,208,209)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E011D color. Also use rgb(46,1,29) instead hex code.

Text Font Color

.myTextColor { color: #2E011D; }

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

This text font color is #2E011D.


Background Color

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

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

This div background color is #2E011D.


Border color

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

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

This div border color is #2E011D.


Opacity

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

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

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

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

This text has shadow with #2E011D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E011D on black background.


Color preview on white background

This text has color #2E011D on white background.



Black color preview on #2E011D background

This text has black color on #2E011D background.


White color preview on #2E011D background

This text has white color on #2E011D background.