COLOR #311130

HEX: #311130
RGB: (49,17,48)

Color info

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

RGB color model

#311130 color RGB value is (49,17,48).

  • red value is 49;
  • green value is 17;
  • blue value is 48.
RGB:
(49,17,48)
(19%,7%,19%)

RGB channels and saturation

R 49 of 255 = 19%
G 17 of 255 = 7%
B 48 of 255 = 19%

49
17
48

R + G + B ~ 15%. #311130 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 17 + 48 = 114 (100%)
R 49 of 114 ~ 42.98%
G 17 of 114 ~ 14.91%
B 48 of 114 ~ 42.11%

%42.98
%14.91
%42.11

CMYK color model

#311130 color CMYK value is (0,65,2,81).

  • cyan value is 0.00%
  • magenta value is 65.31%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK:
(0,65,2,81)
C0M65Y2K81 
(0%,65%,2%,81%)
(0.00/0.65/0.02/0.81)	

CMYK percentages

%0
%65.31
%2.04
%80.78

Codes

Color #311130 in popluar color models

311130
RGB491748
HSL302°48.48%12.94%
HSB/HSV302°65.31%19.22%
CMYK0.00%65.31%2.04%
80.78%

Color #311130 in popluar number systems.

HEX311130
Decimal491748
Binary11000110001110000
Octal612160

Shades and tints

Shades of #311130

#311130
(49,17,48)
#2D102C
(45,16,44)
#290F28
(41,15,40)
#250E24
(37,14,36)
#210D20
(33,13,32)
#1D0C1C
(29,12,28)
#190B18
(25,11,24)
#150A14
(21,10,20)
#110910
(17,9,16)
#0D080C
(13,8,12)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #311130

#311130
(49,17,48)
#432642
(67,38,66)
#553B54
(85,59,84)
#675066
(103,80,102)
#796578
(121,101,120)
#8B7A8A
(139,122,138)
#9D8F9C
(157,143,156)
#AFA4AE
(175,164,174)
#C1B9C0
(193,185,192)
#D3CED2
(211,206,210)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311130 color. Also use rgb(49,17,48) instead hex code.

Text Font Color

.myTextColor { color: #311130; }

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

This text font color is #311130.


Background Color

.myBgColor { background-color: #311130; }

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

This div background color is #311130.


Border color

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

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

This div border color is #311130.


Opacity

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

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

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

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

This text has shadow with #311130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311130 on black background.


Color preview on white background

This text has color #311130 on white background.



Black color preview on #311130 background

This text has black color on #311130 background.


White color preview on #311130 background

This text has white color on #311130 background.