COLOR #1E1420

HEX: #1E1420
RGB: (30,20,32)

Color info

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

RGB color model

#1E1420 color RGB value is (30,20,32).

  • red value is 30;
  • green value is 20;
  • blue value is 32.
RGB:
(30,20,32)
(12%,8%,13%)

RGB channels and saturation

R 30 of 255 = 12%
G 20 of 255 = 8%
B 32 of 255 = 13%

30
20
32

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

Portions of RGB colors in percentages

R + G + B =
30 + 20 + 32 = 82 (100%)
R 30 of 82 ~ 36.59%
G 20 of 82 ~ 24.39%
B 32 of 82 ~ 39.02%

%36.59
%24.39
%39.02

CMYK color model

#1E1420 color CMYK value is (6,38,0,87).

  • cyan value is 6.25%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(6,38,0,87)
C6M38Y0K87 
(6%,38%,0%,87%)
(0.06/0.38/0.00/0.87)	

CMYK percentages

%6.25
%37.5
%0
%87.45

Codes

Color #1E1420 in popluar color models

1E1420
RGB302032
HSL290°23.08%10.20%
HSB/HSV290°37.50%12.55%
CMYK6.25%37.50%0.00%
87.45%

Color #1E1420 in popluar number systems.

HEX1E1420
Decimal302032
Binary1111010100100000
Octal362440

Shades and tints

Shades of #1E1420

#1E1420
(30,20,32)
#1C131E
(28,19,30)
#1A121C
(26,18,28)
#18111A
(24,17,26)
#161018
(22,16,24)
#140F16
(20,15,22)
#120E14
(18,14,20)
#100D12
(16,13,18)
#0E0C10
(14,12,16)
#0C0B0E
(12,11,14)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #1E1420

#1E1420
(30,20,32)
#322934
(50,41,52)
#463E48
(70,62,72)
#5A535C
(90,83,92)
#6E6870
(110,104,112)
#827D84
(130,125,132)
#969298
(150,146,152)
#AAA7AC
(170,167,172)
#BEBCC0
(190,188,192)
#D2D1D4
(210,209,212)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1420; }

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

This text font color is #1E1420.


Background Color

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

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

This div background color is #1E1420.


Border color

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

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

This div border color is #1E1420.


Opacity

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

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

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

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

This text has shadow with #1E1420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1420 on black background.


Color preview on white background

This text has color #1E1420 on white background.



Black color preview on #1E1420 background

This text has black color on #1E1420 background.


White color preview on #1E1420 background

This text has white color on #1E1420 background.