COLOR #29191D

HEX: #29191D
RGB: (41,25,29)

Color info

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

RGB color model

#29191D color RGB value is (41,25,29).

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

RGB channels and saturation

R 41 of 255 = 16%
G 25 of 255 = 10%
B 29 of 255 = 11%

41
25
29

R + G + B ~ 12%. #29191D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 25 + 29 = 95 (100%)
R 41 of 95 ~ 43.16%
G 25 of 95 ~ 26.32%
B 29 of 95 ~ 30.53%

%43.16
%26.32
%30.53

CMYK color model

#29191D color CMYK value is (0,39,29,84).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 29.27%
  • key color value is 83.92%
CMYK:
(0,39,29,84)
C0M39Y29K84 
(0%,39%,29%,84%)
(0.00/0.39/0.29/0.84)	

CMYK percentages

%0
%39.02
%29.27
%83.92

Codes

Color #29191D in popluar color models

29191D
RGB412529
HSL345°24.24%12.94%
HSB/HSV345°39.02%16.08%
CMYK0.00%39.02%29.27%
83.92%

Color #29191D in popluar number systems.

HEX29191D
Decimal412529
Binary1010011100111101
Octal513135

Shades and tints

Shades of #29191D

#29191D
(41,25,29)
#26171B
(38,23,27)
#231519
(35,21,25)
#201317
(32,19,23)
#1D1115
(29,17,21)
#1A0F13
(26,15,19)
#170D11
(23,13,17)
#140B0F
(20,11,15)
#11090D
(17,9,13)
#0E070B
(14,7,11)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #29191D

#29191D
(41,25,29)
#3C2D31
(60,45,49)
#4F4145
(79,65,69)
#625559
(98,85,89)
#75696D
(117,105,109)
#887D81
(136,125,129)
#9B9195
(155,145,149)
#AEA5A9
(174,165,169)
#C1B9BD
(193,185,189)
#D4CDD1
(212,205,209)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29191D color. Also use rgb(41,25,29) instead hex code.

Text Font Color

.myTextColor { color: #29191D; }

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

This text font color is #29191D.


Background Color

.myBgColor { background-color: #29191D; }

<div style="background-color:#29191D">Inner text</div>

This div background color is #29191D.


Border color

.myBorderColor { border: 1px solid #29191D; }

<div style="border:3px solid #29191D">Div</div>

This div border color is #29191D.


Opacity

.myOpacity80 { color: #29191D; opacity: 0.8; }

<p style="color:#29191D;opacity:0.8;">80%</p>

Text with #29191D 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 #29191D;}

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

This text has shadow with #29191D color.

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

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

This text has shadow with #29191D primary color and red secondary color.


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

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

This text has shadow with #29191D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29191D on black background.


Color preview on white background

This text has color #29191D on white background.



Black color preview on #29191D background

This text has black color on #29191D background.


White color preview on #29191D background

This text has white color on #29191D background.