COLOR #1E1917

HEX: #1E1917
RGB: (30,25,23)

Color info

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

RGB color model

#1E1917 color RGB value is (30,25,23).

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

RGB channels and saturation

R 30 of 255 = 12%
G 25 of 255 = 10%
B 23 of 255 = 9%

30
25
23

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

Portions of RGB colors in percentages

R + G + B =
30 + 25 + 23 = 78 (100%)
R 30 of 78 ~ 38.46%
G 25 of 78 ~ 32.05%
B 23 of 78 ~ 29.49%

%38.46
%32.05
%29.49

CMYK color model

#1E1917 color CMYK value is (0,17,23,88).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 23.33%
  • key color value is 88.24%
CMYK:
(0,17,23,88)
C0M17Y23K88 
(0%,17%,23%,88%)
(0.00/0.17/0.23/0.88)	

CMYK percentages

%0
%16.67
%23.33
%88.24

Codes

Color #1E1917 in popluar color models

1E1917
RGB302523
HSL17°13.21%10.39%
HSB/HSV17°23.33%11.76%
CMYK0.00%16.67%23.33%
88.24%

Color #1E1917 in popluar number systems.

HEX1E1917
Decimal302523
Binary111101100110111
Octal363127

Shades and tints

Shades of #1E1917

#1E1917
(30,25,23)
#1C1715
(28,23,21)
#1A1513
(26,21,19)
#181311
(24,19,17)
#16110F
(22,17,15)
#140F0D
(20,15,13)
#120D0B
(18,13,11)
#100B09
(16,11,9)
#0E0907
(14,9,7)
#0C0705
(12,7,5)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #1E1917

#1E1917
(30,25,23)
#322D2C
(50,45,44)
#464141
(70,65,65)
#5A5556
(90,85,86)
#6E696B
(110,105,107)
#827D80
(130,125,128)
#969195
(150,145,149)
#AAA5AA
(170,165,170)
#BEB9BF
(190,185,191)
#D2CDD4
(210,205,212)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1917; }

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

This text font color is #1E1917.


Background Color

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

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

This div background color is #1E1917.


Border color

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

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

This div border color is #1E1917.


Opacity

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

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

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

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

This text has shadow with #1E1917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1917 on black background.


Color preview on white background

This text has color #1E1917 on white background.



Black color preview on #1E1917 background

This text has black color on #1E1917 background.


White color preview on #1E1917 background

This text has white color on #1E1917 background.