COLOR #1E1813

HEX: #1E1813
RGB: (30,24,19)

Color info

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

RGB color model

#1E1813 color RGB value is (30,24,19).

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

RGB channels and saturation

R 30 of 255 = 12%
G 24 of 255 = 9%
B 19 of 255 = 7%

30
24
19

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

Portions of RGB colors in percentages

R + G + B =
30 + 24 + 19 = 73 (100%)
R 30 of 73 ~ 41.1%
G 24 of 73 ~ 32.88%
B 19 of 73 ~ 26.03%

%41.1
%32.88
%26.03

CMYK color model

#1E1813 color CMYK value is (0,20,37,88).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 36.67%
  • key color value is 88.24%
CMYK:
(0,20,37,88)
C0M20Y37K88 
(0%,20%,37%,88%)
(0.00/0.20/0.37/0.88)	

CMYK percentages

%0
%20
%36.67
%88.24

Codes

Color #1E1813 in popluar color models

1E1813
RGB302419
HSL27°22.45%9.61%
HSB/HSV27°36.67%11.76%
CMYK0.00%20.00%36.67%
88.24%

Color #1E1813 in popluar number systems.

HEX1E1813
Decimal302419
Binary111101100010011
Octal363023

Shades and tints

Shades of #1E1813

#1E1813
(30,24,19)
#1C1612
(28,22,18)
#1A1411
(26,20,17)
#181210
(24,18,16)
#16100F
(22,16,15)
#140E0E
(20,14,14)
#120C0D
(18,12,13)
#100A0C
(16,10,12)
#0E080B
(14,8,11)
#0C060A
(12,6,10)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #1E1813

#1E1813
(30,24,19)
#322D28
(50,45,40)
#46423D
(70,66,61)
#5A5752
(90,87,82)
#6E6C67
(110,108,103)
#82817C
(130,129,124)
#969691
(150,150,145)
#AAABA6
(170,171,166)
#BEC0BB
(190,192,187)
#D2D5D0
(210,213,208)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1813; }

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

This text font color is #1E1813.


Background Color

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

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

This div background color is #1E1813.


Border color

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

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

This div border color is #1E1813.


Opacity

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

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

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

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

This text has shadow with #1E1813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1813 on black background.


Color preview on white background

This text has color #1E1813 on white background.



Black color preview on #1E1813 background

This text has black color on #1E1813 background.


White color preview on #1E1813 background

This text has white color on #1E1813 background.