COLOR #1E191A

HEX: #1E191A RGB: (30,25,26)

Color info

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

RGB color model

#1E191A color RGB value is (30,25,26).

RGB: (30,25,26) (12%, 10%, 10%)

RGB channels and saturation

R 30 of 255 = 12%
G 25 of 255 = 10%
B 26 of 255 = 10%

30
25
26

R + G + B ~ 11%. #1E191A is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 25 + 26 = 81 (100%)
R 30 of 81 ~ 37.04%
G 25 of 81 ~ 30.86%
B 26 of 81 ~ 32.1'%

%37.04
%30.86
%32.1

CMYK color model

#1E191A color CMYK value is (0,17,13,88).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 13.33%
  • key color value is 88.24%
CMYK: (0,17,13,88) C0M17Y13K88 (0%,17%,13%,88%) (0.00/0.17/0.13/0.88) 

CMYK percentages

%0
%16.67
%13.33
%88.24

Codes

Color #1E191A in popluar color models

1E 19 1A
RGB 30 25 26
HSL 348° 9.09% 10.78%
HSB/HSV 348° 16.67% 11.76%
CMYK 0.00% 16.67% 13.33%
88.24%

Color #1E191A in popluar number systems.

HEX 1E 19 1A
Decimal 30 25 26
Binary 11110 11001 11010
Octal 36 31 32

Shades and tints

Shades of #1E191A

#1E191A
(30,25,26)
#1C1718
(28,23,24)
#1A1516
(26,21,22)
#181314
(24,19,20)
#161112
(22,17,18)
#140F10
(20,15,16)
#120D0E
(18,13,14)
#100B0C
(16,11,12)
#0E090A
(14,9,10)
#0C0708
(12,7,8)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #1E191A

#1E191A
(30,25,26)
#322D2E
(50,45,46)
#464142
(70,65,66)
#5A5556
(90,85,86)
#6E696A
(110,105,106)
#827D7E
(130,125,126)
#969192
(150,145,146)
#AAA5A6
(170,165,166)
#BEB9BA
(190,185,186)
#D2CDCE
(210,205,206)
#E6E1E2
(230,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E191A; }

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

This text font color is #1E191A.

Background Color

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

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

This div background color is #1E191A.

Border color

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

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

This div border color is #1E191A.

Opacity

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

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

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

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

This text has shadow with #1E191A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E191A.

Preview

Color preview on black background

This text has color #1E191A on black background.


Color preview on white background

This text has color #1E191A on white background.


Black color preview on #1E191A background

This text has black color on #1E191A background.


White color preview on #1E191A background

This text has white color on #1E191A background.


Related colors

Complementary color

Complementary color for #hex is #E1E6E5.


I love getcolorcode.com

Triadic colors

1 #1A1E19 and #191A1E with #1E191A are triadic colors.

2 #1A191E and #191E1A with #1E191A are triadic colors.