COLOR #1E1211

HEX: #1E1211 RGB: (30,18,17)

Color info

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

RGB color model

#1E1211 color RGB value is (30,18,17).

RGB: (30,18,17) (12%, 7%, 7%)

RGB channels and saturation

R 30 of 255 = 12%
G 18 of 255 = 7%
B 17 of 255 = 7%

30
18
17

R + G + B ~ 9%. #1E1211 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 18 + 17 = 65 (100%)
R 30 of 65 ~ 46.15%
G 18 of 65 ~ 27.69%
B 17 of 65 ~ 26.15'%

%46.15
%27.69
%26.15

CMYK color model

#1E1211 color CMYK value is (0,40,43,88).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 43.33%
  • key color value is 88.24%

CMYK: (0,40,43,88)
C0M40Y43K88 (0%, 40%, 43%, 88%)
(0.00 / 0.40 / 0.43 / 0.88)

CMYK percentages

%0
%40
%43.33
%88.24

Codes

Color #1E1211 in popluar color models

1E 12 11
RGB 30 18 17
HSL 27.66% 9.22%
HSB/HSV 43.33% 11.76%
CMYK 0.00% 40.00% 43.33%
88.24%

Color #1E1211 in popluar number systems.

HEX 1E 12 11
Decimal 30 18 17
Binary 11110 10010 10001
Octal 36 22 21

Shades and tints

Shades of #1E1211

#1E1211
(30,18,17)
#1C1110
(28,17,16)
#1A100F
(26,16,15)
#180F0E
(24,15,14)
#160E0D
(22,14,13)
#140D0C
(20,13,12)
#120C0B
(18,12,11)
#100B0A
(16,11,10)
#0E0A09
(14,10,9)
#0C0908
(12,9,8)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #1E1211

#1E1211
(30,18,17)
#322726
(50,39,38)
#463C3B
(70,60,59)
#5A5150
(90,81,80)
#6E6665
(110,102,101)
#827B7A
(130,123,122)
#96908F
(150,144,143)
#AAA5A4
(170,165,164)
#BEBAB9
(190,186,185)
#D2CFCE
(210,207,206)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E1211 color. Also use rgb(30,18,17) instead hex code.

Text Font Color

.myTextColor { color: #1E1211; }

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

This text font color is #1E1211.

Background Color

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

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

This div background color is #1E1211.

Border color

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

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

This div border color is #1E1211.

Opacity

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

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

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

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

This text has shadow with #1E1211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E1211.

Preview

Color preview on black background

This text has color #1E1211 on black background.


Color preview on white background

This text has color #1E1211 on white background.


Black color preview on #1E1211 background

This text has black color on #1E1211 background.


White color preview on #1E1211 background

This text has white color on #1E1211 background.


Related colors

Complementary color

Complementary color for #hex is #E1EDEE.


I love getcolorcode.com

Triadic colors

1 #111E12 and #12111E with #1E1211 are triadic colors.

2 #11121E and #121E11 with #1E1211 are triadic colors.