COLOR #29030B

HEX: #29030B
RGB: (41,3,11)

Color info

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

RGB color model

#29030B color RGB value is (41,3,11).

  • red value is 41;
  • green value is 3;
  • blue value is 11.
RGB:
(41,3,11)
(16%,1%,4%)

RGB channels and saturation

R 41 of 255 = 16%
G 3 of 255 = 1%
B 11 of 255 = 4%

41
3
11

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

Portions of RGB colors in percentages

R + G + B =
41 + 3 + 11 = 55 (100%)
R 41 of 55 ~ 74.55%
G 3 of 55 ~ 5.45%
B 11 of 55 ~ 20%

%74.55
%20

CMYK color model

#29030B color CMYK value is (0,93,73,84).

  • cyan value is 0.00%
  • magenta value is 92.68%
  • yellow value is 73.17%
  • key color value is 83.92%
CMYK:
(0,93,73,84)
C0M93Y73K84 
(0%,93%,73%,84%)
(0.00/0.93/0.73/0.84)	

CMYK percentages

%0
%92.68
%73.17
%83.92

Codes

Color #29030B in popluar color models

29030B
RGB41311
HSL347°86.36%8.63%
HSB/HSV347°92.68%16.08%
CMYK0.00%92.68%73.17%
83.92%

Color #29030B in popluar number systems.

HEX29030B
Decimal41311
Binary101001111011
Octal51313

Shades and tints

Shades of #29030B

#29030B
(41,3,11)
#26030A
(38,3,10)
#230309
(35,3,9)
#200308
(32,3,8)
#1D0307
(29,3,7)
#1A0306
(26,3,6)
#170305
(23,3,5)
#140304
(20,3,4)
#110303
(17,3,3)
#0E0302
(14,3,2)
#0B0301
(11,3,1)
#000000
(0,0,0)

Tints of #29030B

#29030B
(41,3,11)
#3C1921
(60,25,33)
#4F2F37
(79,47,55)
#62454D
(98,69,77)
#755B63
(117,91,99)
#887179
(136,113,121)
#9B878F
(155,135,143)
#AE9DA5
(174,157,165)
#C1B3BB
(193,179,187)
#D4C9D1
(212,201,209)
#E7DFE7
(231,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29030B color. Also use rgb(41,3,11) instead hex code.

Text Font Color

.myTextColor { color: #29030B; }

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

This text font color is #29030B.


Background Color

.myBgColor { background-color: #29030B; }

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

This div background color is #29030B.


Border color

.myBorderColor { border: 1px solid #29030B; }

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

This div border color is #29030B.


Opacity

.myOpacity80 { color: #29030B; opacity: 0.8; }

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

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

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

This text has shadow with #29030B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29030B on black background.


Color preview on white background

This text has color #29030B on white background.



Black color preview on #29030B background

This text has black color on #29030B background.


White color preview on #29030B background

This text has white color on #29030B background.