COLOR #320B31

HEX: #320B31
RGB: (50,11,49)

Color info

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

RGB color model

#320B31 color RGB value is (50,11,49).

  • red value is 50;
  • green value is 11;
  • blue value is 49.
RGB:
(50,11,49)
(20%,4%,19%)

RGB channels and saturation

R 50 of 255 = 20%
G 11 of 255 = 4%
B 49 of 255 = 19%

50
11
49

R + G + B ~ 14%. #320B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 11 + 49 = 110 (100%)
R 50 of 110 ~ 45.45%
G 11 of 110 ~ 10%
B 49 of 110 ~ 44.55%

%45.45
%10
%44.55

CMYK color model

#320B31 color CMYK value is (0,78,2,80).

  • cyan value is 0.00%
  • magenta value is 78.00%
  • yellow value is 2.00%
  • key color value is 80.39%
CMYK:
(0,78,2,80)
C0M78Y2K80 
(0%,78%,2%,80%)
(0.00/0.78/0.02/0.80)	

CMYK percentages

%0
%78
%2
%80.39

Codes

Color #320B31 in popluar color models

320B31
RGB501149
HSL302°63.93%11.96%
HSB/HSV302°78.00%19.61%
CMYK0.00%78.00%2.00%
80.39%

Color #320B31 in popluar number systems.

HEX320B31
Decimal501149
Binary1100101011110001
Octal621361

Shades and tints

Shades of #320B31

#320B31
(50,11,49)
#2E0A2D
(46,10,45)
#2A0929
(42,9,41)
#260825
(38,8,37)
#220721
(34,7,33)
#1E061D
(30,6,29)
#1A0519
(26,5,25)
#160415
(22,4,21)
#120311
(18,3,17)
#0E020D
(14,2,13)
#0A0109
(10,1,9)
#000000
(0,0,0)

Tints of #320B31

#320B31
(50,11,49)
#442143
(68,33,67)
#563755
(86,55,85)
#684D67
(104,77,103)
#7A6379
(122,99,121)
#8C798B
(140,121,139)
#9E8F9D
(158,143,157)
#B0A5AF
(176,165,175)
#C2BBC1
(194,187,193)
#D4D1D3
(212,209,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #320B31 color. Also use rgb(50,11,49) instead hex code.

Text Font Color

.myTextColor { color: #320B31; }

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

This text font color is #320B31.


Background Color

.myBgColor { background-color: #320B31; }

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

This div background color is #320B31.


Border color

.myBorderColor { border: 1px solid #320B31; }

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

This div border color is #320B31.


Opacity

.myOpacity80 { color: #320B31; opacity: 0.8; }

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

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

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

This text has shadow with #320B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #320B31 on black background.


Color preview on white background

This text has color #320B31 on white background.



Black color preview on #320B31 background

This text has black color on #320B31 background.


White color preview on #320B31 background

This text has white color on #320B31 background.