COLOR #1E2021

HEX: #1E2021
RGB: (30,32,33)

Color info

#1E2021 contains red, green and blue colors in about the same proportion. Web safe color of #1E2021 is #333333 (or #333).

RGB color model

#1E2021 color RGB value is (30,32,33).

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

RGB channels and saturation

R 30 of 255 = 12%
G 32 of 255 = 13%
B 33 of 255 = 13%

30
32
33

R + G + B ~ 13%. #1E2021 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 32 + 33 = 95 (100%)
R 30 of 95 ~ 31.58%
G 32 of 95 ~ 33.68%
B 33 of 95 ~ 34.74%

%31.58
%33.68
%34.74

CMYK color model

#1E2021 color CMYK value is (9,3,0,87).

  • cyan value is 9.09%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(9,3,0,87)
C9M3Y0K87 
(9%,3%,0%,87%)
(0.09/0.03/0.00/0.87)	

CMYK percentages

%9.09
%3.03
%0
%87.06

Codes

Color #1E2021 in popluar color models

1E2021
RGB303233
HSL200°4.76%12.35%
HSB/HSV200°9.09%12.94%
CMYK9.09%3.03%0.00%
87.06%

Color #1E2021 in popluar number systems.

HEX1E2021
Decimal303233
Binary11110100000100001
Octal364041

Shades and tints

Shades of #1E2021

#1E2021
(30,32,33)
#1C1E1E
(28,30,30)
#1A1C1B
(26,28,27)
#181A18
(24,26,24)
#161815
(22,24,21)
#141612
(20,22,18)
#12140F
(18,20,15)
#10120C
(16,18,12)
#0E1009
(14,16,9)
#0C0E06
(12,14,6)
#0A0C03
(10,12,3)
#000000
(0,0,0)

Tints of #1E2021

#1E2021
(30,32,33)
#323435
(50,52,53)
#464849
(70,72,73)
#5A5C5D
(90,92,93)
#6E7071
(110,112,113)
#828485
(130,132,133)
#969899
(150,152,153)
#AAACAD
(170,172,173)
#BEC0C1
(190,192,193)
#D2D4D5
(210,212,213)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2021; }

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

This text font color is #1E2021.


Background Color

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

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

This div background color is #1E2021.


Border color

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

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

This div border color is #1E2021.


Opacity

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

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

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

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

This text has shadow with #1E2021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2021 on black background.


Color preview on white background

This text has color #1E2021 on white background.



Black color preview on #1E2021 background

This text has black color on #1E2021 background.


White color preview on #1E2021 background

This text has white color on #1E2021 background.