COLOR #29111B

HEX: #29111B
RGB: (41,17,27)

Color info

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

RGB color model

#29111B color RGB value is (41,17,27).

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

RGB channels and saturation

R 41 of 255 = 16%
G 17 of 255 = 7%
B 27 of 255 = 11%

41
17
27

R + G + B ~ 11%. #29111B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 17 + 27 = 85 (100%)
R 41 of 85 ~ 48.24%
G 17 of 85 ~ 20%
B 27 of 85 ~ 31.76%

%48.24
%20
%31.76

CMYK color model

#29111B color CMYK value is (0,59,34,84).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 34.15%
  • key color value is 83.92%
CMYK:
(0,59,34,84)
C0M59Y34K84 
(0%,59%,34%,84%)
(0.00/0.59/0.34/0.84)	

CMYK percentages

%0
%58.54
%34.15
%83.92

Codes

Color #29111B in popluar color models

29111B
RGB411727
HSL335°41.38%11.37%
HSB/HSV335°58.54%16.08%
CMYK0.00%58.54%34.15%
83.92%

Color #29111B in popluar number systems.

HEX29111B
Decimal411727
Binary1010011000111011
Octal512133

Shades and tints

Shades of #29111B

#29111B
(41,17,27)
#261019
(38,16,25)
#230F17
(35,15,23)
#200E15
(32,14,21)
#1D0D13
(29,13,19)
#1A0C11
(26,12,17)
#170B0F
(23,11,15)
#140A0D
(20,10,13)
#11090B
(17,9,11)
#0E0809
(14,8,9)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #29111B

#29111B
(41,17,27)
#3C262F
(60,38,47)
#4F3B43
(79,59,67)
#625057
(98,80,87)
#75656B
(117,101,107)
#887A7F
(136,122,127)
#9B8F93
(155,143,147)
#AEA4A7
(174,164,167)
#C1B9BB
(193,185,187)
#D4CECF
(212,206,207)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29111B color. Also use rgb(41,17,27) instead hex code.

Text Font Color

.myTextColor { color: #29111B; }

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

This text font color is #29111B.


Background Color

.myBgColor { background-color: #29111B; }

<div style="background-color:#29111B">Inner text</div>

This div background color is #29111B.


Border color

.myBorderColor { border: 1px solid #29111B; }

<div style="border:3px solid #29111B">Div</div>

This div border color is #29111B.


Opacity

.myOpacity80 { color: #29111B; opacity: 0.8; }

<p style="color:#29111B;opacity:0.8;">80%</p>

Text with #29111B 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 #29111B;}

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

This text has shadow with #29111B color.

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

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

This text has shadow with #29111B primary color and red secondary color.


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

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

This text has shadow with #29111B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29111B on black background.


Color preview on white background

This text has color #29111B on white background.



Black color preview on #29111B background

This text has black color on #29111B background.


White color preview on #29111B background

This text has white color on #29111B background.