COLOR #290B3B

HEX: #290B3B
RGB: (41,11,59)

Color info

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

RGB color model

#290B3B color RGB value is (41,11,59).

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

RGB channels and saturation

R 41 of 255 = 16%
G 11 of 255 = 4%
B 59 of 255 = 23%

41
11
59

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

Portions of RGB colors in percentages

R + G + B =
41 + 11 + 59 = 111 (100%)
R 41 of 111 ~ 36.94%
G 11 of 111 ~ 9.91%
B 59 of 111 ~ 53.15%

%36.94
%9.91
%53.15

CMYK color model

#290B3B color CMYK value is (31,81,0,77).

  • cyan value is 30.51%
  • magenta value is 81.36%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(31,81,0,77)
C31M81Y0K77 
(31%,81%,0%,77%)
(0.31/0.81/0.00/0.77)	

CMYK percentages

%30.51
%81.36
%0
%76.86

Codes

Color #290B3B in popluar color models

290B3B
RGB411159
HSL278°68.57%13.73%
HSB/HSV278°81.36%23.14%
CMYK30.51%81.36%0.00%
76.86%

Color #290B3B in popluar number systems.

HEX290B3B
Decimal411159
Binary1010011011111011
Octal511373

Shades and tints

Shades of #290B3B

#290B3B
(41,11,59)
#260A36
(38,10,54)
#230931
(35,9,49)
#20082C
(32,8,44)
#1D0727
(29,7,39)
#1A0622
(26,6,34)
#17051D
(23,5,29)
#140418
(20,4,24)
#110313
(17,3,19)
#0E020E
(14,2,14)
#0B0109
(11,1,9)
#000000
(0,0,0)

Tints of #290B3B

#290B3B
(41,11,59)
#3C214C
(60,33,76)
#4F375D
(79,55,93)
#624D6E
(98,77,110)
#75637F
(117,99,127)
#887990
(136,121,144)
#9B8FA1
(155,143,161)
#AEA5B2
(174,165,178)
#C1BBC3
(193,187,195)
#D4D1D4
(212,209,212)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290B3B; }

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

This text font color is #290B3B.


Background Color

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

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

This div background color is #290B3B.


Border color

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

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

This div border color is #290B3B.


Opacity

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

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

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

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

This text has shadow with #290B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290B3B on black background.


Color preview on white background

This text has color #290B3B on white background.



Black color preview on #290B3B background

This text has black color on #290B3B background.


White color preview on #290B3B background

This text has white color on #290B3B background.