COLOR #290A39

HEX: #290A39
RGB: (41,10,57)

Color info

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

RGB color model

#290A39 color RGB value is (41,10,57).

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

RGB channels and saturation

R 41 of 255 = 16%
G 10 of 255 = 4%
B 57 of 255 = 22%

41
10
57

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

Portions of RGB colors in percentages

R + G + B =
41 + 10 + 57 = 108 (100%)
R 41 of 108 ~ 37.96%
G 10 of 108 ~ 9.26%
B 57 of 108 ~ 52.78%

%37.96
%52.78

CMYK color model

#290A39 color CMYK value is (28,82,0,78).

  • cyan value is 28.07%
  • magenta value is 82.46%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(28,82,0,78)
C28M82Y0K78 
(28%,82%,0%,78%)
(0.28/0.82/0.00/0.78)	

CMYK percentages

%28.07
%82.46
%0
%77.65

Codes

Color #290A39 in popluar color models

290A39
RGB411057
HSL280°70.15%13.14%
HSB/HSV280°82.46%22.35%
CMYK28.07%82.46%0.00%
77.65%

Color #290A39 in popluar number systems.

HEX290A39
Decimal411057
Binary1010011010111001
Octal511271

Shades and tints

Shades of #290A39

#290A39
(41,10,57)
#260A34
(38,10,52)
#230A2F
(35,10,47)
#200A2A
(32,10,42)
#1D0A25
(29,10,37)
#1A0A20
(26,10,32)
#170A1B
(23,10,27)
#140A16
(20,10,22)
#110A11
(17,10,17)
#0E0A0C
(14,10,12)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #290A39

#290A39
(41,10,57)
#3C204B
(60,32,75)
#4F365D
(79,54,93)
#624C6F
(98,76,111)
#756281
(117,98,129)
#887893
(136,120,147)
#9B8EA5
(155,142,165)
#AEA4B7
(174,164,183)
#C1BAC9
(193,186,201)
#D4D0DB
(212,208,219)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290A39; }

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

This text font color is #290A39.


Background Color

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

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

This div background color is #290A39.


Border color

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

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

This div border color is #290A39.


Opacity

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

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

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

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

This text has shadow with #290A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290A39 on black background.


Color preview on white background

This text has color #290A39 on white background.



Black color preview on #290A39 background

This text has black color on #290A39 background.


White color preview on #290A39 background

This text has white color on #290A39 background.