COLOR #1E1521

HEX: #1E1521
RGB: (30,21,33)

Color info

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

RGB color model

#1E1521 color RGB value is (30,21,33).

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

RGB channels and saturation

R 30 of 255 = 12%
G 21 of 255 = 8%
B 33 of 255 = 13%

30
21
33

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

Portions of RGB colors in percentages

R + G + B =
30 + 21 + 33 = 84 (100%)
R 30 of 84 ~ 35.71%
G 21 of 84 ~ 25%
B 33 of 84 ~ 39.29%

%35.71
%25
%39.29

CMYK color model

#1E1521 color CMYK value is (9,36,0,87).

  • cyan value is 9.09%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(9,36,0,87)
C9M36Y0K87 
(9%,36%,0%,87%)
(0.09/0.36/0.00/0.87)	

CMYK percentages

%9.09
%36.36
%0
%87.06

Codes

Color #1E1521 in popluar color models

1E1521
RGB302133
HSL285°22.22%10.59%
HSB/HSV285°36.36%12.94%
CMYK9.09%36.36%0.00%
87.06%

Color #1E1521 in popluar number systems.

HEX1E1521
Decimal302133
Binary1111010101100001
Octal362541

Shades and tints

Shades of #1E1521

#1E1521
(30,21,33)
#1C141E
(28,20,30)
#1A131B
(26,19,27)
#181218
(24,18,24)
#161115
(22,17,21)
#141012
(20,16,18)
#120F0F
(18,15,15)
#100E0C
(16,14,12)
#0E0D09
(14,13,9)
#0C0C06
(12,12,6)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #1E1521

#1E1521
(30,21,33)
#322A35
(50,42,53)
#463F49
(70,63,73)
#5A545D
(90,84,93)
#6E6971
(110,105,113)
#827E85
(130,126,133)
#969399
(150,147,153)
#AAA8AD
(170,168,173)
#BEBDC1
(190,189,193)
#D2D2D5
(210,210,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1521; }

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

This text font color is #1E1521.


Background Color

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

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

This div background color is #1E1521.


Border color

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

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

This div border color is #1E1521.


Opacity

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

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

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

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

This text has shadow with #1E1521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1521 on black background.


Color preview on white background

This text has color #1E1521 on white background.



Black color preview on #1E1521 background

This text has black color on #1E1521 background.


White color preview on #1E1521 background

This text has white color on #1E1521 background.