COLOR #29111C

HEX: #29111C RGB: (41,17,28)

Color info

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

RGB color model

#29111C color RGB value is (41,17,28).

RGB: (41,17,28) (16%, 7%, 11%)

RGB channels and saturation

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

41
17
28

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

Portions of RGB colors in percentages

R + G + B = 41 + 17 + 28 = 86 (100%)
R 41 of 86 ~ 47.67%
G 17 of 86 ~ 19.77%
B 28 of 86 ~ 32.56'%

%47.67
%19.77
%32.56

CMYK color model

#29111C color CMYK value is (0,59,32,84).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 31.71%
  • key color value is 83.92%

CMYK: (0,59,32,84)
C0M59Y32K84 (0%, 59%, 32%, 84%)
(0.00 / 0.59 / 0.32 / 0.84)

CMYK percentages

%0
%58.54
%31.71
%83.92

Codes

Color #29111C in popluar color models

29 11 1C
RGB 41 17 28
HSL 333° 41.38% 11.37%
HSB/HSV 333° 58.54% 16.08%
CMYK 0.00% 58.54% 31.71%
83.92%

Color #29111C in popluar number systems.

HEX 29 11 1C
Decimal 41 17 28
Binary 101001 10001 11100
Octal 51 21 34

Shades and tints

Shades of #29111C

#29111C
(41,17,28)
#26101A
(38,16,26)
#230F18
(35,15,24)
#200E16
(32,14,22)
#1D0D14
(29,13,20)
#1A0C12
(26,12,18)
#170B10
(23,11,16)
#140A0E
(20,10,14)
#11090C
(17,9,12)
#0E080A
(14,8,10)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #29111C

#29111C
(41,17,28)
#3C2630
(60,38,48)
#4F3B44
(79,59,68)
#625058
(98,80,88)
#75656C
(117,101,108)
#887A80
(136,122,128)
#9B8F94
(155,143,148)
#AEA4A8
(174,164,168)
#C1B9BC
(193,185,188)
#D4CED0
(212,206,208)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29111C; }

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

This text font color is #29111C.

Background Color

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

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

This div background color is #29111C.

Border color

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

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

This div border color is #29111C.

Opacity

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

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

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

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

This text has shadow with #29111C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29111C.

Preview

Color preview on black background

This text has color #29111C on black background.


Color preview on white background

This text has color #29111C on white background.


Black color preview on #29111C background

This text has black color on #29111C background.


White color preview on #29111C background

This text has white color on #29111C background.


Related colors

Complementary color

Complementary color for #hex is #D6EEE3.


I love getcolorcode.com

Triadic colors

1 #1C2911 and #111C29 with #29111C are triadic colors.

2 #1C1129 and #11291C with #29111C are triadic colors.