COLOR #1E181B

HEX: #1E181B RGB: (30,24,27)

Color info

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

RGB color model

#1E181B color RGB value is (30,24,27).

RGB: (30,24,27) (12%, 9%, 11%)

RGB channels and saturation

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

30
24
27

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

Portions of RGB colors in percentages

R + G + B = 30 + 24 + 27 = 81 (100%)
R 30 of 81 ~ 37.04%
G 24 of 81 ~ 29.63%
B 27 of 81 ~ 33.33'%

%37.04
%29.63
%33.33

CMYK color model

#1E181B color CMYK value is (0,20,10,88).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.00%
  • key color value is 88.24%

CMYK: (0,20,10,88)
C0M20Y10K88 (0%, 20%, 10%, 88%)
(0.00 / 0.20 / 0.10 / 0.88)

CMYK percentages

%0
%20
%10
%88.24

Codes

Color #1E181B in popluar color models

1E 18 1B
RGB 30 24 27
HSL 330° 11.11% 10.59%
HSB/HSV 330° 20.00% 11.76%
CMYK 0.00% 20.00% 10.00%
88.24%

Color #1E181B in popluar number systems.

HEX 1E 18 1B
Decimal 30 24 27
Binary 11110 11000 11011
Octal 36 30 33

Shades and tints

Shades of #1E181B

#1E181B
(30,24,27)
#1C1619
(28,22,25)
#1A1417
(26,20,23)
#181215
(24,18,21)
#161013
(22,16,19)
#140E11
(20,14,17)
#120C0F
(18,12,15)
#100A0D
(16,10,13)
#0E080B
(14,8,11)
#0C0609
(12,6,9)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #1E181B

#1E181B
(30,24,27)
#322D2F
(50,45,47)
#464243
(70,66,67)
#5A5757
(90,87,87)
#6E6C6B
(110,108,107)
#82817F
(130,129,127)
#969693
(150,150,147)
#AAABA7
(170,171,167)
#BEC0BB
(190,192,187)
#D2D5CF
(210,213,207)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E181B; }

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

This text font color is #1E181B.

Background Color

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

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

This div background color is #1E181B.

Border color

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

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

This div border color is #1E181B.

Opacity

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

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

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

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

This text has shadow with #1E181B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E181B.

Preview

Color preview on black background

This text has color #1E181B on black background.


Color preview on white background

This text has color #1E181B on white background.


Black color preview on #1E181B background

This text has black color on #1E181B background.


White color preview on #1E181B background

This text has white color on #1E181B background.


Related colors

Complementary color

Complementary color for #hex is #E1E7E4.


I love getcolorcode.com

Triadic colors

1 #1B1E18 and #181B1E with #1E181B are triadic colors.

2 #1B181E and #181E1B with #1E181B are triadic colors.