COLOR #1E241F

HEX: #1E241F
RGB: (30,36,31)

Color info

#1E241F contains red, green and blue colors in about the same proportion. Web safe color of #1E241F is #333333 (or #333).

RGB color model

#1E241F color RGB value is (30,36,31).

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

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 31 of 255 = 12%

30
36
31

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

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 31 = 97 (100%)
R 30 of 97 ~ 30.93%
G 36 of 97 ~ 37.11%
B 31 of 97 ~ 31.96%

%30.93
%37.11
%31.96

CMYK color model

#1E241F color CMYK value is (17,0,14,86).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(17,0,14,86)
C17M0Y14K86 
(17%,0%,14%,86%)
(0.17/0.00/0.14/0.86)	

CMYK percentages

%16.67
%0
%13.89
%85.88

Codes

Color #1E241F in popluar color models

1E241F
RGB303631
HSL130°9.09%12.94%
HSB/HSV130°16.67%14.12%
CMYK16.67%0.00%13.89%
85.88%

Color #1E241F in popluar number systems.

HEX1E241F
Decimal303631
Binary1111010010011111
Octal364437

Shades and tints

Shades of #1E241F

#1E241F
(30,36,31)
#1C211D
(28,33,29)
#1A1E1B
(26,30,27)
#181B19
(24,27,25)
#161817
(22,24,23)
#141515
(20,21,21)
#121213
(18,18,19)
#100F11
(16,15,17)
#0E0C0F
(14,12,15)
#0C090D
(12,9,13)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #1E241F

#1E241F
(30,36,31)
#323733
(50,55,51)
#464A47
(70,74,71)
#5A5D5B
(90,93,91)
#6E706F
(110,112,111)
#828383
(130,131,131)
#969697
(150,150,151)
#AAA9AB
(170,169,171)
#BEBCBF
(190,188,191)
#D2CFD3
(210,207,211)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E241F; }

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

This text font color is #1E241F.


Background Color

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

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

This div background color is #1E241F.


Border color

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

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

This div border color is #1E241F.


Opacity

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

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

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

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

This text has shadow with #1E241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E241F on black background.


Color preview on white background

This text has color #1E241F on white background.



Black color preview on #1E241F background

This text has black color on #1E241F background.


White color preview on #1E241F background

This text has white color on #1E241F background.