COLOR #29020D

HEX: #29020D RGB: (41,2,13)

Color info

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

RGB color model

#29020D color RGB value is (41,2,13).

RGB: (41,2,13) (16%, 1%, 5%)

RGB channels and saturation

R 41 of 255 = 16%
G 2 of 255 = 1%
B 13 of 255 = 5%

41
2
13

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

Portions of RGB colors in percentages

R + G + B = 41 + 2 + 13 = 56 (100%)
R 41 of 56 ~ 73.21%
G 2 of 56 ~ 3.57%
B 13 of 56 ~ 23.21'%

%73.21
%23.21

CMYK color model

#29020D color CMYK value is (0,95,68,84).

  • cyan value is 0.00%
  • magenta value is 95.12%
  • yellow value is 68.29%
  • key color value is 83.92%

CMYK: (0,95,68,84)
C0M95Y68K84 (0%, 95%, 68%, 84%)
(0.00 / 0.95 / 0.68 / 0.84)

CMYK percentages

%0
%95.12
%68.29
%83.92

Codes

Color #29020D in popluar color models

29 02 0D
RGB 41 2 13
HSL 343° 90.70% 8.43%
HSB/HSV 343° 95.12% 16.08%
CMYK 0.00% 95.12% 68.29%
83.92%

Color #29020D in popluar number systems.

HEX 29 02 0D
Decimal 41 2 13
Binary 101001 10 1101
Octal 51 2 15

Shades and tints

Shades of #29020D

#29020D
(41,2,13)
#26020C
(38,2,12)
#23020B
(35,2,11)
#20020A
(32,2,10)
#1D0209
(29,2,9)
#1A0208
(26,2,8)
#170207
(23,2,7)
#140206
(20,2,6)
#110205
(17,2,5)
#0E0204
(14,2,4)
#0B0203
(11,2,3)
#000000
(0,0,0)

Tints of #29020D

#29020D
(41,2,13)
#3C1923
(60,25,35)
#4F3039
(79,48,57)
#62474F
(98,71,79)
#755E65
(117,94,101)
#88757B
(136,117,123)
#9B8C91
(155,140,145)
#AEA3A7
(174,163,167)
#C1BABD
(193,186,189)
#D4D1D3
(212,209,211)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29020D color. Also use rgb(41,2,13) instead hex code.

Text Font Color

.myTextColor { color: #29020D; }

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

This text font color is #29020D.

Background Color

.myBgColor { background-color: #29020D; }

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

This div background color is #29020D.

Border color

.myBorderColor { border: 1px solid #29020D; }

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

This div border color is #29020D.

Opacity

.myOpacity80 { color: #29020D; opacity: 0.8; }

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

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

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

This text has shadow with #29020D color.


.textShadow {text-shadow: 3px 3px 1px #29020D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #29020D; -webkit-box-shadow: 1px 1px 3px 2px #29020D; box-shadow:1px 1px 3px 2px #29020D;">
Div content here
</div>

This div box has shadow with color #29020D.

Preview

Color preview on black background

This text has color #29020D on black background.


Color preview on white background

This text has color #29020D on white background.


Black color preview on #29020D background

This text has black color on #29020D background.


White color preview on #29020D background

This text has white color on #29020D background.


Related colors

Complementary color

Complementary color for #hex is #D6FDF2.


I love getcolorcode.com

Triadic colors

1 #0D2902 and #020D29 with #29020D are triadic colors.

2 #0D0229 and #02290D with #29020D are triadic colors.