COLOR #1E1B29

HEX: #1E1B29
RGB: (30,27,41)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
27
41

R + G + B ~ 13%. #1E1B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 27 + 41 = 98 (100%)
R 30 of 98 ~ 30.61%
G 27 of 98 ~ 27.55%
B 41 of 98 ~ 41.84%

%30.61
%27.55
%41.84

CMYK color model

#1E1B29 color CMYK value is (27,34,0,84).

  • cyan value is 26.83%
  • magenta value is 34.15%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(27,34,0,84)
C27M34Y0K84 
(27%,34%,0%,84%)
(0.27/0.34/0.00/0.84)	

CMYK percentages

%26.83
%34.15
%0
%83.92

Codes

Color #1E1B29 in popluar color models

1E1B29
RGB302741
HSL253°20.59%13.33%
HSB/HSV253°34.15%16.08%
CMYK26.83%34.15%0.00%
83.92%

Color #1E1B29 in popluar number systems.

HEX1E1B29
Decimal302741
Binary1111011011101001
Octal363351

Shades and tints

Shades of #1E1B29

#1E1B29
(30,27,41)
#1C1926
(28,25,38)
#1A1723
(26,23,35)
#181520
(24,21,32)
#16131D
(22,19,29)
#14111A
(20,17,26)
#120F17
(18,15,23)
#100D14
(16,13,20)
#0E0B11
(14,11,17)
#0C090E
(12,9,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #1E1B29

#1E1B29
(30,27,41)
#322F3C
(50,47,60)
#46434F
(70,67,79)
#5A5762
(90,87,98)
#6E6B75
(110,107,117)
#827F88
(130,127,136)
#96939B
(150,147,155)
#AAA7AE
(170,167,174)
#BEBBC1
(190,187,193)
#D2CFD4
(210,207,212)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1B29; }

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

This text font color is #1E1B29.


Background Color

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

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

This div background color is #1E1B29.


Border color

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

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

This div border color is #1E1B29.


Opacity

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

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

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

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

This text has shadow with #1E1B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1B29 on black background.


Color preview on white background

This text has color #1E1B29 on white background.



Black color preview on #1E1B29 background

This text has black color on #1E1B29 background.


White color preview on #1E1B29 background

This text has white color on #1E1B29 background.