COLOR #1E1B1B

HEX: #1E1B1B
RGB: (30,27,27)

Color info

#1E1B1B contains red, green and blue colors in about the same proportion. Web safe color of #1E1B1B is #333333 (or #333).

RGB color model

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

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

RGB channels and saturation

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

30
27
27

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

Portions of RGB colors in percentages

R + G + B =
30 + 27 + 27 = 84 (100%)
R 30 of 84 ~ 35.71%
G 27 of 84 ~ 32.14%
B 27 of 84 ~ 32.14%

%35.71
%32.14
%32.14

CMYK color model

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

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

CMYK percentages

%0
%10
%10
%88.24

Codes

Color #1E1B1B in popluar color models

1E1B1B
RGB302727
HSL5.26%11.18%
HSB/HSV10.00%11.76%
CMYK0.00%10.00%10.00%
88.24%

Color #1E1B1B in popluar number systems.

HEX1E1B1B
Decimal302727
Binary111101101111011
Octal363333

Shades and tints

Shades of #1E1B1B

#1E1B1B
(30,27,27)
#1C1919
(28,25,25)
#1A1717
(26,23,23)
#181515
(24,21,21)
#161313
(22,19,19)
#141111
(20,17,17)
#120F0F
(18,15,15)
#100D0D
(16,13,13)
#0E0B0B
(14,11,11)
#0C0909
(12,9,9)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #1E1B1B

#1E1B1B
(30,27,27)
#322F2F
(50,47,47)
#464343
(70,67,67)
#5A5757
(90,87,87)
#6E6B6B
(110,107,107)
#827F7F
(130,127,127)
#969393
(150,147,147)
#AAA7A7
(170,167,167)
#BEBBBB
(190,187,187)
#D2CFCF
(210,207,207)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1B1B; }

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

This text font color is #1E1B1B.


Background Color

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

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

This div background color is #1E1B1B.


Border color

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

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

This div border color is #1E1B1B.


Opacity

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

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

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

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

This text has shadow with #1E1B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1B1B on black background.


Color preview on white background

This text has color #1E1B1B on white background.



Black color preview on #1E1B1B background

This text has black color on #1E1B1B background.


White color preview on #1E1B1B background

This text has white color on #1E1B1B background.