COLOR #331641

HEX: #331641
RGB: (51,22,65)

Color info

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

RGB color model

#331641 color RGB value is (51,22,65).

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

RGB channels and saturation

R 51 of 255 = 20%
G 22 of 255 = 9%
B 65 of 255 = 25%

51
22
65

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

Portions of RGB colors in percentages

R + G + B =
51 + 22 + 65 = 138 (100%)
R 51 of 138 ~ 36.96%
G 22 of 138 ~ 15.94%
B 65 of 138 ~ 47.1%

%36.96
%15.94
%47.1

CMYK color model

#331641 color CMYK value is (22,66,0,75).

  • cyan value is 21.54%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,66,0,75)
C22M66Y0K75 
(22%,66%,0%,75%)
(0.22/0.66/0.00/0.75)	

CMYK percentages

%21.54
%66.15
%0
%74.51

Codes

Color #331641 in popluar color models

331641
RGB512265
HSL280°49.43%17.06%
HSB/HSV280°66.15%25.49%
CMYK21.54%66.15%0.00%
74.51%

Color #331641 in popluar number systems.

HEX331641
Decimal512265
Binary110011101101000001
Octal6326101

Shades and tints

Shades of #331641

#331641
(51,22,65)
#2F143C
(47,20,60)
#2B1237
(43,18,55)
#271032
(39,16,50)
#230E2D
(35,14,45)
#1F0C28
(31,12,40)
#1B0A23
(27,10,35)
#17081E
(23,8,30)
#130619
(19,6,25)
#0F0414
(15,4,20)
#0B020F
(11,2,15)
#000000
(0,0,0)

Tints of #331641

#331641
(51,22,65)
#452B52
(69,43,82)
#574063
(87,64,99)
#695574
(105,85,116)
#7B6A85
(123,106,133)
#8D7F96
(141,127,150)
#9F94A7
(159,148,167)
#B1A9B8
(177,169,184)
#C3BEC9
(195,190,201)
#D5D3DA
(213,211,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331641; }

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

This text font color is #331641.


Background Color

.myBgColor { background-color: #331641; }

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

This div background color is #331641.


Border color

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

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

This div border color is #331641.


Opacity

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

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

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

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

This text has shadow with #331641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331641 on black background.


Color preview on white background

This text has color #331641 on white background.



Black color preview on #331641 background

This text has black color on #331641 background.


White color preview on #331641 background

This text has white color on #331641 background.