COLOR #1E1212

HEX: #1E1212
RGB: (30,18,18)

Color info

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

RGB color model

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

  • red value is 30;
  • green value is 18;
  • blue value is 18.
RGB:
(30,18,18)
(12%,7%,7%)

RGB channels and saturation

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

30
18
18

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

Portions of RGB colors in percentages

R + G + B =
30 + 18 + 18 = 66 (100%)
R 30 of 66 ~ 45.45%
G 18 of 66 ~ 27.27%
B 18 of 66 ~ 27.27%

%45.45
%27.27
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.00%
  • key color value is 88.24%
CMYK:
(0,40,40,88)
C0M40Y40K88 
(0%,40%,40%,88%)
(0.00/0.40/0.40/0.88)	

CMYK percentages

%0
%40
%40
%88.24

Codes

Color #1E1212 in popluar color models

1E1212
RGB301818
HSL25.00%9.41%
HSB/HSV40.00%11.76%
CMYK0.00%40.00%40.00%
88.24%

Color #1E1212 in popluar number systems.

HEX1E1212
Decimal301818
Binary111101001010010
Octal362222

Shades and tints

Shades of #1E1212

#1E1212
(30,18,18)
#1C1111
(28,17,17)
#1A1010
(26,16,16)
#180F0F
(24,15,15)
#160E0E
(22,14,14)
#140D0D
(20,13,13)
#120C0C
(18,12,12)
#100B0B
(16,11,11)
#0E0A0A
(14,10,10)
#0C0909
(12,9,9)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #1E1212

#1E1212
(30,18,18)
#322727
(50,39,39)
#463C3C
(70,60,60)
#5A5151
(90,81,81)
#6E6666
(110,102,102)
#827B7B
(130,123,123)
#969090
(150,144,144)
#AAA5A5
(170,165,165)
#BEBABA
(190,186,186)
#D2CFCF
(210,207,207)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1212; }

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

This text font color is #1E1212.


Background Color

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

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

This div background color is #1E1212.


Border color

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

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

This div border color is #1E1212.


Opacity

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

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

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

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

This text has shadow with #1E1212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1212 on black background.


Color preview on white background

This text has color #1E1212 on white background.



Black color preview on #1E1212 background

This text has black color on #1E1212 background.


White color preview on #1E1212 background

This text has white color on #1E1212 background.