COLOR #290431

HEX: #290431
RGB: (41,4,49)

Color info

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

RGB color model

#290431 color RGB value is (41,4,49).

  • red value is 41;
  • green value is 4;
  • blue value is 49.
RGB:
(41,4,49)
(16%,2%,19%)

RGB channels and saturation

R 41 of 255 = 16%
G 4 of 255 = 2%
B 49 of 255 = 19%

41
4
49

R + G + B ~ 12%. #290431 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 4 + 49 = 94 (100%)
R 41 of 94 ~ 43.62%
G 4 of 94 ~ 4.26%
B 49 of 94 ~ 52.13%

%43.62
%52.13

CMYK color model

#290431 color CMYK value is (16,92,0,81).

  • cyan value is 16.33%
  • magenta value is 91.84%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(16,92,0,81)
C16M92Y0K81 
(16%,92%,0%,81%)
(0.16/0.92/0.00/0.81)	

CMYK percentages

%16.33
%91.84
%0
%80.78

Codes

Color #290431 in popluar color models

290431
RGB41449
HSL289°84.91%10.39%
HSB/HSV289°91.84%19.22%
CMYK16.33%91.84%0.00%
80.78%

Color #290431 in popluar number systems.

HEX290431
Decimal41449
Binary101001100110001
Octal51461

Shades and tints

Shades of #290431

#290431
(41,4,49)
#26042D
(38,4,45)
#230429
(35,4,41)
#200425
(32,4,37)
#1D0421
(29,4,33)
#1A041D
(26,4,29)
#170419
(23,4,25)
#140415
(20,4,21)
#110411
(17,4,17)
#0E040D
(14,4,13)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #290431

#290431
(41,4,49)
#3C1A43
(60,26,67)
#4F3055
(79,48,85)
#624667
(98,70,103)
#755C79
(117,92,121)
#88728B
(136,114,139)
#9B889D
(155,136,157)
#AE9EAF
(174,158,175)
#C1B4C1
(193,180,193)
#D4CAD3
(212,202,211)
#E7E0E5
(231,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290431; }

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

This text font color is #290431.


Background Color

.myBgColor { background-color: #290431; }

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

This div background color is #290431.


Border color

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

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

This div border color is #290431.


Opacity

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

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

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

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

This text has shadow with #290431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290431 on black background.


Color preview on white background

This text has color #290431 on white background.



Black color preview on #290431 background

This text has black color on #290431 background.


White color preview on #290431 background

This text has white color on #290431 background.