COLOR #1E211D

HEX: #1E211D RGB: (30,33,29)

Color info

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

RGB color model

#1E211D color RGB value is (30,33,29).

RGB: (30,33,29) (12%, 13%, 11%)

RGB channels and saturation

R 30 of 255 = 12%
G 33 of 255 = 13%
B 29 of 255 = 11%

30
33
29

R + G + B ~ 12%. #1E211D is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 33 + 29 = 92 (100%)
R 30 of 92 ~ 32.61%
G 33 of 92 ~ 35.87%
B 29 of 92 ~ 31.52'%

%32.61
%35.87
%31.52

CMYK color model

#1E211D color CMYK value is (9,0,12,87).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 87.06%

CMYK: (9,0,12,87)
C9M0Y12K87 (9%, 0%, 12%, 87%)
(0.09 / 0.00 / 0.12 / 0.87)

CMYK percentages

%9.09
%0
%12.12
%87.06

Codes

Color #1E211D in popluar color models

1E 21 1D
RGB 30 33 29
HSL 105° 6.45% 12.16%
HSB/HSV 105° 12.12% 12.94%
CMYK 9.09% 0.00% 12.12%
87.06%

Color #1E211D in popluar number systems.

HEX 1E 21 1D
Decimal 30 33 29
Binary 11110 100001 11101
Octal 36 41 35

Shades and tints

Shades of #1E211D

#1E211D
(30,33,29)
#1C1E1B
(28,30,27)
#1A1B19
(26,27,25)
#181817
(24,24,23)
#161515
(22,21,21)
#141213
(20,18,19)
#120F11
(18,15,17)
#100C0F
(16,12,15)
#0E090D
(14,9,13)
#0C060B
(12,6,11)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #1E211D

#1E211D
(30,33,29)
#323531
(50,53,49)
#464945
(70,73,69)
#5A5D59
(90,93,89)
#6E716D
(110,113,109)
#828581
(130,133,129)
#969995
(150,153,149)
#AAADA9
(170,173,169)
#BEC1BD
(190,193,189)
#D2D5D1
(210,213,209)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E211D color. Also use rgb(30,33,29) instead hex code.

Text Font Color

.myTextColor { color: #1E211D; }

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

This text font color is #1E211D.

Background Color

.myBgColor { background-color: #1E211D; }

<div style="background-color:#1E211D">Inner text</div>

This div background color is #1E211D.

Border color

.myBorderColor { border: 1px solid #1E211D; }

<div style="border:3px solid #1E211D">Div</div>

This div border color is #1E211D.

Opacity

.myOpacity80 { color: #1E211D; opacity: 0.8; }

<p style="color:#1E211D;opacity:0.8;">80%</p>

Text with #1E211D 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 #1E211D;}

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

This text has shadow with #1E211D color.


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

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

This text has shadow with #1E211D primary color and red secondary color.


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

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

This text has shadow with #1E211D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1E211D.

Preview

Color preview on black background

This text has color #1E211D on black background.


Color preview on white background

This text has color #1E211D on white background.


Black color preview on #1E211D background

This text has black color on #1E211D background.


White color preview on #1E211D background

This text has white color on #1E211D background.


Related colors

Complementary color

Complementary color for #hex is #E1DEE2.


I love getcolorcode.com

Triadic colors

1 #1D1E21 and #211D1E with #1E211D are triadic colors.

2 #1D211E and #211E1D with #1E211D are triadic colors.