COLOR #1E1B19

HEX: #1E1B19 RGB: (30,27,25)

Color info

#1E1B19 contains red, green and blue colors in about the same proportion. Web safe color of #1E1B19 is #333300 (or #330).

RGB color model

#1E1B19 color RGB value is (30,27,25).

RGB: (30,27,25) (12%, 11%, 10%)

RGB channels and saturation

R 30 of 255 = 12%
G 27 of 255 = 11%
B 25 of 255 = 10%

30
27
25

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

Portions of RGB colors in percentages

R + G + B = 30 + 27 + 25 = 82 (100%)
R 30 of 82 ~ 36.59%
G 27 of 82 ~ 32.93%
B 25 of 82 ~ 30.49'%

%36.59
%32.93
%30.49

CMYK color model

#1E1B19 color CMYK value is (0,10,17,88).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 16.67%
  • key color value is 88.24%
CMYK: (0,10,17,88) C0M10Y17K88 (0%,10%,17%,88%) (0.00/0.10/0.17/0.88) 

CMYK percentages

%0
%10
%16.67
%88.24

Codes

Color #1E1B19 in popluar color models

1E 1B 19
RGB 30 27 25
HSL 24° 9.09% 10.78%
HSB/HSV 24° 16.67% 11.76%
CMYK 0.00% 10.00% 16.67%
88.24%

Color #1E1B19 in popluar number systems.

HEX 1E 1B 19
Decimal 30 27 25
Binary 11110 11011 11001
Octal 36 33 31

Shades and tints

Shades of #1E1B19

#1E1B19
(30,27,25)
#1C1917
(28,25,23)
#1A1715
(26,23,21)
#181513
(24,21,19)
#161311
(22,19,17)
#14110F
(20,17,15)
#120F0D
(18,15,13)
#100D0B
(16,13,11)
#0E0B09
(14,11,9)
#0C0907
(12,9,7)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #1E1B19

#1E1B19
(30,27,25)
#322F2D
(50,47,45)
#464341
(70,67,65)
#5A5755
(90,87,85)
#6E6B69
(110,107,105)
#827F7D
(130,127,125)
#969391
(150,147,145)
#AAA7A5
(170,167,165)
#BEBBB9
(190,187,185)
#D2CFCD
(210,207,205)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1B19; }

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

This text font color is #1E1B19.

Background Color

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

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

This div background color is #1E1B19.

Border color

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

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

This div border color is #1E1B19.

Opacity

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

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

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

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

This text has shadow with #1E1B19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E1B19.

Preview

Color preview on black background

This text has color #1E1B19 on black background.


Color preview on white background

This text has color #1E1B19 on white background.


Black color preview on #1E1B19 background

This text has black color on #1E1B19 background.


White color preview on #1E1B19 background

This text has white color on #1E1B19 background.


Related colors

Complementary color

Complementary color for #hex is #E1E4E6.


I love getcolorcode.com

Triadic colors

1 #191E1B and #1B191E with #1E1B19 are triadic colors.

2 #191B1E and #1B1E19 with #1E1B19 are triadic colors.