COLOR #1E1303

HEX: #1E1303
RGB: (30,19,3)

Color info

#1E1303 contains red, green and blue colors in about the same proportion. Web safe color of #1E1303 is #330000 (or #300).

RGB color model

#1E1303 color RGB value is (30,19,3).

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

RGB channels and saturation

R 30 of 255 = 12%
G 19 of 255 = 7%
B 3 of 255 = 1%

30
19
3

R + G + B ~ 7%. #1E1303 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 3 = 52 (100%)
R 30 of 52 ~ 57.69%
G 19 of 52 ~ 36.54%
B 3 of 52 ~ 5.77%

%57.69
%36.54

CMYK color model

#1E1303 color CMYK value is (0,37,90,88).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 90.00%
  • key color value is 88.24%
CMYK:
(0,37,90,88)
C0M37Y90K88 
(0%,37%,90%,88%)
(0.00/0.37/0.90/0.88)	

CMYK percentages

%0
%36.67
%90
%88.24

Codes

Color #1E1303 in popluar color models

1E1303
RGB30193
HSL36°81.82%6.47%
HSB/HSV36°90.00%11.76%
CMYK0.00%36.67%90.00%
88.24%

Color #1E1303 in popluar number systems.

HEX1E1303
Decimal30193
Binary111101001111
Octal36233

Shades and tints

Shades of #1E1303

#1E1303
(30,19,3)
#1C1203
(28,18,3)
#1A1103
(26,17,3)
#181003
(24,16,3)
#160F03
(22,15,3)
#140E03
(20,14,3)
#120D03
(18,13,3)
#100C03
(16,12,3)
#0E0B03
(14,11,3)
#0C0A03
(12,10,3)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #1E1303

#1E1303
(30,19,3)
#322819
(50,40,25)
#463D2F
(70,61,47)
#5A5245
(90,82,69)
#6E675B
(110,103,91)
#827C71
(130,124,113)
#969187
(150,145,135)
#AAA69D
(170,166,157)
#BEBBB3
(190,187,179)
#D2D0C9
(210,208,201)
#E6E5DF
(230,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1303; }

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

This text font color is #1E1303.


Background Color

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

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

This div background color is #1E1303.


Border color

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

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

This div border color is #1E1303.


Opacity

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

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

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

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

This text has shadow with #1E1303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1303 on black background.


Color preview on white background

This text has color #1E1303 on white background.



Black color preview on #1E1303 background

This text has black color on #1E1303 background.


White color preview on #1E1303 background

This text has white color on #1E1303 background.