COLOR #290B2E

HEX: #290B2E RGB: (41,11,46)

Color info

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

RGB color model

#290B2E color RGB value is (41,11,46).

RGB: (41,11,46) (16%, 4%, 18%)

RGB channels and saturation

R 41 of 255 = 16%
G 11 of 255 = 4%
B 46 of 255 = 18%

41
11
46

R + G + B ~ 13%. #290B2E is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 11 + 46 = 98 (100%)
R 41 of 98 ~ 41.84%
G 11 of 98 ~ 11.22%
B 46 of 98 ~ 46.94'%

%41.84
%11.22
%46.94

CMYK color model

#290B2E color CMYK value is (11,76,0,82).

  • cyan value is 10.87%
  • magenta value is 76.09%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (11,76,0,82)
C11M76Y0K82 (11%, 76%, 0%, 82%)
(0.11 / 0.76 / 0.00 / 0.82)

CMYK percentages

%10.87
%76.09
%0
%81.96

Codes

Color #290B2E in popluar color models

29 0B 2E
RGB 41 11 46
HSL 291° 61.40% 11.18%
HSB/HSV 291° 76.09% 18.04%
CMYK 10.87% 76.09% 0.00%
81.96%

Color #290B2E in popluar number systems.

HEX 29 0B 2E
Decimal 41 11 46
Binary 101001 1011 101110
Octal 51 13 56

Shades and tints

Shades of #290B2E

#290B2E
(41,11,46)
#260A2A
(38,10,42)
#230926
(35,9,38)
#200822
(32,8,34)
#1D071E
(29,7,30)
#1A061A
(26,6,26)
#170516
(23,5,22)
#140412
(20,4,18)
#11030E
(17,3,14)
#0E020A
(14,2,10)
#0B0106
(11,1,6)
#000000
(0,0,0)

Tints of #290B2E

#290B2E
(41,11,46)
#3C2141
(60,33,65)
#4F3754
(79,55,84)
#624D67
(98,77,103)
#75637A
(117,99,122)
#88798D
(136,121,141)
#9B8FA0
(155,143,160)
#AEA5B3
(174,165,179)
#C1BBC6
(193,187,198)
#D4D1D9
(212,209,217)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290B2E; }

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

This text font color is #290B2E.

Background Color

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

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

This div background color is #290B2E.

Border color

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

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

This div border color is #290B2E.

Opacity

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

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

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

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

This text has shadow with #290B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #290B2E.

Preview

Color preview on black background

This text has color #290B2E on black background.


Color preview on white background

This text has color #290B2E on white background.


Black color preview on #290B2E background

This text has black color on #290B2E background.


White color preview on #290B2E background

This text has white color on #290B2E background.


Related colors

Complementary color

Complementary color for #hex is #D6F4D1.


I love getcolorcode.com

Triadic colors

1 #2E290B and #0B2E29 with #290B2E are triadic colors.

2 #2E0B29 and #0B292E with #290B2E are triadic colors.