COLOR #131531

HEX: #131531
RGB: (19,21,49)

Color info

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

RGB color model

#131531 color RGB value is (19,21,49).

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

RGB channels and saturation

R 19 of 255 = 7%
G 21 of 255 = 8%
B 49 of 255 = 19%

19
21
49

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

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 49 = 89 (100%)
R 19 of 89 ~ 21.35%
G 21 of 89 ~ 23.6%
B 49 of 89 ~ 55.06%

%21.35
%23.6
%55.06

CMYK color model

#131531 color CMYK value is (61,57,0,81).

  • cyan value is 61.22%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,57,0,81)
C61M57Y0K81 
(61%,57%,0%,81%)
(0.61/0.57/0.00/0.81)	

CMYK percentages

%61.22
%57.14
%0
%80.78

Codes

Color #131531 in popluar color models

131531
RGB192149
HSL236°44.12%13.33%
HSB/HSV236°61.22%19.22%
CMYK61.22%57.14%0.00%
80.78%

Color #131531 in popluar number systems.

HEX131531
Decimal192149
Binary1001110101110001
Octal232561

Shades and tints

Shades of #131531

#131531
(19,21,49)
#12142D
(18,20,45)
#111329
(17,19,41)
#101225
(16,18,37)
#0F1121
(15,17,33)
#0E101D
(14,16,29)
#0D0F19
(13,15,25)
#0C0E15
(12,14,21)
#0B0D11
(11,13,17)
#0A0C0D
(10,12,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #131531

#131531
(19,21,49)
#282A43
(40,42,67)
#3D3F55
(61,63,85)
#525467
(82,84,103)
#676979
(103,105,121)
#7C7E8B
(124,126,139)
#91939D
(145,147,157)
#A6A8AF
(166,168,175)
#BBBDC1
(187,189,193)
#D0D2D3
(208,210,211)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131531; }

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

This text font color is #131531.


Background Color

.myBgColor { background-color: #131531; }

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

This div background color is #131531.


Border color

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

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

This div border color is #131531.


Opacity

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

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

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

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

This text has shadow with #131531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131531 on black background.


Color preview on white background

This text has color #131531 on white background.



Black color preview on #131531 background

This text has black color on #131531 background.


White color preview on #131531 background

This text has white color on #131531 background.