COLOR #29000C

HEX: #29000C
RGB: (41,0,12)

Color info

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

RGB color model

#29000C color RGB value is (41,0,12).

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

RGB channels and saturation

R 41 of 255 = 16%
G 0 of 255 = 0%
B 12 of 255 = 5%

41
0
12

R + G + B ~ 7%. #29000C is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 0 + 12 = 53 (100%)
R 41 of 53 ~ 77.36%
G 0 of 53 ~ 0%
B 12 of 53 ~ 22.64%

%77.36
%22.64

CMYK color model

#29000C color CMYK value is (0,100,71,84).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 70.73%
  • key color value is 83.92%
CMYK:
(0,100,71,84)
C0M100Y71K84 
(0%,100%,71%,84%)
(0.00/1.00/0.71/0.84)	

CMYK percentages

%0
%100
%70.73
%83.92

Codes

Color #29000C in popluar color models

29000C
RGB41012
HSL342°100.00%8.04%
HSB/HSV342°100.00%16.08%
CMYK0.00%100.00%70.73%
83.92%

Color #29000C in popluar number systems.

HEX29000C
Decimal41012
Binary10100101100
Octal51014

Shades and tints

Shades of #29000C

#29000C
(41,0,12)
#26000B
(38,0,11)
#23000A
(35,0,10)
#200009
(32,0,9)
#1D0008
(29,0,8)
#1A0007
(26,0,7)
#170006
(23,0,6)
#140005
(20,0,5)
#110004
(17,0,4)
#0E0003
(14,0,3)
#0B0002
(11,0,2)
#000000
(0,0,0)

Tints of #29000C

#29000C
(41,0,12)
#3C1722
(60,23,34)
#4F2E38
(79,46,56)
#62454E
(98,69,78)
#755C64
(117,92,100)
#88737A
(136,115,122)
#9B8A90
(155,138,144)
#AEA1A6
(174,161,166)
#C1B8BC
(193,184,188)
#D4CFD2
(212,207,210)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29000C; }

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

This text font color is #29000C.


Background Color

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

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

This div background color is #29000C.


Border color

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

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

This div border color is #29000C.


Opacity

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

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

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

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

This text has shadow with #29000C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29000C on black background.


Color preview on white background

This text has color #29000C on white background.



Black color preview on #29000C background

This text has black color on #29000C background.


White color preview on #29000C background

This text has white color on #29000C background.