COLOR #1E1331

HEX: #1E1331
RGB: (30,19,49)

Color info

#1E1331 contains red, green and blue colors in about the same proportion. Web safe color of #1E1331 is #330033 (or #303).

RGB color model

#1E1331 color RGB value is (30,19,49).

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

RGB channels and saturation

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

30
19
49

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

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 49 = 98 (100%)
R 30 of 98 ~ 30.61%
G 19 of 98 ~ 19.39%
B 49 of 98 ~ 50%

%30.61
%19.39
%50

CMYK color model

#1E1331 color CMYK value is (39,61,0,81).

  • cyan value is 38.78%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(39,61,0,81)
C39M61Y0K81 
(39%,61%,0%,81%)
(0.39/0.61/0.00/0.81)	

CMYK percentages

%38.78
%61.22
%0
%80.78

Codes

Color #1E1331 in popluar color models

1E1331
RGB301949
HSL262°44.12%13.33%
HSB/HSV262°61.22%19.22%
CMYK38.78%61.22%0.00%
80.78%

Color #1E1331 in popluar number systems.

HEX1E1331
Decimal301949
Binary1111010011110001
Octal362361

Shades and tints

Shades of #1E1331

#1E1331
(30,19,49)
#1C122D
(28,18,45)
#1A1129
(26,17,41)
#181025
(24,16,37)
#160F21
(22,15,33)
#140E1D
(20,14,29)
#120D19
(18,13,25)
#100C15
(16,12,21)
#0E0B11
(14,11,17)
#0C0A0D
(12,10,13)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #1E1331

#1E1331
(30,19,49)
#322843
(50,40,67)
#463D55
(70,61,85)
#5A5267
(90,82,103)
#6E6779
(110,103,121)
#827C8B
(130,124,139)
#96919D
(150,145,157)
#AAA6AF
(170,166,175)
#BEBBC1
(190,187,193)
#D2D0D3
(210,208,211)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1331; }

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

This text font color is #1E1331.


Background Color

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

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

This div background color is #1E1331.


Border color

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

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

This div border color is #1E1331.


Opacity

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

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

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

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

This text has shadow with #1E1331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1331 on black background.


Color preview on white background

This text has color #1E1331 on white background.



Black color preview on #1E1331 background

This text has black color on #1E1331 background.


White color preview on #1E1331 background

This text has white color on #1E1331 background.