COLOR #1E001D

HEX: #1E001D
RGB: (30,0,29)

Color info

#1E001D contains only red and blue colors. Web safe color of #1E001D is #330033 (or #303).

RGB color model

#1E001D color RGB value is (30,0,29).

  • red value is 30;
  • green value is 0;
  • blue value is 29.
RGB:
(30,0,29)
(12%,0%,11%)

RGB channels and saturation

R 30 of 255 = 12%
G 0 of 255 = 0%
B 29 of 255 = 11%

30
0
29

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

Portions of RGB colors in percentages

R + G + B =
30 + 0 + 29 = 59 (100%)
R 30 of 59 ~ 50.85%
G 0 of 59 ~ 0%
B 29 of 59 ~ 49.15%

%50.85
%49.15

CMYK color model

#1E001D color CMYK value is (0,100,3,88).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 3.33%
  • key color value is 88.24%
CMYK:
(0,100,3,88)
C0M100Y3K88 
(0%,100%,3%,88%)
(0.00/1.00/0.03/0.88)	

CMYK percentages

%0
%100
%3.33
%88.24

Codes

Color #1E001D in popluar color models

1E001D
RGB30029
HSL302°100.00%5.88%
HSB/HSV302°100.00%11.76%
CMYK0.00%100.00%3.33%
88.24%

Color #1E001D in popluar number systems.

HEX1E001D
Decimal30029
Binary11110011101
Octal36035

Shades and tints

Shades of #1E001D

#1E001D
(30,0,29)
#1C001B
(28,0,27)
#1A0019
(26,0,25)
#180017
(24,0,23)
#160015
(22,0,21)
#140013
(20,0,19)
#120011
(18,0,17)
#10000F
(16,0,15)
#0E000D
(14,0,13)
#0C000B
(12,0,11)
#0A0009
(10,0,9)
#000000
(0,0,0)

Tints of #1E001D

#1E001D
(30,0,29)
#321731
(50,23,49)
#462E45
(70,46,69)
#5A4559
(90,69,89)
#6E5C6D
(110,92,109)
#827381
(130,115,129)
#968A95
(150,138,149)
#AAA1A9
(170,161,169)
#BEB8BD
(190,184,189)
#D2CFD1
(210,207,209)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E001D; }

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

This text font color is #1E001D.


Background Color

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

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

This div background color is #1E001D.


Border color

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

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

This div border color is #1E001D.


Opacity

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

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

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

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

This text has shadow with #1E001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E001D on black background.


Color preview on white background

This text has color #1E001D on white background.



Black color preview on #1E001D background

This text has black color on #1E001D background.


White color preview on #1E001D background

This text has white color on #1E001D background.