COLOR #1E1439

HEX: #1E1439
RGB: (30,20,57)

Color info

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

RGB color model

#1E1439 color RGB value is (30,20,57).

  • red value is 30;
  • green value is 20;
  • blue value is 57.
RGB:
(30,20,57)
(12%,8%,22%)

RGB channels and saturation

R 30 of 255 = 12%
G 20 of 255 = 8%
B 57 of 255 = 22%

30
20
57

R + G + B ~ 14%. #1E1439 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 20 + 57 = 107 (100%)
R 30 of 107 ~ 28.04%
G 20 of 107 ~ 18.69%
B 57 of 107 ~ 53.27%

%28.04
%18.69
%53.27

CMYK color model

#1E1439 color CMYK value is (47,65,0,78).

  • cyan value is 47.37%
  • magenta value is 64.91%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(47,65,0,78)
C47M65Y0K78 
(47%,65%,0%,78%)
(0.47/0.65/0.00/0.78)	

CMYK percentages

%47.37
%64.91
%0
%77.65

Codes

Color #1E1439 in popluar color models

1E1439
RGB302057
HSL256°48.05%15.10%
HSB/HSV256°64.91%22.35%
CMYK47.37%64.91%0.00%
77.65%

Color #1E1439 in popluar number systems.

HEX1E1439
Decimal302057
Binary1111010100111001
Octal362471

Shades and tints

Shades of #1E1439

#1E1439
(30,20,57)
#1C1334
(28,19,52)
#1A122F
(26,18,47)
#18112A
(24,17,42)
#161025
(22,16,37)
#140F20
(20,15,32)
#120E1B
(18,14,27)
#100D16
(16,13,22)
#0E0C11
(14,12,17)
#0C0B0C
(12,11,12)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #1E1439

#1E1439
(30,20,57)
#32294B
(50,41,75)
#463E5D
(70,62,93)
#5A536F
(90,83,111)
#6E6881
(110,104,129)
#827D93
(130,125,147)
#9692A5
(150,146,165)
#AAA7B7
(170,167,183)
#BEBCC9
(190,188,201)
#D2D1DB
(210,209,219)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1439; }

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

This text font color is #1E1439.


Background Color

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

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

This div background color is #1E1439.


Border color

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

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

This div border color is #1E1439.


Opacity

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

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

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

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

This text has shadow with #1E1439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1439 on black background.


Color preview on white background

This text has color #1E1439 on white background.



Black color preview on #1E1439 background

This text has black color on #1E1439 background.


White color preview on #1E1439 background

This text has white color on #1E1439 background.