COLOR #310013

HEX: #310013
RGB: (49,0,19)

Color info

#310013 contains only red and blue colors. Web safe color of #310013 is #330000 (or #300).

RGB color model

#310013 color RGB value is (49,0,19).

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

RGB channels and saturation

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

49
0
19

R + G + B ~ 9%. #310013 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 0 + 19 = 68 (100%)
R 49 of 68 ~ 72.06%
G 0 of 68 ~ 0%
B 19 of 68 ~ 27.94%

%72.06
%27.94

CMYK color model

#310013 color CMYK value is (0,100,61,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 61.22%
  • key color value is 80.78%
CMYK:
(0,100,61,81)
C0M100Y61K81 
(0%,100%,61%,81%)
(0.00/1.00/0.61/0.81)	

CMYK percentages

%0
%100
%61.22
%80.78

Codes

Color #310013 in popluar color models

310013
RGB49019
HSL337°100.00%9.61%
HSB/HSV337°100.00%19.22%
CMYK0.00%100.00%61.22%
80.78%

Color #310013 in popluar number systems.

HEX310013
Decimal49019
Binary110001010011
Octal61023

Shades and tints

Shades of #310013

#310013
(49,0,19)
#2D0012
(45,0,18)
#290011
(41,0,17)
#250010
(37,0,16)
#21000F
(33,0,15)
#1D000E
(29,0,14)
#19000D
(25,0,13)
#15000C
(21,0,12)
#11000B
(17,0,11)
#0D000A
(13,0,10)
#090009
(9,0,9)
#000000
(0,0,0)

Tints of #310013

#310013
(49,0,19)
#431728
(67,23,40)
#552E3D
(85,46,61)
#674552
(103,69,82)
#795C67
(121,92,103)
#8B737C
(139,115,124)
#9D8A91
(157,138,145)
#AFA1A6
(175,161,166)
#C1B8BB
(193,184,187)
#D3CFD0
(211,207,208)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #310013; }

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

This text font color is #310013.


Background Color

.myBgColor { background-color: #310013; }

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

This div background color is #310013.


Border color

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

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

This div border color is #310013.


Opacity

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

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

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

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

This text has shadow with #310013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #310013 on black background.


Color preview on white background

This text has color #310013 on white background.



Black color preview on #310013 background

This text has black color on #310013 background.


White color preview on #310013 background

This text has white color on #310013 background.