COLOR #1E171B

HEX: #1E171B RGB: (30,23,27)

Color info

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

RGB color model

#1E171B color RGB value is (30,23,27).

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

RGB channels and saturation

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

30
23
27

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

Portions of RGB colors in percentages

R + G + B = 30 + 23 + 27 = 80 (100%)
R 30 of 80 ~ 37.5%
G 23 of 80 ~ 28.75%
B 27 of 80 ~ 33.75'%

%37.5
%28.75
%33.75

CMYK color model

#1E171B color CMYK value is (0,23,10,88).

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

CMYK: (0,23,10,88)
C0M23Y10K88 (0%, 23%, 10%, 88%)
(0.00 / 0.23 / 0.10 / 0.88)

CMYK percentages

%0
%23.33
%10
%88.24

Codes

Color #1E171B in popluar color models

1E 17 1B
RGB 30 23 27
HSL 326° 13.21% 10.39%
HSB/HSV 326° 23.33% 11.76%
CMYK 0.00% 23.33% 10.00%
88.24%

Color #1E171B in popluar number systems.

HEX 1E 17 1B
Decimal 30 23 27
Binary 11110 10111 11011
Octal 36 27 33

Shades and tints

Shades of #1E171B

#1E171B
(30,23,27)
#1C1519
(28,21,25)
#1A1317
(26,19,23)
#181115
(24,17,21)
#160F13
(22,15,19)
#140D11
(20,13,17)
#120B0F
(18,11,15)
#10090D
(16,9,13)
#0E070B
(14,7,11)
#0C0509
(12,5,9)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #1E171B

#1E171B
(30,23,27)
#322C2F
(50,44,47)
#464143
(70,65,67)
#5A5657
(90,86,87)
#6E6B6B
(110,107,107)
#82807F
(130,128,127)
#969593
(150,149,147)
#AAAAA7
(170,170,167)
#BEBFBB
(190,191,187)
#D2D4CF
(210,212,207)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E171B; }

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

This text font color is #1E171B.

Background Color

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

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

This div background color is #1E171B.

Border color

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

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

This div border color is #1E171B.

Opacity

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

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

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

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

This text has shadow with #1E171B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E171B.

Preview

Color preview on black background

This text has color #1E171B on black background.


Color preview on white background

This text has color #1E171B on white background.


Black color preview on #1E171B background

This text has black color on #1E171B background.


White color preview on #1E171B background

This text has white color on #1E171B background.


Related colors

Complementary color

Complementary color for #hex is #E1E8E4.


I love getcolorcode.com

Triadic colors

1 #1B1E17 and #171B1E with #1E171B are triadic colors.

2 #1B171E and #171E1B with #1E171B are triadic colors.