COLOR #29193A

HEX: #29193A
RGB: (41,25,58)

Color info

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

RGB color model

#29193A color RGB value is (41,25,58).

  • red value is 41;
  • green value is 25;
  • blue value is 58.
RGB:
(41,25,58)
(16%,10%,23%)

RGB channels and saturation

R 41 of 255 = 16%
G 25 of 255 = 10%
B 58 of 255 = 23%

41
25
58

R + G + B ~ 16%. #29193A is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 25 + 58 = 124 (100%)
R 41 of 124 ~ 33.06%
G 25 of 124 ~ 20.16%
B 58 of 124 ~ 46.77%

%33.06
%20.16
%46.77

CMYK color model

#29193A color CMYK value is (29,57,0,77).

  • cyan value is 29.31%
  • magenta value is 56.90%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(29,57,0,77)
C29M57Y0K77 
(29%,57%,0%,77%)
(0.29/0.57/0.00/0.77)	

CMYK percentages

%29.31
%56.9
%0
%77.25

Codes

Color #29193A in popluar color models

29193A
RGB412558
HSL269°39.76%16.27%
HSB/HSV269°56.90%22.75%
CMYK29.31%56.90%0.00%
77.25%

Color #29193A in popluar number systems.

HEX29193A
Decimal412558
Binary10100111001111010
Octal513172

Shades and tints

Shades of #29193A

#29193A
(41,25,58)
#261735
(38,23,53)
#231530
(35,21,48)
#20132B
(32,19,43)
#1D1126
(29,17,38)
#1A0F21
(26,15,33)
#170D1C
(23,13,28)
#140B17
(20,11,23)
#110912
(17,9,18)
#0E070D
(14,7,13)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #29193A

#29193A
(41,25,58)
#3C2D4B
(60,45,75)
#4F415C
(79,65,92)
#62556D
(98,85,109)
#75697E
(117,105,126)
#887D8F
(136,125,143)
#9B91A0
(155,145,160)
#AEA5B1
(174,165,177)
#C1B9C2
(193,185,194)
#D4CDD3
(212,205,211)
#E7E1E4
(231,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29193A color. Also use rgb(41,25,58) instead hex code.

Text Font Color

.myTextColor { color: #29193A; }

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

This text font color is #29193A.


Background Color

.myBgColor { background-color: #29193A; }

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

This div background color is #29193A.


Border color

.myBorderColor { border: 1px solid #29193A; }

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

This div border color is #29193A.


Opacity

.myOpacity80 { color: #29193A; opacity: 0.8; }

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

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

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

This text has shadow with #29193A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29193A on black background.


Color preview on white background

This text has color #29193A on white background.



Black color preview on #29193A background

This text has black color on #29193A background.


White color preview on #29193A background

This text has white color on #29193A background.