COLOR #332241

HEX: #332241 RGB: (51,34,65)

Color info

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

RGB color model

#332241 color RGB value is (51,34,65).

RGB: (51,34,65) (20%, 13%, 25%)

RGB channels and saturation

R 51 of 255 = 20%
G 34 of 255 = 13%
B 65 of 255 = 25%

51
34
65

R + G + B ~ 19%. #332241 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 34 + 65 = 150 (100%)
R 51 of 150 ~ 34%
G 34 of 150 ~ 22.67%
B 65 of 150 ~ 43.33'%

%34
%22.67
%43.33

CMYK color model

#332241 color CMYK value is (22,48,0,75).

  • cyan value is 21.54%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (22,48,0,75)
C22M48Y0K75 (22%, 48%, 0%, 75%)
(0.22 / 0.48 / 0.00 / 0.75)

CMYK percentages

%21.54
%47.69
%0
%74.51

Codes

Color #332241 in popluar color models

33 22 41
RGB 51 34 65
HSL 273° 31.31% 19.41%
HSB/HSV 273° 47.69% 25.49%
CMYK 21.54% 47.69% 0.00%
74.51%

Color #332241 in popluar number systems.

HEX 33 22 41
Decimal 51 34 65
Binary 110011 100010 1000001
Octal 63 42 101

Shades and tints

Shades of #332241

#332241
(51,34,65)
#2F1F3C
(47,31,60)
#2B1C37
(43,28,55)
#271932
(39,25,50)
#23162D
(35,22,45)
#1F1328
(31,19,40)
#1B1023
(27,16,35)
#170D1E
(23,13,30)
#130A19
(19,10,25)
#0F0714
(15,7,20)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #332241

#332241
(51,34,65)
#453652
(69,54,82)
#574A63
(87,74,99)
#695E74
(105,94,116)
#7B7285
(123,114,133)
#8D8696
(141,134,150)
#9F9AA7
(159,154,167)
#B1AEB8
(177,174,184)
#C3C2C9
(195,194,201)
#D5D6DA
(213,214,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332241 color. Also use rgb(51,34,65) instead hex code.

Text Font Color

.myTextColor { color: #332241; }

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

This text font color is #332241.

Background Color

.myBgColor { background-color: #332241; }

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

This div background color is #332241.

Border color

.myBorderColor { border: 1px solid #332241; }

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

This div border color is #332241.

Opacity

.myOpacity80 { color: #332241; opacity: 0.8; }

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

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

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

This text has shadow with #332241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332241.

Preview

Color preview on black background

This text has color #332241 on black background.


Color preview on white background

This text has color #332241 on white background.


Black color preview on #332241 background

This text has black color on #332241 background.


White color preview on #332241 background

This text has white color on #332241 background.


Related colors

Complementary color

Complementary color for #hex is #CCDDBE.


I love getcolorcode.com

Triadic colors

1 #413322 and #224133 with #332241 are triadic colors.

2 #412233 and #223341 with #332241 are triadic colors.