COLOR #290B44

HEX: #290B44
RGB: (41,11,68)

Color info

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

RGB color model

#290B44 color RGB value is (41,11,68).

  • red value is 41;
  • green value is 11;
  • blue value is 68.
RGB:
(41,11,68)
(16%,4%,27%)

RGB channels and saturation

R 41 of 255 = 16%
G 11 of 255 = 4%
B 68 of 255 = 27%

41
11
68

R + G + B ~ 16%. #290B44 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 11 + 68 = 120 (100%)
R 41 of 120 ~ 34.17%
G 11 of 120 ~ 9.17%
B 68 of 120 ~ 56.67%

%34.17
%56.67

CMYK color model

#290B44 color CMYK value is (40,84,0,73).

  • cyan value is 39.71%
  • magenta value is 83.82%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(40,84,0,73)
C40M84Y0K73 
(40%,84%,0%,73%)
(0.40/0.84/0.00/0.73)	

CMYK percentages

%39.71
%83.82
%0
%73.33

Codes

Color #290B44 in popluar color models

290B44
RGB411168
HSL272°72.15%15.49%
HSB/HSV272°83.82%26.67%
CMYK39.71%83.82%0.00%
73.33%

Color #290B44 in popluar number systems.

HEX290B44
Decimal411168
Binary10100110111000100
Octal5113104

Shades and tints

Shades of #290B44

#290B44
(41,11,68)
#260A3E
(38,10,62)
#230938
(35,9,56)
#200832
(32,8,50)
#1D072C
(29,7,44)
#1A0626
(26,6,38)
#170520
(23,5,32)
#14041A
(20,4,26)
#110314
(17,3,20)
#0E020E
(14,2,14)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #290B44

#290B44
(41,11,68)
#3C2155
(60,33,85)
#4F3766
(79,55,102)
#624D77
(98,77,119)
#756388
(117,99,136)
#887999
(136,121,153)
#9B8FAA
(155,143,170)
#AEA5BB
(174,165,187)
#C1BBCC
(193,187,204)
#D4D1DD
(212,209,221)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290B44 color. Also use rgb(41,11,68) instead hex code.

Text Font Color

.myTextColor { color: #290B44; }

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

This text font color is #290B44.


Background Color

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

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

This div background color is #290B44.


Border color

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

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

This div border color is #290B44.


Opacity

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

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

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

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

This text has shadow with #290B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290B44 on black background.


Color preview on white background

This text has color #290B44 on white background.



Black color preview on #290B44 background

This text has black color on #290B44 background.


White color preview on #290B44 background

This text has white color on #290B44 background.