COLOR #1E191E

HEX: #1E191E
RGB: (30,25,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
25
30

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

Portions of RGB colors in percentages

R + G + B =
30 + 25 + 30 = 85 (100%)
R 30 of 85 ~ 35.29%
G 25 of 85 ~ 29.41%
B 30 of 85 ~ 35.29%

%35.29
%29.41
%35.29

CMYK color model

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

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

CMYK percentages

%0
%16.67
%0
%88.24

Codes

Color #1E191E in popluar color models

1E191E
RGB302530
HSL300°9.09%10.78%
HSB/HSV300°16.67%11.76%
CMYK0.00%16.67%0.00%
88.24%

Color #1E191E in popluar number systems.

HEX1E191E
Decimal302530
Binary111101100111110
Octal363136

Shades and tints

Shades of #1E191E

#1E191E
(30,25,30)
#1C171C
(28,23,28)
#1A151A
(26,21,26)
#181318
(24,19,24)
#161116
(22,17,22)
#140F14
(20,15,20)
#120D12
(18,13,18)
#100B10
(16,11,16)
#0E090E
(14,9,14)
#0C070C
(12,7,12)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #1E191E

#1E191E
(30,25,30)
#322D32
(50,45,50)
#464146
(70,65,70)
#5A555A
(90,85,90)
#6E696E
(110,105,110)
#827D82
(130,125,130)
#969196
(150,145,150)
#AAA5AA
(170,165,170)
#BEB9BE
(190,185,190)
#D2CDD2
(210,205,210)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E191E; }

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

This text font color is #1E191E.


Background Color

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

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

This div background color is #1E191E.


Border color

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

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

This div border color is #1E191E.


Opacity

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

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

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

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

This text has shadow with #1E191E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E191E on black background.


Color preview on white background

This text has color #1E191E on white background.



Black color preview on #1E191E background

This text has black color on #1E191E background.


White color preview on #1E191E background

This text has white color on #1E191E background.