COLOR #1E0B1E

HEX: #1E0B1E
RGB: (30,11,30)

Color info

#1E0B1E contains red, green and blue colors in about the same proportion. Web safe color of #1E0B1E is #330033 (or #303).

RGB color model

#1E0B1E color RGB value is (30,11,30).

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

RGB channels and saturation

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

30
11
30

R + G + B ~ 9%. #1E0B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 11 + 30 = 71 (100%)
R 30 of 71 ~ 42.25%
G 11 of 71 ~ 15.49%
B 30 of 71 ~ 42.25%

%42.25
%15.49
%42.25

CMYK color model

#1E0B1E color CMYK value is (0,63,0,88).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(0,63,0,88)
C0M63Y0K88 
(0%,63%,0%,88%)
(0.00/0.63/0.00/0.88)	

CMYK percentages

%0
%63.33
%0
%88.24

Codes

Color #1E0B1E in popluar color models

1E0B1E
RGB301130
HSL300°46.34%8.04%
HSB/HSV300°63.33%11.76%
CMYK0.00%63.33%0.00%
88.24%

Color #1E0B1E in popluar number systems.

HEX1E0B1E
Decimal301130
Binary11110101111110
Octal361336

Shades and tints

Shades of #1E0B1E

#1E0B1E
(30,11,30)
#1C0A1C
(28,10,28)
#1A091A
(26,9,26)
#180818
(24,8,24)
#160716
(22,7,22)
#140614
(20,6,20)
#120512
(18,5,18)
#100410
(16,4,16)
#0E030E
(14,3,14)
#0C020C
(12,2,12)
#0A010A
(10,1,10)
#000000
(0,0,0)

Tints of #1E0B1E

#1E0B1E
(30,11,30)
#322132
(50,33,50)
#463746
(70,55,70)
#5A4D5A
(90,77,90)
#6E636E
(110,99,110)
#827982
(130,121,130)
#968F96
(150,143,150)
#AAA5AA
(170,165,170)
#BEBBBE
(190,187,190)
#D2D1D2
(210,209,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E0B1E; }

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

This text font color is #1E0B1E.


Background Color

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

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

This div background color is #1E0B1E.


Border color

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

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

This div border color is #1E0B1E.


Opacity

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

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

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

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

This text has shadow with #1E0B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E0B1E on black background.


Color preview on white background

This text has color #1E0B1E on white background.



Black color preview on #1E0B1E background

This text has black color on #1E0B1E background.


White color preview on #1E0B1E background

This text has white color on #1E0B1E background.