COLOR #290D15

HEX: #290D15
RGB: (41,13,21)

Color info

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

RGB color model

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

  • red value is 41;
  • green value is 13;
  • blue value is 21.
RGB:
(41,13,21)
(16%,5%,8%)

RGB channels and saturation

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

41
13
21

R + G + B ~ 10%. #290D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 13 + 21 = 75 (100%)
R 41 of 75 ~ 54.67%
G 13 of 75 ~ 17.33%
B 21 of 75 ~ 28%

%54.67
%17.33
%28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 68.29%
  • yellow value is 48.78%
  • key color value is 83.92%
CMYK:
(0,68,49,84)
C0M68Y49K84 
(0%,68%,49%,84%)
(0.00/0.68/0.49/0.84)	

CMYK percentages

%0
%68.29
%48.78
%83.92

Codes

Color #290D15 in popluar color models

290D15
RGB411321
HSL343°51.85%10.59%
HSB/HSV343°68.29%16.08%
CMYK0.00%68.29%48.78%
83.92%

Color #290D15 in popluar number systems.

HEX290D15
Decimal411321
Binary101001110110101
Octal511525

Shades and tints

Shades of #290D15

#290D15
(41,13,21)
#260C14
(38,12,20)
#230B13
(35,11,19)
#200A12
(32,10,18)
#1D0911
(29,9,17)
#1A0810
(26,8,16)
#17070F
(23,7,15)
#14060E
(20,6,14)
#11050D
(17,5,13)
#0E040C
(14,4,12)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #290D15

#290D15
(41,13,21)
#3C232A
(60,35,42)
#4F393F
(79,57,63)
#624F54
(98,79,84)
#756569
(117,101,105)
#887B7E
(136,123,126)
#9B9193
(155,145,147)
#AEA7A8
(174,167,168)
#C1BDBD
(193,189,189)
#D4D3D2
(212,211,210)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290D15; }

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

This text font color is #290D15.


Background Color

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

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

This div background color is #290D15.


Border color

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

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

This div border color is #290D15.


Opacity

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

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

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

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

This text has shadow with #290D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290D15 on black background.


Color preview on white background

This text has color #290D15 on white background.



Black color preview on #290D15 background

This text has black color on #290D15 background.


White color preview on #290D15 background

This text has white color on #290D15 background.