COLOR #1E0013

HEX: #1E0013
RGB: (30,0,19)

Color info

#1E0013 contains only red and blue colors. Web safe color of #1E0013 is #330000 (or #300).

RGB color model

#1E0013 color RGB value is (30,0,19).

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

RGB channels and saturation

R 30 of 255 = 12%
G 0 of 255 = 0%
B 19 of 255 = 7%

30
0
19

R + G + B ~ 6%. #1E0013 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 0 + 19 = 49 (100%)
R 30 of 49 ~ 61.22%
G 0 of 49 ~ 0%
B 19 of 49 ~ 38.78%

%61.22
%38.78

CMYK color model

#1E0013 color CMYK value is (0,100,37,88).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 36.67%
  • key color value is 88.24%
CMYK:
(0,100,37,88)
C0M100Y37K88 
(0%,100%,37%,88%)
(0.00/1.00/0.37/0.88)	

CMYK percentages

%0
%100
%36.67
%88.24

Codes

Color #1E0013 in popluar color models

1E0013
RGB30019
HSL322°100.00%5.88%
HSB/HSV322°100.00%11.76%
CMYK0.00%100.00%36.67%
88.24%

Color #1E0013 in popluar number systems.

HEX1E0013
Decimal30019
Binary11110010011
Octal36023

Shades and tints

Shades of #1E0013

#1E0013
(30,0,19)
#1C0012
(28,0,18)
#1A0011
(26,0,17)
#180010
(24,0,16)
#16000F
(22,0,15)
#14000E
(20,0,14)
#12000D
(18,0,13)
#10000C
(16,0,12)
#0E000B
(14,0,11)
#0C000A
(12,0,10)
#0A0009
(10,0,9)
#000000
(0,0,0)

Tints of #1E0013

#1E0013
(30,0,19)
#321728
(50,23,40)
#462E3D
(70,46,61)
#5A4552
(90,69,82)
#6E5C67
(110,92,103)
#82737C
(130,115,124)
#968A91
(150,138,145)
#AAA1A6
(170,161,166)
#BEB8BB
(190,184,187)
#D2CFD0
(210,207,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E0013; }

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

This text font color is #1E0013.


Background Color

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

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

This div background color is #1E0013.


Border color

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

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

This div border color is #1E0013.


Opacity

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

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

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

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

This text has shadow with #1E0013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E0013 on black background.


Color preview on white background

This text has color #1E0013 on white background.



Black color preview on #1E0013 background

This text has black color on #1E0013 background.


White color preview on #1E0013 background

This text has white color on #1E0013 background.