COLOR #131031

HEX: #131031
RGB: (19,16,49)

Color info

#131031 contains red, green and blue colors in about the same proportion. Web safe color of #131031 is #000033 (or #003).

RGB color model

#131031 color RGB value is (19,16,49).

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

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 49 of 255 = 19%

19
16
49

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

Portions of RGB colors in percentages

R + G + B =
19 + 16 + 49 = 84 (100%)
R 19 of 84 ~ 22.62%
G 16 of 84 ~ 19.05%
B 49 of 84 ~ 58.33%

%22.62
%19.05
%58.33

CMYK color model

#131031 color CMYK value is (61,67,0,81).

  • cyan value is 61.22%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,67,0,81)
C61M67Y0K81 
(61%,67%,0%,81%)
(0.61/0.67/0.00/0.81)	

CMYK percentages

%61.22
%67.35
%0
%80.78

Codes

Color #131031 in popluar color models

131031
RGB191649
HSL245°50.77%12.75%
HSB/HSV245°67.35%19.22%
CMYK61.22%67.35%0.00%
80.78%

Color #131031 in popluar number systems.

HEX131031
Decimal191649
Binary1001110000110001
Octal232061

Shades and tints

Shades of #131031

#131031
(19,16,49)
#120F2D
(18,15,45)
#110E29
(17,14,41)
#100D25
(16,13,37)
#0F0C21
(15,12,33)
#0E0B1D
(14,11,29)
#0D0A19
(13,10,25)
#0C0915
(12,9,21)
#0B0811
(11,8,17)
#0A070D
(10,7,13)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #131031

#131031
(19,16,49)
#282543
(40,37,67)
#3D3A55
(61,58,85)
#524F67
(82,79,103)
#676479
(103,100,121)
#7C798B
(124,121,139)
#918E9D
(145,142,157)
#A6A3AF
(166,163,175)
#BBB8C1
(187,184,193)
#D0CDD3
(208,205,211)
#E5E2E5
(229,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131031; }

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

This text font color is #131031.


Background Color

.myBgColor { background-color: #131031; }

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

This div background color is #131031.


Border color

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

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

This div border color is #131031.


Opacity

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

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

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

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

This text has shadow with #131031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131031 on black background.


Color preview on white background

This text has color #131031 on white background.



Black color preview on #131031 background

This text has black color on #131031 background.


White color preview on #131031 background

This text has white color on #131031 background.