COLOR #331141

HEX: #331141
RGB: (51,17,65)

Color info

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

RGB color model

#331141 color RGB value is (51,17,65).

  • red value is 51;
  • green value is 17;
  • blue value is 65.
RGB:
(51,17,65)
(20%,7%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 17 of 255 = 7%
B 65 of 255 = 25%

51
17
65

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

Portions of RGB colors in percentages

R + G + B =
51 + 17 + 65 = 133 (100%)
R 51 of 133 ~ 38.35%
G 17 of 133 ~ 12.78%
B 65 of 133 ~ 48.87%

%38.35
%12.78
%48.87

CMYK color model

#331141 color CMYK value is (22,74,0,75).

  • cyan value is 21.54%
  • magenta value is 73.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,74,0,75)
C22M74Y0K75 
(22%,74%,0%,75%)
(0.22/0.74/0.00/0.75)	

CMYK percentages

%21.54
%73.85
%0
%74.51

Codes

Color #331141 in popluar color models

331141
RGB511765
HSL283°58.54%16.08%
HSB/HSV283°73.85%25.49%
CMYK21.54%73.85%0.00%
74.51%

Color #331141 in popluar number systems.

HEX331141
Decimal511765
Binary110011100011000001
Octal6321101

Shades and tints

Shades of #331141

#331141
(51,17,65)
#2F103C
(47,16,60)
#2B0F37
(43,15,55)
#270E32
(39,14,50)
#230D2D
(35,13,45)
#1F0C28
(31,12,40)
#1B0B23
(27,11,35)
#170A1E
(23,10,30)
#130919
(19,9,25)
#0F0814
(15,8,20)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #331141

#331141
(51,17,65)
#452652
(69,38,82)
#573B63
(87,59,99)
#695074
(105,80,116)
#7B6585
(123,101,133)
#8D7A96
(141,122,150)
#9F8FA7
(159,143,167)
#B1A4B8
(177,164,184)
#C3B9C9
(195,185,201)
#D5CEDA
(213,206,218)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331141; }

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

This text font color is #331141.


Background Color

.myBgColor { background-color: #331141; }

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

This div background color is #331141.


Border color

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

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

This div border color is #331141.


Opacity

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

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

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

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

This text has shadow with #331141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331141 on black background.


Color preview on white background

This text has color #331141 on white background.



Black color preview on #331141 background

This text has black color on #331141 background.


White color preview on #331141 background

This text has white color on #331141 background.