COLOR #31193D

HEX: #31193D
RGB: (49,25,61)

Color info

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

RGB color model

#31193D color RGB value is (49,25,61).

  • red value is 49;
  • green value is 25;
  • blue value is 61.
RGB:
(49,25,61)
(19%,10%,24%)

RGB channels and saturation

R 49 of 255 = 19%
G 25 of 255 = 10%
B 61 of 255 = 24%

49
25
61

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

Portions of RGB colors in percentages

R + G + B =
49 + 25 + 61 = 135 (100%)
R 49 of 135 ~ 36.3%
G 25 of 135 ~ 18.52%
B 61 of 135 ~ 45.19%

%36.3
%18.52
%45.19

CMYK color model

#31193D color CMYK value is (20,59,0,76).

  • cyan value is 19.67%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(20,59,0,76)
C20M59Y0K76 
(20%,59%,0%,76%)
(0.20/0.59/0.00/0.76)	

CMYK percentages

%19.67
%59.02
%0
%76.08

Codes

Color #31193D in popluar color models

31193D
RGB492561
HSL280°41.86%16.86%
HSB/HSV280°59.02%23.92%
CMYK19.67%59.02%0.00%
76.08%

Color #31193D in popluar number systems.

HEX31193D
Decimal492561
Binary11000111001111101
Octal613175

Shades and tints

Shades of #31193D

#31193D
(49,25,61)
#2D1738
(45,23,56)
#291533
(41,21,51)
#25132E
(37,19,46)
#211129
(33,17,41)
#1D0F24
(29,15,36)
#190D1F
(25,13,31)
#150B1A
(21,11,26)
#110915
(17,9,21)
#0D0710
(13,7,16)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #31193D

#31193D
(49,25,61)
#432D4E
(67,45,78)
#55415F
(85,65,95)
#675570
(103,85,112)
#796981
(121,105,129)
#8B7D92
(139,125,146)
#9D91A3
(157,145,163)
#AFA5B4
(175,165,180)
#C1B9C5
(193,185,197)
#D3CDD6
(211,205,214)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31193D color. Also use rgb(49,25,61) instead hex code.

Text Font Color

.myTextColor { color: #31193D; }

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

This text font color is #31193D.


Background Color

.myBgColor { background-color: #31193D; }

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

This div background color is #31193D.


Border color

.myBorderColor { border: 1px solid #31193D; }

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

This div border color is #31193D.


Opacity

.myOpacity80 { color: #31193D; opacity: 0.8; }

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

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

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

This text has shadow with #31193D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31193D on black background.


Color preview on white background

This text has color #31193D on white background.



Black color preview on #31193D background

This text has black color on #31193D background.


White color preview on #31193D background

This text has white color on #31193D background.