COLOR #1E121A

HEX: #1E121A RGB: (30,18,26)

Color info

#1E121A contains red, green and blue colors in about the same proportion. Web safe color of #1E121A is #330000 (or #300).

RGB color model

#1E121A color RGB value is (30,18,26).

RGB: (30,18,26) (12%, 7%, 10%)

RGB channels and saturation

R 30 of 255 = 12%
G 18 of 255 = 7%
B 26 of 255 = 10%

30
18
26

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

Portions of RGB colors in percentages

R + G + B = 30 + 18 + 26 = 74 (100%)
R 30 of 74 ~ 40.54%
G 18 of 74 ~ 24.32%
B 26 of 74 ~ 35.14'%

%40.54
%24.32
%35.14

CMYK color model

#1E121A color CMYK value is (0,40,13,88).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 13.33%
  • key color value is 88.24%
CMYK: (0,40,13,88) C0M40Y13K88 (0%,40%,13%,88%) (0.00/0.40/0.13/0.88) 

CMYK percentages

%0
%40
%13.33
%88.24

Codes

Color #1E121A in popluar color models

1E 12 1A
RGB 30 18 26
HSL 320° 25.00% 9.41%
HSB/HSV 320° 40.00% 11.76%
CMYK 0.00% 40.00% 13.33%
88.24%

Color #1E121A in popluar number systems.

HEX 1E 12 1A
Decimal 30 18 26
Binary 11110 10010 11010
Octal 36 22 32

Shades and tints

Shades of #1E121A

#1E121A
(30,18,26)
#1C1118
(28,17,24)
#1A1016
(26,16,22)
#180F14
(24,15,20)
#160E12
(22,14,18)
#140D10
(20,13,16)
#120C0E
(18,12,14)
#100B0C
(16,11,12)
#0E0A0A
(14,10,10)
#0C0908
(12,9,8)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #1E121A

#1E121A
(30,18,26)
#32272E
(50,39,46)
#463C42
(70,60,66)
#5A5156
(90,81,86)
#6E666A
(110,102,106)
#827B7E
(130,123,126)
#969092
(150,144,146)
#AAA5A6
(170,165,166)
#BEBABA
(190,186,186)
#D2CFCE
(210,207,206)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E121A; }

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

This text font color is #1E121A.

Background Color

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

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

This div background color is #1E121A.

Border color

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

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

This div border color is #1E121A.

Opacity

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

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

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

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

This text has shadow with #1E121A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E121A.

Preview

Color preview on black background

This text has color #1E121A on black background.


Color preview on white background

This text has color #1E121A on white background.


Black color preview on #1E121A background

This text has black color on #1E121A background.


White color preview on #1E121A background

This text has white color on #1E121A background.


Related colors

Complementary color

Complementary color for #hex is #E1EDE5.


I love getcolorcode.com

Triadic colors

1 #1A1E12 and #121A1E with #1E121A are triadic colors.

2 #1A121E and #121E1A with #1E121A are triadic colors.