COLOR #311113

HEX: #311113
RGB: (49,17,19)

Color info

#311113 contains red, green and blue colors in about the same proportion. Web safe color of #311113 is #330000 (or #300).

RGB color model

#311113 color RGB value is (49,17,19).

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

RGB channels and saturation

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

49
17
19

R + G + B ~ 11%. #311113 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 17 + 19 = 85 (100%)
R 49 of 85 ~ 57.65%
G 17 of 85 ~ 20%
B 19 of 85 ~ 22.35%

%57.65
%20
%22.35

CMYK color model

#311113 color CMYK value is (0,65,61,81).

  • cyan value is 0.00%
  • magenta value is 65.31%
  • yellow value is 61.22%
  • key color value is 80.78%
CMYK:
(0,65,61,81)
C0M65Y61K81 
(0%,65%,61%,81%)
(0.00/0.65/0.61/0.81)	

CMYK percentages

%0
%65.31
%61.22
%80.78

Codes

Color #311113 in popluar color models

311113
RGB491719
HSL356°48.48%12.94%
HSB/HSV356°65.31%19.22%
CMYK0.00%65.31%61.22%
80.78%

Color #311113 in popluar number systems.

HEX311113
Decimal491719
Binary1100011000110011
Octal612123

Shades and tints

Shades of #311113

#311113
(49,17,19)
#2D1012
(45,16,18)
#290F11
(41,15,17)
#250E10
(37,14,16)
#210D0F
(33,13,15)
#1D0C0E
(29,12,14)
#190B0D
(25,11,13)
#150A0C
(21,10,12)
#11090B
(17,9,11)
#0D080A
(13,8,10)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #311113

#311113
(49,17,19)
#432628
(67,38,40)
#553B3D
(85,59,61)
#675052
(103,80,82)
#796567
(121,101,103)
#8B7A7C
(139,122,124)
#9D8F91
(157,143,145)
#AFA4A6
(175,164,166)
#C1B9BB
(193,185,187)
#D3CED0
(211,206,208)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311113; }

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

This text font color is #311113.


Background Color

.myBgColor { background-color: #311113; }

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

This div background color is #311113.


Border color

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

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

This div border color is #311113.


Opacity

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

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

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

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

This text has shadow with #311113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311113 on black background.


Color preview on white background

This text has color #311113 on white background.



Black color preview on #311113 background

This text has black color on #311113 background.


White color preview on #311113 background

This text has white color on #311113 background.