COLOR #1E1919

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
25
25

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

Portions of RGB colors in percentages

R + G + B =
30 + 25 + 25 = 80 (100%)
R 30 of 80 ~ 37.5%
G 25 of 80 ~ 31.25%
B 25 of 80 ~ 31.25%

%37.5
%31.25
%31.25

CMYK color model

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

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

CMYK percentages

%0
%16.67
%16.67
%88.24

Codes

Color #1E1919 in popluar color models

1E1919
RGB302525
HSL9.09%10.78%
HSB/HSV16.67%11.76%
CMYK0.00%16.67%16.67%
88.24%

Color #1E1919 in popluar number systems.

HEX1E1919
Decimal302525
Binary111101100111001
Octal363131

Shades and tints

Shades of #1E1919

#1E1919
(30,25,25)
#1C1717
(28,23,23)
#1A1515
(26,21,21)
#181313
(24,19,19)
#161111
(22,17,17)
#140F0F
(20,15,15)
#120D0D
(18,13,13)
#100B0B
(16,11,11)
#0E0909
(14,9,9)
#0C0707
(12,7,7)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #1E1919

#1E1919
(30,25,25)
#322D2D
(50,45,45)
#464141
(70,65,65)
#5A5555
(90,85,85)
#6E6969
(110,105,105)
#827D7D
(130,125,125)
#969191
(150,145,145)
#AAA5A5
(170,165,165)
#BEB9B9
(190,185,185)
#D2CDCD
(210,205,205)
#E6E1E1
(230,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1919; }

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

This text font color is #1E1919.


Background Color

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

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

This div background color is #1E1919.


Border color

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

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

This div border color is #1E1919.


Opacity

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

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

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

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

This text has shadow with #1E1919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1919 on black background.


Color preview on white background

This text has color #1E1919 on white background.



Black color preview on #1E1919 background

This text has black color on #1E1919 background.


White color preview on #1E1919 background

This text has white color on #1E1919 background.