COLOR #291113

HEX: #291113
RGB: (41,17,19)

Color info

#291113 contains red, green and blue colors in about the same proportion. Web safe color of #291113 is #330000 (or #300).

RGB color model

#291113 color RGB value is (41,17,19).

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

RGB channels and saturation

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

41
17
19

R + G + B ~ 10%. #291113 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 17 + 19 = 77 (100%)
R 41 of 77 ~ 53.25%
G 17 of 77 ~ 22.08%
B 19 of 77 ~ 24.68%

%53.25
%22.08
%24.68

CMYK color model

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

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

CMYK percentages

%0
%58.54
%53.66
%83.92

Codes

Color #291113 in popluar color models

291113
RGB411719
HSL355°41.38%11.37%
HSB/HSV355°58.54%16.08%
CMYK0.00%58.54%53.66%
83.92%

Color #291113 in popluar number systems.

HEX291113
Decimal411719
Binary1010011000110011
Octal512123

Shades and tints

Shades of #291113

#291113
(41,17,19)
#261012
(38,16,18)
#230F11
(35,15,17)
#200E10
(32,14,16)
#1D0D0F
(29,13,15)
#1A0C0E
(26,12,14)
#170B0D
(23,11,13)
#140A0C
(20,10,12)
#11090B
(17,9,11)
#0E080A
(14,8,10)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #291113

#291113
(41,17,19)
#3C2628
(60,38,40)
#4F3B3D
(79,59,61)
#625052
(98,80,82)
#756567
(117,101,103)
#887A7C
(136,122,124)
#9B8F91
(155,143,145)
#AEA4A6
(174,164,166)
#C1B9BB
(193,185,187)
#D4CED0
(212,206,208)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #291113; }

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

This text font color is #291113.


Background Color

.myBgColor { background-color: #291113; }

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

This div background color is #291113.


Border color

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

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

This div border color is #291113.


Opacity

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

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

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

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

This text has shadow with #291113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291113 on black background.


Color preview on white background

This text has color #291113 on white background.



Black color preview on #291113 background

This text has black color on #291113 background.


White color preview on #291113 background

This text has white color on #291113 background.