COLOR #1E012A

HEX: #1E012A
RGB: (30,1,42)

Color info

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

RGB color model

#1E012A color RGB value is (30,1,42).

  • red value is 30;
  • green value is 1;
  • blue value is 42.
RGB:
(30,1,42)
(12%,0%,16%)

RGB channels and saturation

R 30 of 255 = 12%
G 1 of 255 = 0%
B 42 of 255 = 16%

30
1
42

R + G + B ~ 9%. #1E012A is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 1 + 42 = 73 (100%)
R 30 of 73 ~ 41.1%
G 1 of 73 ~ 1.37%
B 42 of 73 ~ 57.53%

%41.1
%57.53

CMYK color model

#1E012A color CMYK value is (29,98,0,84).

  • cyan value is 28.57%
  • magenta value is 97.62%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(29,98,0,84)
C29M98Y0K84 
(29%,98%,0%,84%)
(0.29/0.98/0.00/0.84)	

CMYK percentages

%28.57
%97.62
%0
%83.53

Codes

Color #1E012A in popluar color models

1E012A
RGB30142
HSL282°95.35%8.43%
HSB/HSV282°97.62%16.47%
CMYK28.57%97.62%0.00%
83.53%

Color #1E012A in popluar number systems.

HEX1E012A
Decimal30142
Binary111101101010
Octal36152

Shades and tints

Shades of #1E012A

#1E012A
(30,1,42)
#1C0127
(28,1,39)
#1A0124
(26,1,36)
#180121
(24,1,33)
#16011E
(22,1,30)
#14011B
(20,1,27)
#120118
(18,1,24)
#100115
(16,1,21)
#0E0112
(14,1,18)
#0C010F
(12,1,15)
#0A010C
(10,1,12)
#000000
(0,0,0)

Tints of #1E012A

#1E012A
(30,1,42)
#32183D
(50,24,61)
#462F50
(70,47,80)
#5A4663
(90,70,99)
#6E5D76
(110,93,118)
#827489
(130,116,137)
#968B9C
(150,139,156)
#AAA2AF
(170,162,175)
#BEB9C2
(190,185,194)
#D2D0D5
(210,208,213)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E012A; }

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

This text font color is #1E012A.


Background Color

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

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

This div background color is #1E012A.


Border color

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

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

This div border color is #1E012A.


Opacity

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

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

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

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

This text has shadow with #1E012A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E012A on black background.


Color preview on white background

This text has color #1E012A on white background.



Black color preview on #1E012A background

This text has black color on #1E012A background.


White color preview on #1E012A background

This text has white color on #1E012A background.