COLOR #291B41

HEX: #291B41
RGB: (41,27,65)

Color info

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

RGB color model

#291B41 color RGB value is (41,27,65).

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

RGB channels and saturation

R 41 of 255 = 16%
G 27 of 255 = 11%
B 65 of 255 = 25%

41
27
65

R + G + B ~ 17%. #291B41 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 27 + 65 = 133 (100%)
R 41 of 133 ~ 30.83%
G 27 of 133 ~ 20.3%
B 65 of 133 ~ 48.87%

%30.83
%20.3
%48.87

CMYK color model

#291B41 color CMYK value is (37,58,0,75).

  • cyan value is 36.92%
  • magenta value is 58.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(37,58,0,75)
C37M58Y0K75 
(37%,58%,0%,75%)
(0.37/0.58/0.00/0.75)	

CMYK percentages

%36.92
%58.46
%0
%74.51

Codes

Color #291B41 in popluar color models

291B41
RGB412765
HSL262°41.30%18.04%
HSB/HSV262°58.46%25.49%
CMYK36.92%58.46%0.00%
74.51%

Color #291B41 in popluar number systems.

HEX291B41
Decimal412765
Binary101001110111000001
Octal5133101

Shades and tints

Shades of #291B41

#291B41
(41,27,65)
#26193C
(38,25,60)
#231737
(35,23,55)
#201532
(32,21,50)
#1D132D
(29,19,45)
#1A1128
(26,17,40)
#170F23
(23,15,35)
#140D1E
(20,13,30)
#110B19
(17,11,25)
#0E0914
(14,9,20)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #291B41

#291B41
(41,27,65)
#3C2F52
(60,47,82)
#4F4363
(79,67,99)
#625774
(98,87,116)
#756B85
(117,107,133)
#887F96
(136,127,150)
#9B93A7
(155,147,167)
#AEA7B8
(174,167,184)
#C1BBC9
(193,187,201)
#D4CFDA
(212,207,218)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #291B41; }

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

This text font color is #291B41.


Background Color

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

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

This div background color is #291B41.


Border color

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

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

This div border color is #291B41.


Opacity

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

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

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

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

This text has shadow with #291B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291B41 on black background.


Color preview on white background

This text has color #291B41 on white background.



Black color preview on #291B41 background

This text has black color on #291B41 background.


White color preview on #291B41 background

This text has white color on #291B41 background.