COLOR #331320

HEX: #331320
RGB: (51,19,32)

Color info

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

RGB color model

#331320 color RGB value is (51,19,32).

  • red value is 51;
  • green value is 19;
  • blue value is 32.
RGB:
(51,19,32)
(20%,7%,13%)

RGB channels and saturation

R 51 of 255 = 20%
G 19 of 255 = 7%
B 32 of 255 = 13%

51
19
32

R + G + B ~ 13%. #331320 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 19 + 32 = 102 (100%)
R 51 of 102 ~ 50%
G 19 of 102 ~ 18.63%
B 32 of 102 ~ 31.37%

%50
%18.63
%31.37

CMYK color model

#331320 color CMYK value is (0,63,37,80).

  • cyan value is 0.00%
  • magenta value is 62.75%
  • yellow value is 37.25%
  • key color value is 80.00%
CMYK:
(0,63,37,80)
C0M63Y37K80 
(0%,63%,37%,80%)
(0.00/0.63/0.37/0.80)	

CMYK percentages

%0
%62.75
%37.25
%80

Codes

Color #331320 in popluar color models

331320
RGB511932
HSL336°45.71%13.73%
HSB/HSV336°62.75%20.00%
CMYK0.00%62.75%37.25%
80.00%

Color #331320 in popluar number systems.

HEX331320
Decimal511932
Binary11001110011100000
Octal632340

Shades and tints

Shades of #331320

#331320
(51,19,32)
#2F121E
(47,18,30)
#2B111C
(43,17,28)
#27101A
(39,16,26)
#230F18
(35,15,24)
#1F0E16
(31,14,22)
#1B0D14
(27,13,20)
#170C12
(23,12,18)
#130B10
(19,11,16)
#0F0A0E
(15,10,14)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #331320

#331320
(51,19,32)
#452834
(69,40,52)
#573D48
(87,61,72)
#69525C
(105,82,92)
#7B6770
(123,103,112)
#8D7C84
(141,124,132)
#9F9198
(159,145,152)
#B1A6AC
(177,166,172)
#C3BBC0
(195,187,192)
#D5D0D4
(213,208,212)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331320 color. Also use rgb(51,19,32) instead hex code.

Text Font Color

.myTextColor { color: #331320; }

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

This text font color is #331320.


Background Color

.myBgColor { background-color: #331320; }

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

This div background color is #331320.


Border color

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

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

This div border color is #331320.


Opacity

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

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

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

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

This text has shadow with #331320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331320 on black background.


Color preview on white background

This text has color #331320 on white background.



Black color preview on #331320 background

This text has black color on #331320 background.


White color preview on #331320 background

This text has white color on #331320 background.