COLOR #1E121B

HEX: #1E121B RGB: (30,18,27)

Color info

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

RGB color model

#1E121B color RGB value is (30,18,27).

RGB: (30,18,27) (12%, 7%, 11%)

RGB channels and saturation

R 30 of 255 = 12%
G 18 of 255 = 7%
B 27 of 255 = 11%

30
18
27

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

Portions of RGB colors in percentages

R + G + B = 30 + 18 + 27 = 75 (100%)
R 30 of 75 ~ 40%
G 18 of 75 ~ 24%
B 27 of 75 ~ 36'%

%40
%24
%36

CMYK color model

#1E121B color CMYK value is (0,40,10,88).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 10.00%
  • key color value is 88.24%

CMYK: (0,40,10,88)
C0M40Y10K88 (0%, 40%, 10%, 88%)
(0.00 / 0.40 / 0.10 / 0.88)

CMYK percentages

%0
%40
%10
%88.24

Codes

Color #1E121B in popluar color models

1E 12 1B
RGB 30 18 27
HSL 315° 25.00% 9.41%
HSB/HSV 315° 40.00% 11.76%
CMYK 0.00% 40.00% 10.00%
88.24%

Color #1E121B in popluar number systems.

HEX 1E 12 1B
Decimal 30 18 27
Binary 11110 10010 11011
Octal 36 22 33

Shades and tints

Shades of #1E121B

#1E121B
(30,18,27)
#1C1119
(28,17,25)
#1A1017
(26,16,23)
#180F15
(24,15,21)
#160E13
(22,14,19)
#140D11
(20,13,17)
#120C0F
(18,12,15)
#100B0D
(16,11,13)
#0E0A0B
(14,10,11)
#0C0909
(12,9,9)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #1E121B

#1E121B
(30,18,27)
#32272F
(50,39,47)
#463C43
(70,60,67)
#5A5157
(90,81,87)
#6E666B
(110,102,107)
#827B7F
(130,123,127)
#969093
(150,144,147)
#AAA5A7
(170,165,167)
#BEBABB
(190,186,187)
#D2CFCF
(210,207,207)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E121B; }

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

This text font color is #1E121B.

Background Color

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

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

This div background color is #1E121B.

Border color

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

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

This div border color is #1E121B.

Opacity

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

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

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

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

This text has shadow with #1E121B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E121B.

Preview

Color preview on black background

This text has color #1E121B on black background.


Color preview on white background

This text has color #1E121B on white background.


Black color preview on #1E121B background

This text has black color on #1E121B background.


White color preview on #1E121B background

This text has white color on #1E121B background.


Related colors

Complementary color

Complementary color for #hex is #E1EDE4.


I love getcolorcode.com

Triadic colors

1 #1B1E12 and #121B1E with #1E121B are triadic colors.

2 #1B121E and #121E1B with #1E121B are triadic colors.