COLOR #291B42

HEX: #291B42
RGB: (41,27,66)

Color info

#291B42 contains red, green and blue colors in about the same proportion. Web safe color of #291B42 is #333333 (or #333).

RGB color model

#291B42 color RGB value is (41,27,66).

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

RGB channels and saturation

R 41 of 255 = 16%
G 27 of 255 = 11%
B 66 of 255 = 26%

41
27
66

R + G + B ~ 18%. #291B42 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 27 + 66 = 134 (100%)
R 41 of 134 ~ 30.6%
G 27 of 134 ~ 20.15%
B 66 of 134 ~ 49.25%

%30.6
%20.15
%49.25

CMYK color model

#291B42 color CMYK value is (38,59,0,74).

  • cyan value is 37.88%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(38,59,0,74)
C38M59Y0K74 
(38%,59%,0%,74%)
(0.38/0.59/0.00/0.74)	

CMYK percentages

%37.88
%59.09
%0
%74.12

Codes

Color #291B42 in popluar color models

291B42
RGB412766
HSL262°41.94%18.24%
HSB/HSV262°59.09%25.88%
CMYK37.88%59.09%0.00%
74.12%

Color #291B42 in popluar number systems.

HEX291B42
Decimal412766
Binary101001110111000010
Octal5133102

Shades and tints

Shades of #291B42

#291B42
(41,27,66)
#26193C
(38,25,60)
#231736
(35,23,54)
#201530
(32,21,48)
#1D132A
(29,19,42)
#1A1124
(26,17,36)
#170F1E
(23,15,30)
#140D18
(20,13,24)
#110B12
(17,11,18)
#0E090C
(14,9,12)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #291B42

#291B42
(41,27,66)
#3C2F53
(60,47,83)
#4F4364
(79,67,100)
#625775
(98,87,117)
#756B86
(117,107,134)
#887F97
(136,127,151)
#9B93A8
(155,147,168)
#AEA7B9
(174,167,185)
#C1BBCA
(193,187,202)
#D4CFDB
(212,207,219)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #291B42 color. Also use rgb(41,27,66) instead hex code.

Text Font Color

.myTextColor { color: #291B42; }

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

This text font color is #291B42.


Background Color

.myBgColor { background-color: #291B42; }

<div style="background-color:#291B42">Inner text</div>

This div background color is #291B42.


Border color

.myBorderColor { border: 1px solid #291B42; }

<div style="border:3px solid #291B42">Div</div>

This div border color is #291B42.


Opacity

.myOpacity80 { color: #291B42; opacity: 0.8; }

<p style="color:#291B42;opacity:0.8;">80%</p>

Text with #291B42 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 #291B42;}

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

This text has shadow with #291B42 color.

.textShadow {text-shadow: 3px 3px 1px #291B42, 3px 3px 1px red;}

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

This text has shadow with #291B42 primary color and red secondary color.


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

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

This text has shadow with #291B42 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291B42 on black background.


Color preview on white background

This text has color #291B42 on white background.



Black color preview on #291B42 background

This text has black color on #291B42 background.


White color preview on #291B42 background

This text has white color on #291B42 background.