COLOR #290209

HEX: #290209 RGB: (41,2,9)

Color info

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

RGB color model

#290209 color RGB value is (41,2,9).

RGB: (41,2,9) (16%, 1%, 4%)

RGB channels and saturation

R 41 of 255 = 16%
G 2 of 255 = 1%
B 9 of 255 = 4%

41
2
9

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

Portions of RGB colors in percentages

R + G + B = 41 + 2 + 9 = 52 (100%)
R 41 of 52 ~ 78.85%
G 2 of 52 ~ 3.85%
B 9 of 52 ~ 17.31'%

%78.85
%17.31

CMYK color model

#290209 color CMYK value is (0,95,78,84).

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

CMYK: (0,95,78,84)
C0M95Y78K84 (0%, 95%, 78%, 84%)
(0.00 / 0.95 / 0.78 / 0.84)

CMYK percentages

%0
%95.12
%78.05
%83.92

Codes

Color #290209 in popluar color models

29 02 09
RGB 41 2 9
HSL 349° 90.70% 8.43%
HSB/HSV 349° 95.12% 16.08%
CMYK 0.00% 95.12% 78.05%
83.92%

Color #290209 in popluar number systems.

HEX 29 02 09
Decimal 41 2 9
Binary 101001 10 1001
Octal 51 2 11

Shades and tints

Shades of #290209

#290209
(41,2,9)
#260209
(38,2,9)
#230209
(35,2,9)
#200209
(32,2,9)
#1D0209
(29,2,9)
#1A0209
(26,2,9)
#170209
(23,2,9)
#140209
(20,2,9)
#110209
(17,2,9)
#0E0209
(14,2,9)
#0B0209
(11,2,9)
#000000
(0,0,0)

Tints of #290209

#290209
(41,2,9)
#3C191F
(60,25,31)
#4F3035
(79,48,53)
#62474B
(98,71,75)
#755E61
(117,94,97)
#887577
(136,117,119)
#9B8C8D
(155,140,141)
#AEA3A3
(174,163,163)
#C1BAB9
(193,186,185)
#D4D1CF
(212,209,207)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290209; }

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

This text font color is #290209.

Background Color

.myBgColor { background-color: #290209; }

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

This div background color is #290209.

Border color

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

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

This div border color is #290209.

Opacity

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

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

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

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

This text has shadow with #290209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #290209.

Preview

Color preview on black background

This text has color #290209 on black background.


Color preview on white background

This text has color #290209 on white background.


Black color preview on #290209 background

This text has black color on #290209 background.


White color preview on #290209 background

This text has white color on #290209 background.


Related colors

Complementary color

Complementary color for #hex is #D6FDF6.


I love getcolorcode.com

Triadic colors

1 #092902 and #020929 with #290209 are triadic colors.

2 #090229 and #022909 with #290209 are triadic colors.