COLOR #1E131E

HEX: #1E131E
RGB: (30,19,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
19
30

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

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 30 = 79 (100%)
R 30 of 79 ~ 37.97%
G 19 of 79 ~ 24.05%
B 30 of 79 ~ 37.97%

%37.97
%24.05
%37.97

CMYK color model

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

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

CMYK percentages

%0
%36.67
%0
%88.24

Codes

Color #1E131E in popluar color models

1E131E
RGB301930
HSL300°22.45%9.61%
HSB/HSV300°36.67%11.76%
CMYK0.00%36.67%0.00%
88.24%

Color #1E131E in popluar number systems.

HEX1E131E
Decimal301930
Binary111101001111110
Octal362336

Shades and tints

Shades of #1E131E

#1E131E
(30,19,30)
#1C121C
(28,18,28)
#1A111A
(26,17,26)
#181018
(24,16,24)
#160F16
(22,15,22)
#140E14
(20,14,20)
#120D12
(18,13,18)
#100C10
(16,12,16)
#0E0B0E
(14,11,14)
#0C0A0C
(12,10,12)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #1E131E

#1E131E
(30,19,30)
#322832
(50,40,50)
#463D46
(70,61,70)
#5A525A
(90,82,90)
#6E676E
(110,103,110)
#827C82
(130,124,130)
#969196
(150,145,150)
#AAA6AA
(170,166,170)
#BEBBBE
(190,187,190)
#D2D0D2
(210,208,210)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E131E; }

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

This text font color is #1E131E.


Background Color

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

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

This div background color is #1E131E.


Border color

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

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

This div border color is #1E131E.


Opacity

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

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

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

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

This text has shadow with #1E131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E131E on black background.


Color preview on white background

This text has color #1E131E on white background.



Black color preview on #1E131E background

This text has black color on #1E131E background.


White color preview on #1E131E background

This text has white color on #1E131E background.