COLOR #1E1424

HEX: #1E1424
RGB: (30,20,36)

Color info

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

RGB color model

#1E1424 color RGB value is (30,20,36).

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

RGB channels and saturation

R 30 of 255 = 12%
G 20 of 255 = 8%
B 36 of 255 = 14%

30
20
36

R + G + B ~ 11%. #1E1424 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 20 + 36 = 86 (100%)
R 30 of 86 ~ 34.88%
G 20 of 86 ~ 23.26%
B 36 of 86 ~ 41.86%

%34.88
%23.26
%41.86

CMYK color model

#1E1424 color CMYK value is (17,44,0,86).

  • cyan value is 16.67%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(17,44,0,86)
C17M44Y0K86 
(17%,44%,0%,86%)
(0.17/0.44/0.00/0.86)	

CMYK percentages

%16.67
%44.44
%0
%85.88

Codes

Color #1E1424 in popluar color models

1E1424
RGB302036
HSL278°28.57%10.98%
HSB/HSV278°44.44%14.12%
CMYK16.67%44.44%0.00%
85.88%

Color #1E1424 in popluar number systems.

HEX1E1424
Decimal302036
Binary1111010100100100
Octal362444

Shades and tints

Shades of #1E1424

#1E1424
(30,20,36)
#1C1321
(28,19,33)
#1A121E
(26,18,30)
#18111B
(24,17,27)
#161018
(22,16,24)
#140F15
(20,15,21)
#120E12
(18,14,18)
#100D0F
(16,13,15)
#0E0C0C
(14,12,12)
#0C0B09
(12,11,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #1E1424

#1E1424
(30,20,36)
#322937
(50,41,55)
#463E4A
(70,62,74)
#5A535D
(90,83,93)
#6E6870
(110,104,112)
#827D83
(130,125,131)
#969296
(150,146,150)
#AAA7A9
(170,167,169)
#BEBCBC
(190,188,188)
#D2D1CF
(210,209,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1424; }

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

This text font color is #1E1424.


Background Color

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

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

This div background color is #1E1424.


Border color

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

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

This div border color is #1E1424.


Opacity

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

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

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

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

This text has shadow with #1E1424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1424 on black background.


Color preview on white background

This text has color #1E1424 on white background.



Black color preview on #1E1424 background

This text has black color on #1E1424 background.


White color preview on #1E1424 background

This text has white color on #1E1424 background.