COLOR #290B43

HEX: #290B43
RGB: (41,11,67)

Color info

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

RGB color model

#290B43 color RGB value is (41,11,67).

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

RGB channels and saturation

R 41 of 255 = 16%
G 11 of 255 = 4%
B 67 of 255 = 26%

41
11
67

R + G + B ~ 15%. #290B43 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 11 + 67 = 119 (100%)
R 41 of 119 ~ 34.45%
G 11 of 119 ~ 9.24%
B 67 of 119 ~ 56.3%

%34.45
%56.3

CMYK color model

#290B43 color CMYK value is (39,84,0,74).

  • cyan value is 38.81%
  • magenta value is 83.58%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(39,84,0,74)
C39M84Y0K74 
(39%,84%,0%,74%)
(0.39/0.84/0.00/0.74)	

CMYK percentages

%38.81
%83.58
%0
%73.73

Codes

Color #290B43 in popluar color models

290B43
RGB411167
HSL272°71.79%15.29%
HSB/HSV272°83.58%26.27%
CMYK38.81%83.58%0.00%
73.73%

Color #290B43 in popluar number systems.

HEX290B43
Decimal411167
Binary10100110111000011
Octal5113103

Shades and tints

Shades of #290B43

#290B43
(41,11,67)
#260A3D
(38,10,61)
#230937
(35,9,55)
#200831
(32,8,49)
#1D072B
(29,7,43)
#1A0625
(26,6,37)
#17051F
(23,5,31)
#140419
(20,4,25)
#110313
(17,3,19)
#0E020D
(14,2,13)
#0B0107
(11,1,7)
#000000
(0,0,0)

Tints of #290B43

#290B43
(41,11,67)
#3C2154
(60,33,84)
#4F3765
(79,55,101)
#624D76
(98,77,118)
#756387
(117,99,135)
#887998
(136,121,152)
#9B8FA9
(155,143,169)
#AEA5BA
(174,165,186)
#C1BBCB
(193,187,203)
#D4D1DC
(212,209,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290B43; }

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

This text font color is #290B43.


Background Color

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

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

This div background color is #290B43.


Border color

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

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

This div border color is #290B43.


Opacity

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

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

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

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

This text has shadow with #290B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290B43 on black background.


Color preview on white background

This text has color #290B43 on white background.



Black color preview on #290B43 background

This text has black color on #290B43 background.


White color preview on #290B43 background

This text has white color on #290B43 background.