COLOR #290D39

HEX: #290D39
RGB: (41,13,57)

Color info

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

RGB color model

#290D39 color RGB value is (41,13,57).

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

RGB channels and saturation

R 41 of 255 = 16%
G 13 of 255 = 5%
B 57 of 255 = 22%

41
13
57

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

Portions of RGB colors in percentages

R + G + B =
41 + 13 + 57 = 111 (100%)
R 41 of 111 ~ 36.94%
G 13 of 111 ~ 11.71%
B 57 of 111 ~ 51.35%

%36.94
%11.71
%51.35

CMYK color model

#290D39 color CMYK value is (28,77,0,78).

  • cyan value is 28.07%
  • magenta value is 77.19%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(28,77,0,78)
C28M77Y0K78 
(28%,77%,0%,78%)
(0.28/0.77/0.00/0.78)	

CMYK percentages

%28.07
%77.19
%0
%77.65

Codes

Color #290D39 in popluar color models

290D39
RGB411357
HSL278°62.86%13.73%
HSB/HSV278°77.19%22.35%
CMYK28.07%77.19%0.00%
77.65%

Color #290D39 in popluar number systems.

HEX290D39
Decimal411357
Binary1010011101111001
Octal511571

Shades and tints

Shades of #290D39

#290D39
(41,13,57)
#260C34
(38,12,52)
#230B2F
(35,11,47)
#200A2A
(32,10,42)
#1D0925
(29,9,37)
#1A0820
(26,8,32)
#17071B
(23,7,27)
#140616
(20,6,22)
#110511
(17,5,17)
#0E040C
(14,4,12)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #290D39

#290D39
(41,13,57)
#3C234B
(60,35,75)
#4F395D
(79,57,93)
#624F6F
(98,79,111)
#756581
(117,101,129)
#887B93
(136,123,147)
#9B91A5
(155,145,165)
#AEA7B7
(174,167,183)
#C1BDC9
(193,189,201)
#D4D3DB
(212,211,219)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290D39; }

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

This text font color is #290D39.


Background Color

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

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

This div background color is #290D39.


Border color

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

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

This div border color is #290D39.


Opacity

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

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

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

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

This text has shadow with #290D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290D39 on black background.


Color preview on white background

This text has color #290D39 on white background.



Black color preview on #290D39 background

This text has black color on #290D39 background.


White color preview on #290D39 background

This text has white color on #290D39 background.