COLOR #1E211A

HEX: #1E211A
RGB: (30,33,26)

Color info

#1E211A contains red, green and blue colors in about the same proportion. Web safe color of #1E211A is #333300 (or #330).

RGB color model

#1E211A color RGB value is (30,33,26).

  • red value is 30;
  • green value is 33;
  • blue value is 26.
RGB:
(30,33,26)
(12%,13%,10%)

RGB channels and saturation

R 30 of 255 = 12%
G 33 of 255 = 13%
B 26 of 255 = 10%

30
33
26

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

Portions of RGB colors in percentages

R + G + B =
30 + 33 + 26 = 89 (100%)
R 30 of 89 ~ 33.71%
G 33 of 89 ~ 37.08%
B 26 of 89 ~ 29.21%

%33.71
%37.08
%29.21

CMYK color model

#1E211A color CMYK value is (9,0,21,87).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 87.06%
CMYK:
(9,0,21,87)
C9M0Y21K87 
(9%,0%,21%,87%)
(0.09/0.00/0.21/0.87)	

CMYK percentages

%9.09
%0
%21.21
%87.06

Codes

Color #1E211A in popluar color models

1E211A
RGB303326
HSL86°11.86%11.57%
HSB/HSV86°21.21%12.94%
CMYK9.09%0.00%21.21%
87.06%

Color #1E211A in popluar number systems.

HEX1E211A
Decimal303326
Binary1111010000111010
Octal364132

Shades and tints

Shades of #1E211A

#1E211A
(30,33,26)
#1C1E18
(28,30,24)
#1A1B16
(26,27,22)
#181814
(24,24,20)
#161512
(22,21,18)
#141210
(20,18,16)
#120F0E
(18,15,14)
#100C0C
(16,12,12)
#0E090A
(14,9,10)
#0C0608
(12,6,8)
#0A0306
(10,3,6)
#000000
(0,0,0)

Tints of #1E211A

#1E211A
(30,33,26)
#32352E
(50,53,46)
#464942
(70,73,66)
#5A5D56
(90,93,86)
#6E716A
(110,113,106)
#82857E
(130,133,126)
#969992
(150,153,146)
#AAADA6
(170,173,166)
#BEC1BA
(190,193,186)
#D2D5CE
(210,213,206)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E211A; }

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

This text font color is #1E211A.


Background Color

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

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

This div background color is #1E211A.


Border color

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

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

This div border color is #1E211A.


Opacity

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

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

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

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

This text has shadow with #1E211A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E211A on black background.


Color preview on white background

This text has color #1E211A on white background.



Black color preview on #1E211A background

This text has black color on #1E211A background.


White color preview on #1E211A background

This text has white color on #1E211A background.