COLOR #1E1319

HEX: #1E1319
RGB: (30,19,25)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
19
25

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

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 25 = 74 (100%)
R 30 of 74 ~ 40.54%
G 19 of 74 ~ 25.68%
B 25 of 74 ~ 33.78%

%40.54
%25.68
%33.78

CMYK color model

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

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

CMYK percentages

%0
%36.67
%16.67
%88.24

Codes

Color #1E1319 in popluar color models

1E1319
RGB301925
HSL327°22.45%9.61%
HSB/HSV327°36.67%11.76%
CMYK0.00%36.67%16.67%
88.24%

Color #1E1319 in popluar number systems.

HEX1E1319
Decimal301925
Binary111101001111001
Octal362331

Shades and tints

Shades of #1E1319

#1E1319
(30,19,25)
#1C1217
(28,18,23)
#1A1115
(26,17,21)
#181013
(24,16,19)
#160F11
(22,15,17)
#140E0F
(20,14,15)
#120D0D
(18,13,13)
#100C0B
(16,12,11)
#0E0B09
(14,11,9)
#0C0A07
(12,10,7)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #1E1319

#1E1319
(30,19,25)
#32282D
(50,40,45)
#463D41
(70,61,65)
#5A5255
(90,82,85)
#6E6769
(110,103,105)
#827C7D
(130,124,125)
#969191
(150,145,145)
#AAA6A5
(170,166,165)
#BEBBB9
(190,187,185)
#D2D0CD
(210,208,205)
#E6E5E1
(230,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1319; }

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

This text font color is #1E1319.


Background Color

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

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

This div background color is #1E1319.


Border color

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

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

This div border color is #1E1319.


Opacity

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

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

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

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

This text has shadow with #1E1319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1319 on black background.


Color preview on white background

This text has color #1E1319 on white background.



Black color preview on #1E1319 background

This text has black color on #1E1319 background.


White color preview on #1E1319 background

This text has white color on #1E1319 background.