COLOR #290D0D

HEX: #290D0D RGB: (41,13,13)

Color info

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

RGB color model

#290D0D color RGB value is (41,13,13).

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

RGB channels and saturation

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

41
13
13

R + G + B ~ 9%. #290D0D is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 13 + 13 = 67 (100%)
R 41 of 67 ~ 61.19%
G 13 of 67 ~ 19.4%
B 13 of 67 ~ 19.4'%

%61.19
%19.4
%19.4

CMYK color model

#290D0D color CMYK value is (0,68,68,84).

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

CMYK: (0,68,68,84)
C0M68Y68K84 (0%, 68%, 68%, 84%)
(0.00 / 0.68 / 0.68 / 0.84)

CMYK percentages

%0
%68.29
%68.29
%83.92

Codes

Color #290D0D in popluar color models

29 0D 0D
RGB 41 13 13
HSL 51.85% 10.59%
HSB/HSV 68.29% 16.08%
CMYK 0.00% 68.29% 68.29%
83.92%

Color #290D0D in popluar number systems.

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

Shades and tints

Shades of #290D0D

#290D0D
(41,13,13)
#260C0C
(38,12,12)
#230B0B
(35,11,11)
#200A0A
(32,10,10)
#1D0909
(29,9,9)
#1A0808
(26,8,8)
#170707
(23,7,7)
#140606
(20,6,6)
#110505
(17,5,5)
#0E0404
(14,4,4)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #290D0D

#290D0D
(41,13,13)
#3C2323
(60,35,35)
#4F3939
(79,57,57)
#624F4F
(98,79,79)
#756565
(117,101,101)
#887B7B
(136,123,123)
#9B9191
(155,145,145)
#AEA7A7
(174,167,167)
#C1BDBD
(193,189,189)
#D4D3D3
(212,211,211)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290D0D; }

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

This text font color is #290D0D.

Background Color

.myBgColor { background-color: #290D0D; }

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

This div background color is #290D0D.

Border color

.myBorderColor { border: 1px solid #290D0D; }

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

This div border color is #290D0D.

Opacity

.myOpacity80 { color: #290D0D; opacity: 0.8; }

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

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

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

This text has shadow with #290D0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #290D0D.

Preview

Color preview on black background

This text has color #290D0D on black background.


Color preview on white background

This text has color #290D0D on white background.


Black color preview on #290D0D background

This text has black color on #290D0D background.


White color preview on #290D0D background

This text has white color on #290D0D background.


Related colors

Complementary color

Complementary color for #hex is #D6F2F2.


I love getcolorcode.com