COLOR #1D291B

HEX: #1D291B
RGB: (29,41,27)

Color info

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

RGB color model

#1D291B color RGB value is (29,41,27).

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

RGB channels and saturation

R 29 of 255 = 11%
G 41 of 255 = 16%
B 27 of 255 = 11%

29
41
27

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

Portions of RGB colors in percentages

R + G + B =
29 + 41 + 27 = 97 (100%)
R 29 of 97 ~ 29.9%
G 41 of 97 ~ 42.27%
B 27 of 97 ~ 27.84%

%29.9
%42.27
%27.84

CMYK color model

#1D291B color CMYK value is (29,0,34,84).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 83.92%
CMYK:
(29,0,34,84)
C29M0Y34K84 
(29%,0%,34%,84%)
(0.29/0.00/0.34/0.84)	

CMYK percentages

%29.27
%0
%34.15
%83.92

Codes

Color #1D291B in popluar color models

1D291B
RGB294127
HSL111°20.59%13.33%
HSB/HSV111°34.15%16.08%
CMYK29.27%0.00%34.15%
83.92%

Color #1D291B in popluar number systems.

HEX1D291B
Decimal294127
Binary1110110100111011
Octal355133

Shades and tints

Shades of #1D291B

#1D291B
(29,41,27)
#1B2619
(27,38,25)
#192317
(25,35,23)
#172015
(23,32,21)
#151D13
(21,29,19)
#131A11
(19,26,17)
#11170F
(17,23,15)
#0F140D
(15,20,13)
#0D110B
(13,17,11)
#0B0E09
(11,14,9)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #1D291B

#1D291B
(29,41,27)
#313C2F
(49,60,47)
#454F43
(69,79,67)
#596257
(89,98,87)
#6D756B
(109,117,107)
#81887F
(129,136,127)
#959B93
(149,155,147)
#A9AEA7
(169,174,167)
#BDC1BB
(189,193,187)
#D1D4CF
(209,212,207)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D291B; }

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

This text font color is #1D291B.


Background Color

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

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

This div background color is #1D291B.


Border color

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

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

This div border color is #1D291B.


Opacity

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

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

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

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

This text has shadow with #1D291B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D291B on black background.


Color preview on white background

This text has color #1D291B on white background.



Black color preview on #1D291B background

This text has black color on #1D291B background.


White color preview on #1D291B background

This text has white color on #1D291B background.