COLOR #1E141B

HEX: #1E141B
RGB: (30,20,27)

Color info

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

RGB color model

#1E141B color RGB value is (30,20,27).

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

RGB channels and saturation

R 30 of 255 = 12%
G 20 of 255 = 8%
B 27 of 255 = 11%

30
20
27

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

Portions of RGB colors in percentages

R + G + B =
30 + 20 + 27 = 77 (100%)
R 30 of 77 ~ 38.96%
G 20 of 77 ~ 25.97%
B 27 of 77 ~ 35.06%

%38.96
%25.97
%35.06

CMYK color model

#1E141B color CMYK value is (0,33,10,88).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 10.00%
  • key color value is 88.24%
CMYK:
(0,33,10,88)
C0M33Y10K88 
(0%,33%,10%,88%)
(0.00/0.33/0.10/0.88)	

CMYK percentages

%0
%33.33
%10
%88.24

Codes

Color #1E141B in popluar color models

1E141B
RGB302027
HSL318°20.00%9.80%
HSB/HSV318°33.33%11.76%
CMYK0.00%33.33%10.00%
88.24%

Color #1E141B in popluar number systems.

HEX1E141B
Decimal302027
Binary111101010011011
Octal362433

Shades and tints

Shades of #1E141B

#1E141B
(30,20,27)
#1C1319
(28,19,25)
#1A1217
(26,18,23)
#181115
(24,17,21)
#161013
(22,16,19)
#140F11
(20,15,17)
#120E0F
(18,14,15)
#100D0D
(16,13,13)
#0E0C0B
(14,12,11)
#0C0B09
(12,11,9)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #1E141B

#1E141B
(30,20,27)
#32292F
(50,41,47)
#463E43
(70,62,67)
#5A5357
(90,83,87)
#6E686B
(110,104,107)
#827D7F
(130,125,127)
#969293
(150,146,147)
#AAA7A7
(170,167,167)
#BEBCBB
(190,188,187)
#D2D1CF
(210,209,207)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E141B; }

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

This text font color is #1E141B.


Background Color

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

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

This div background color is #1E141B.


Border color

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

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

This div border color is #1E141B.


Opacity

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

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

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

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

This text has shadow with #1E141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E141B on black background.


Color preview on white background

This text has color #1E141B on white background.



Black color preview on #1E141B background

This text has black color on #1E141B background.


White color preview on #1E141B background

This text has white color on #1E141B background.