COLOR #011E1D

HEX: #011E1D
RGB: (1,30,29)

Color info

#011E1D contains red, green and blue colors in about the same proportion. Web safe color of #011E1D is #003333 (or #033).

RGB color model

#011E1D color RGB value is (1,30,29).

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

RGB channels and saturation

R 1 of 255 = 0%
G 30 of 255 = 12%
B 29 of 255 = 11%

1
30
29

R + G + B ~ 8%. #011E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 30 + 29 = 60 (100%)
R 1 of 60 ~ 1.67%
G 30 of 60 ~ 50%
B 29 of 60 ~ 48.33%

%50
%48.33

CMYK color model

#011E1D color CMYK value is (97,0,3,88).

  • cyan value is 96.67%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 88.24%
CMYK:
(97,0,3,88)
C97M0Y3K88 
(97%,0%,3%,88%)
(0.97/0.00/0.03/0.88)	

CMYK percentages

%96.67
%0
%3.33
%88.24

Codes

Color #011E1D in popluar color models

011E1D
RGB13029
HSL178°93.55%6.08%
HSB/HSV178°96.67%11.76%
CMYK96.67%0.00%3.33%
88.24%

Color #011E1D in popluar number systems.

HEX011E1D
Decimal13029
Binary11111011101
Octal13635

Shades and tints

Shades of #011E1D

#011E1D
(1,30,29)
#011C1B
(1,28,27)
#011A19
(1,26,25)
#011817
(1,24,23)
#011615
(1,22,21)
#011413
(1,20,19)
#011211
(1,18,17)
#01100F
(1,16,15)
#010E0D
(1,14,13)
#010C0B
(1,12,11)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #011E1D

#011E1D
(1,30,29)
#183231
(24,50,49)
#2F4645
(47,70,69)
#465A59
(70,90,89)
#5D6E6D
(93,110,109)
#748281
(116,130,129)
#8B9695
(139,150,149)
#A2AAA9
(162,170,169)
#B9BEBD
(185,190,189)
#D0D2D1
(208,210,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011E1D; }

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

This text font color is #011E1D.


Background Color

.myBgColor { background-color: #011E1D; }

<div style="background-color:#011E1D">Inner text</div>

This div background color is #011E1D.


Border color

.myBorderColor { border: 1px solid #011E1D; }

<div style="border:3px solid #011E1D">Div</div>

This div border color is #011E1D.


Opacity

.myOpacity80 { color: #011E1D; opacity: 0.8; }

<p style="color:#011E1D;opacity:0.8;">80%</p>

Text with #011E1D 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 #011E1D;}

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

This text has shadow with #011E1D color.

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

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

This text has shadow with #011E1D primary color and red secondary color.


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

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

This text has shadow with #011E1D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011E1D on black background.


Color preview on white background

This text has color #011E1D on white background.



Black color preview on #011E1D background

This text has black color on #011E1D background.


White color preview on #011E1D background

This text has white color on #011E1D background.