COLOR #1E181D

HEX: #1E181D
RGB: (30,24,29)

Color info

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

RGB color model

#1E181D color RGB value is (30,24,29).

  • red value is 30;
  • green value is 24;
  • blue value is 29.
RGB:
(30,24,29)
(12%,9%,11%)

RGB channels and saturation

R 30 of 255 = 12%
G 24 of 255 = 9%
B 29 of 255 = 11%

30
24
29

R + G + B ~ 11%. #1E181D is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 24 + 29 = 83 (100%)
R 30 of 83 ~ 36.14%
G 24 of 83 ~ 28.92%
B 29 of 83 ~ 34.94%

%36.14
%28.92
%34.94

CMYK color model

#1E181D color CMYK value is (0,20,3,88).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 3.33%
  • key color value is 88.24%
CMYK:
(0,20,3,88)
C0M20Y3K88 
(0%,20%,3%,88%)
(0.00/0.20/0.03/0.88)	

CMYK percentages

%0
%20
%3.33
%88.24

Codes

Color #1E181D in popluar color models

1E181D
RGB302429
HSL310°11.11%10.59%
HSB/HSV310°20.00%11.76%
CMYK0.00%20.00%3.33%
88.24%

Color #1E181D in popluar number systems.

HEX1E181D
Decimal302429
Binary111101100011101
Octal363035

Shades and tints

Shades of #1E181D

#1E181D
(30,24,29)
#1C161B
(28,22,27)
#1A1419
(26,20,25)
#181217
(24,18,23)
#161015
(22,16,21)
#140E13
(20,14,19)
#120C11
(18,12,17)
#100A0F
(16,10,15)
#0E080D
(14,8,13)
#0C060B
(12,6,11)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #1E181D

#1E181D
(30,24,29)
#322D31
(50,45,49)
#464245
(70,66,69)
#5A5759
(90,87,89)
#6E6C6D
(110,108,109)
#828181
(130,129,129)
#969695
(150,150,149)
#AAABA9
(170,171,169)
#BEC0BD
(190,192,189)
#D2D5D1
(210,213,209)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E181D; }

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

This text font color is #1E181D.


Background Color

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

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

This div background color is #1E181D.


Border color

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

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

This div border color is #1E181D.


Opacity

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

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

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

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

This text has shadow with #1E181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E181D on black background.


Color preview on white background

This text has color #1E181D on white background.



Black color preview on #1E181D background

This text has black color on #1E181D background.


White color preview on #1E181D background

This text has white color on #1E181D background.