COLOR #291215

HEX: #291215
RGB: (41,18,21)

Color info

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

RGB color model

#291215 color RGB value is (41,18,21).

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

RGB channels and saturation

R 41 of 255 = 16%
G 18 of 255 = 7%
B 21 of 255 = 8%

41
18
21

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

Portions of RGB colors in percentages

R + G + B =
41 + 18 + 21 = 80 (100%)
R 41 of 80 ~ 51.25%
G 18 of 80 ~ 22.5%
B 21 of 80 ~ 26.25%

%51.25
%22.5
%26.25

CMYK color model

#291215 color CMYK value is (0,56,49,84).

  • cyan value is 0.00%
  • magenta value is 56.10%
  • yellow value is 48.78%
  • key color value is 83.92%
CMYK:
(0,56,49,84)
C0M56Y49K84 
(0%,56%,49%,84%)
(0.00/0.56/0.49/0.84)	

CMYK percentages

%0
%56.1
%48.78
%83.92

Codes

Color #291215 in popluar color models

291215
RGB411821
HSL352°38.98%11.57%
HSB/HSV352°56.10%16.08%
CMYK0.00%56.10%48.78%
83.92%

Color #291215 in popluar number systems.

HEX291215
Decimal411821
Binary1010011001010101
Octal512225

Shades and tints

Shades of #291215

#291215
(41,18,21)
#261114
(38,17,20)
#231013
(35,16,19)
#200F12
(32,15,18)
#1D0E11
(29,14,17)
#1A0D10
(26,13,16)
#170C0F
(23,12,15)
#140B0E
(20,11,14)
#110A0D
(17,10,13)
#0E090C
(14,9,12)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #291215

#291215
(41,18,21)
#3C272A
(60,39,42)
#4F3C3F
(79,60,63)
#625154
(98,81,84)
#756669
(117,102,105)
#887B7E
(136,123,126)
#9B9093
(155,144,147)
#AEA5A8
(174,165,168)
#C1BABD
(193,186,189)
#D4CFD2
(212,207,210)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #291215; }

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

This text font color is #291215.


Background Color

.myBgColor { background-color: #291215; }

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

This div background color is #291215.


Border color

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

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

This div border color is #291215.


Opacity

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

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

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

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

This text has shadow with #291215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291215 on black background.


Color preview on white background

This text has color #291215 on white background.



Black color preview on #291215 background

This text has black color on #291215 background.


White color preview on #291215 background

This text has white color on #291215 background.