COLOR #1E1616

HEX: #1E1616
RGB: (30,22,22)

Color info

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

RGB color model

#1E1616 color RGB value is (30,22,22).

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

RGB channels and saturation

R 30 of 255 = 12%
G 22 of 255 = 9%
B 22 of 255 = 9%

30
22
22

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

Portions of RGB colors in percentages

R + G + B =
30 + 22 + 22 = 74 (100%)
R 30 of 74 ~ 40.54%
G 22 of 74 ~ 29.73%
B 22 of 74 ~ 29.73%

%40.54
%29.73
%29.73

CMYK color model

#1E1616 color CMYK value is (0,27,27,88).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 26.67%
  • key color value is 88.24%
CMYK:
(0,27,27,88)
C0M27Y27K88 
(0%,27%,27%,88%)
(0.00/0.27/0.27/0.88)	

CMYK percentages

%0
%26.67
%26.67
%88.24

Codes

Color #1E1616 in popluar color models

1E1616
RGB302222
HSL15.38%10.20%
HSB/HSV26.67%11.76%
CMYK0.00%26.67%26.67%
88.24%

Color #1E1616 in popluar number systems.

HEX1E1616
Decimal302222
Binary111101011010110
Octal362626

Shades and tints

Shades of #1E1616

#1E1616
(30,22,22)
#1C1414
(28,20,20)
#1A1212
(26,18,18)
#181010
(24,16,16)
#160E0E
(22,14,14)
#140C0C
(20,12,12)
#120A0A
(18,10,10)
#100808
(16,8,8)
#0E0606
(14,6,6)
#0C0404
(12,4,4)
#0A0202
(10,2,2)
#000000
(0,0,0)

Tints of #1E1616

#1E1616
(30,22,22)
#322B2B
(50,43,43)
#464040
(70,64,64)
#5A5555
(90,85,85)
#6E6A6A
(110,106,106)
#827F7F
(130,127,127)
#969494
(150,148,148)
#AAA9A9
(170,169,169)
#BEBEBE
(190,190,190)
#D2D3D3
(210,211,211)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1616; }

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

This text font color is #1E1616.


Background Color

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

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

This div background color is #1E1616.


Border color

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

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

This div border color is #1E1616.


Opacity

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

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

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

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

This text has shadow with #1E1616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1616 on black background.


Color preview on white background

This text has color #1E1616 on white background.



Black color preview on #1E1616 background

This text has black color on #1E1616 background.


White color preview on #1E1616 background

This text has white color on #1E1616 background.