COLOR #1E2201

HEX: #1E2201
RGB: (30,34,1)

Color info

#1E2201 contains red, green and blue colors in about the same proportion. Web safe color of #1E2201 is #333300 (or #330).

RGB color model

#1E2201 color RGB value is (30,34,1).

  • red value is 30;
  • green value is 34;
  • blue value is 1.
RGB:
(30,34,1)
(12%,13%,0%)

RGB channels and saturation

R 30 of 255 = 12%
G 34 of 255 = 13%
B 1 of 255 = 0%

30
34
1

R + G + B ~ 8%. #1E2201 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 34 + 1 = 65 (100%)
R 30 of 65 ~ 46.15%
G 34 of 65 ~ 52.31%
B 1 of 65 ~ 1.54%

%46.15
%52.31

CMYK color model

#1E2201 color CMYK value is (12,0,97,87).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 97.06%
  • key color value is 86.67%
CMYK:
(12,0,97,87)
C12M0Y97K87 
(12%,0%,97%,87%)
(0.12/0.00/0.97/0.87)	

CMYK percentages

%11.76
%0
%97.06
%86.67

Codes

Color #1E2201 in popluar color models

1E2201
RGB30341
HSL67°94.29%6.86%
HSB/HSV67°97.06%13.33%
CMYK11.76%0.00%97.06%
86.67%

Color #1E2201 in popluar number systems.

HEX1E2201
Decimal30341
Binary111101000101
Octal36421

Shades and tints

Shades of #1E2201

#1E2201
(30,34,1)
#1C1F01
(28,31,1)
#1A1C01
(26,28,1)
#181901
(24,25,1)
#161601
(22,22,1)
#141301
(20,19,1)
#121001
(18,16,1)
#100D01
(16,13,1)
#0E0A01
(14,10,1)
#0C0701
(12,7,1)
#0A0401
(10,4,1)
#000000
(0,0,0)

Tints of #1E2201

#1E2201
(30,34,1)
#323618
(50,54,24)
#464A2F
(70,74,47)
#5A5E46
(90,94,70)
#6E725D
(110,114,93)
#828674
(130,134,116)
#969A8B
(150,154,139)
#AAAEA2
(170,174,162)
#BEC2B9
(190,194,185)
#D2D6D0
(210,214,208)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2201; }

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

This text font color is #1E2201.


Background Color

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

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

This div background color is #1E2201.


Border color

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

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

This div border color is #1E2201.


Opacity

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

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

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

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

This text has shadow with #1E2201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2201 on black background.


Color preview on white background

This text has color #1E2201 on white background.



Black color preview on #1E2201 background

This text has black color on #1E2201 background.


White color preview on #1E2201 background

This text has white color on #1E2201 background.