COLOR #1E181A

HEX: #1E181A
RGB: (30,24,26)

Color info

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

RGB color model

#1E181A color RGB value is (30,24,26).

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

RGB channels and saturation

R 30 of 255 = 12%
G 24 of 255 = 9%
B 26 of 255 = 10%

30
24
26

R + G + B ~ 10%. #1E181A is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 24 + 26 = 80 (100%)
R 30 of 80 ~ 37.5%
G 24 of 80 ~ 30%
B 26 of 80 ~ 32.5%

%37.5
%30
%32.5

CMYK color model

#1E181A color CMYK value is (0,20,13,88).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 13.33%
  • key color value is 88.24%
CMYK:
(0,20,13,88)
C0M20Y13K88 
(0%,20%,13%,88%)
(0.00/0.20/0.13/0.88)	

CMYK percentages

%0
%20
%13.33
%88.24

Codes

Color #1E181A in popluar color models

1E181A
RGB302426
HSL340°11.11%10.59%
HSB/HSV340°20.00%11.76%
CMYK0.00%20.00%13.33%
88.24%

Color #1E181A in popluar number systems.

HEX1E181A
Decimal302426
Binary111101100011010
Octal363032

Shades and tints

Shades of #1E181A

#1E181A
(30,24,26)
#1C1618
(28,22,24)
#1A1416
(26,20,22)
#181214
(24,18,20)
#161012
(22,16,18)
#140E10
(20,14,16)
#120C0E
(18,12,14)
#100A0C
(16,10,12)
#0E080A
(14,8,10)
#0C0608
(12,6,8)
#0A0406
(10,4,6)
#000000
(0,0,0)

Tints of #1E181A

#1E181A
(30,24,26)
#322D2E
(50,45,46)
#464242
(70,66,66)
#5A5756
(90,87,86)
#6E6C6A
(110,108,106)
#82817E
(130,129,126)
#969692
(150,150,146)
#AAABA6
(170,171,166)
#BEC0BA
(190,192,186)
#D2D5CE
(210,213,206)
#E6EAE2
(230,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E181A; }

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

This text font color is #1E181A.


Background Color

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

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

This div background color is #1E181A.


Border color

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

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

This div border color is #1E181A.


Opacity

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

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

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

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

This text has shadow with #1E181A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E181A on black background.


Color preview on white background

This text has color #1E181A on white background.



Black color preview on #1E181A background

This text has black color on #1E181A background.


White color preview on #1E181A background

This text has white color on #1E181A background.