COLOR #1E1217

HEX: #1E1217 RGB: (30,18,23)

Color info

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

RGB color model

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

RGB: (30,18,23) (12%, 7%, 9%)

RGB channels and saturation

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

30
18
23

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

Portions of RGB colors in percentages

R + G + B = 30 + 18 + 23 = 71 (100%)
R 30 of 71 ~ 42.25%
G 18 of 71 ~ 25.35%
B 23 of 71 ~ 32.39'%

%42.25
%25.35
%32.39

CMYK color model

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

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

CMYK: (0,40,23,88)
C0M40Y23K88 (0%, 40%, 23%, 88%)
(0.00 / 0.40 / 0.23 / 0.88)

CMYK percentages

%0
%40
%23.33
%88.24

Codes

Color #1E1217 in popluar color models

1E 12 17
RGB 30 18 23
HSL 335° 25.00% 9.41%
HSB/HSV 335° 40.00% 11.76%
CMYK 0.00% 40.00% 23.33%
88.24%

Color #1E1217 in popluar number systems.

HEX 1E 12 17
Decimal 30 18 23
Binary 11110 10010 10111
Octal 36 22 27

Shades and tints

Shades of #1E1217

#1E1217
(30,18,23)
#1C1115
(28,17,21)
#1A1013
(26,16,19)
#180F11
(24,15,17)
#160E0F
(22,14,15)
#140D0D
(20,13,13)
#120C0B
(18,12,11)
#100B09
(16,11,9)
#0E0A07
(14,10,7)
#0C0905
(12,9,5)
#0A0803
(10,8,3)
#000000
(0,0,0)

Tints of #1E1217

#1E1217
(30,18,23)
#32272C
(50,39,44)
#463C41
(70,60,65)
#5A5156
(90,81,86)
#6E666B
(110,102,107)
#827B80
(130,123,128)
#969095
(150,144,149)
#AAA5AA
(170,165,170)
#BEBABF
(190,186,191)
#D2CFD4
(210,207,212)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1217; }

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

This text font color is #1E1217.

Background Color

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

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

This div background color is #1E1217.

Border color

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

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

This div border color is #1E1217.

Opacity

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

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

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

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

This text has shadow with #1E1217 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E1217.

Preview

Color preview on black background

This text has color #1E1217 on black background.


Color preview on white background

This text has color #1E1217 on white background.


Black color preview on #1E1217 background

This text has black color on #1E1217 background.


White color preview on #1E1217 background

This text has white color on #1E1217 background.


Related colors

Complementary color

Complementary color for #hex is #E1EDE8.


I love getcolorcode.com

Triadic colors

1 #171E12 and #12171E with #1E1217 are triadic colors.

2 #17121E and #121E17 with #1E1217 are triadic colors.