COLOR #291129

HEX: #291129
RGB: (41,17,41)

Color info

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

RGB color model

#291129 color RGB value is (41,17,41).

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

RGB channels and saturation

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

41
17
41

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

Portions of RGB colors in percentages

R + G + B =
41 + 17 + 41 = 99 (100%)
R 41 of 99 ~ 41.41%
G 17 of 99 ~ 17.17%
B 41 of 99 ~ 41.41%

%41.41
%17.17
%41.41

CMYK color model

#291129 color CMYK value is (0,59,0,84).

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

CMYK percentages

%0
%58.54
%0
%83.92

Codes

Color #291129 in popluar color models

291129
RGB411741
HSL300°41.38%11.37%
HSB/HSV300°58.54%16.08%
CMYK0.00%58.54%0.00%
83.92%

Color #291129 in popluar number systems.

HEX291129
Decimal411741
Binary10100110001101001
Octal512151

Shades and tints

Shades of #291129

#291129
(41,17,41)
#261026
(38,16,38)
#230F23
(35,15,35)
#200E20
(32,14,32)
#1D0D1D
(29,13,29)
#1A0C1A
(26,12,26)
#170B17
(23,11,23)
#140A14
(20,10,20)
#110911
(17,9,17)
#0E080E
(14,8,14)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #291129

#291129
(41,17,41)
#3C263C
(60,38,60)
#4F3B4F
(79,59,79)
#625062
(98,80,98)
#756575
(117,101,117)
#887A88
(136,122,136)
#9B8F9B
(155,143,155)
#AEA4AE
(174,164,174)
#C1B9C1
(193,185,193)
#D4CED4
(212,206,212)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #291129; }

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

This text font color is #291129.


Background Color

.myBgColor { background-color: #291129; }

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

This div background color is #291129.


Border color

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

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

This div border color is #291129.


Opacity

.myOpacity80 { color: #291129; opacity: 0.8; }

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

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

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

This text has shadow with #291129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291129 on black background.


Color preview on white background

This text has color #291129 on white background.



Black color preview on #291129 background

This text has black color on #291129 background.


White color preview on #291129 background

This text has white color on #291129 background.