COLOR #291829

HEX: #291829
RGB: (41,24,41)

Color info

#291829 contains red, green and blue colors in about the same proportion. Web safe color of #291829 is #330033 (or #303).

RGB color model

#291829 color RGB value is (41,24,41).

  • red value is 41;
  • green value is 24;
  • blue value is 41.
RGB:
(41,24,41)
(16%,9%,16%)

RGB channels and saturation

R 41 of 255 = 16%
G 24 of 255 = 9%
B 41 of 255 = 16%

41
24
41

R + G + B ~ 14%. #291829 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 24 + 41 = 106 (100%)
R 41 of 106 ~ 38.68%
G 24 of 106 ~ 22.64%
B 41 of 106 ~ 38.68%

%38.68
%22.64
%38.68

CMYK color model

#291829 color CMYK value is (0,41,0,84).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(0,41,0,84)
C0M41Y0K84 
(0%,41%,0%,84%)
(0.00/0.41/0.00/0.84)	

CMYK percentages

%0
%41.46
%0
%83.92

Codes

Color #291829 in popluar color models

291829
RGB412441
HSL300°26.15%12.75%
HSB/HSV300°41.46%16.08%
CMYK0.00%41.46%0.00%
83.92%

Color #291829 in popluar number systems.

HEX291829
Decimal412441
Binary10100111000101001
Octal513051

Shades and tints

Shades of #291829

#291829
(41,24,41)
#261626
(38,22,38)
#231423
(35,20,35)
#201220
(32,18,32)
#1D101D
(29,16,29)
#1A0E1A
(26,14,26)
#170C17
(23,12,23)
#140A14
(20,10,20)
#110811
(17,8,17)
#0E060E
(14,6,14)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #291829

#291829
(41,24,41)
#3C2D3C
(60,45,60)
#4F424F
(79,66,79)
#625762
(98,87,98)
#756C75
(117,108,117)
#888188
(136,129,136)
#9B969B
(155,150,155)
#AEABAE
(174,171,174)
#C1C0C1
(193,192,193)
#D4D5D4
(212,213,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #291829; }

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

This text font color is #291829.


Background Color

.myBgColor { background-color: #291829; }

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

This div background color is #291829.


Border color

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

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

This div border color is #291829.


Opacity

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

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

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

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

This text has shadow with #291829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291829 on black background.


Color preview on white background

This text has color #291829 on white background.



Black color preview on #291829 background

This text has black color on #291829 background.


White color preview on #291829 background

This text has white color on #291829 background.