COLOR #1E131C

HEX: #1E131C
RGB: (30,19,28)

Color info

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

RGB color model

#1E131C color RGB value is (30,19,28).

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

RGB channels and saturation

R 30 of 255 = 12%
G 19 of 255 = 7%
B 28 of 255 = 11%

30
19
28

R + G + B ~ 10%. #1E131C is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 28 = 77 (100%)
R 30 of 77 ~ 38.96%
G 19 of 77 ~ 24.68%
B 28 of 77 ~ 36.36%

%38.96
%24.68
%36.36

CMYK color model

#1E131C color CMYK value is (0,37,7,88).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 6.67%
  • key color value is 88.24%
CMYK:
(0,37,7,88)
C0M37Y7K88 
(0%,37%,7%,88%)
(0.00/0.37/0.07/0.88)	

CMYK percentages

%0
%36.67
%6.67
%88.24

Codes

Color #1E131C in popluar color models

1E131C
RGB301928
HSL311°22.45%9.61%
HSB/HSV311°36.67%11.76%
CMYK0.00%36.67%6.67%
88.24%

Color #1E131C in popluar number systems.

HEX1E131C
Decimal301928
Binary111101001111100
Octal362334

Shades and tints

Shades of #1E131C

#1E131C
(30,19,28)
#1C121A
(28,18,26)
#1A1118
(26,17,24)
#181016
(24,16,22)
#160F14
(22,15,20)
#140E12
(20,14,18)
#120D10
(18,13,16)
#100C0E
(16,12,14)
#0E0B0C
(14,11,12)
#0C0A0A
(12,10,10)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #1E131C

#1E131C
(30,19,28)
#322830
(50,40,48)
#463D44
(70,61,68)
#5A5258
(90,82,88)
#6E676C
(110,103,108)
#827C80
(130,124,128)
#969194
(150,145,148)
#AAA6A8
(170,166,168)
#BEBBBC
(190,187,188)
#D2D0D0
(210,208,208)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E131C; }

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

This text font color is #1E131C.


Background Color

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

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

This div background color is #1E131C.


Border color

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

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

This div border color is #1E131C.


Opacity

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

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

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

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

This text has shadow with #1E131C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E131C on black background.


Color preview on white background

This text has color #1E131C on white background.



Black color preview on #1E131C background

This text has black color on #1E131C background.


White color preview on #1E131C background

This text has white color on #1E131C background.