COLOR #290011

HEX: #290011
RGB: (41,0,17)

Color info

#290011 contains only red and blue colors. Web safe color of #290011 is #330000 (or #300).

RGB color model

#290011 color RGB value is (41,0,17).

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

RGB channels and saturation

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

41
0
17

R + G + B ~ 8%. #290011 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 0 + 17 = 58 (100%)
R 41 of 58 ~ 70.69%
G 0 of 58 ~ 0%
B 17 of 58 ~ 29.31%

%70.69
%29.31

CMYK color model

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

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

CMYK percentages

%0
%100
%58.54
%83.92

Codes

Color #290011 in popluar color models

290011
RGB41017
HSL335°100.00%8.04%
HSB/HSV335°100.00%16.08%
CMYK0.00%100.00%58.54%
83.92%

Color #290011 in popluar number systems.

HEX290011
Decimal41017
Binary101001010001
Octal51021

Shades and tints

Shades of #290011

#290011
(41,0,17)
#260010
(38,0,16)
#23000F
(35,0,15)
#20000E
(32,0,14)
#1D000D
(29,0,13)
#1A000C
(26,0,12)
#17000B
(23,0,11)
#14000A
(20,0,10)
#110009
(17,0,9)
#0E0008
(14,0,8)
#0B0007
(11,0,7)
#000000
(0,0,0)

Tints of #290011

#290011
(41,0,17)
#3C1726
(60,23,38)
#4F2E3B
(79,46,59)
#624550
(98,69,80)
#755C65
(117,92,101)
#88737A
(136,115,122)
#9B8A8F
(155,138,143)
#AEA1A4
(174,161,164)
#C1B8B9
(193,184,185)
#D4CFCE
(212,207,206)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290011; }

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

This text font color is #290011.


Background Color

.myBgColor { background-color: #290011; }

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

This div background color is #290011.


Border color

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

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

This div border color is #290011.


Opacity

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

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

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

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

This text has shadow with #290011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290011 on black background.


Color preview on white background

This text has color #290011 on white background.



Black color preview on #290011 background

This text has black color on #290011 background.


White color preview on #290011 background

This text has white color on #290011 background.