COLOR #131F2B

HEX: #131F2B
RGB: (19,31,43)

Color info

#131F2B contains red, green and blue colors in about the same proportion. Web safe color of #131F2B is #003333 (or #033).

RGB color model

#131F2B color RGB value is (19,31,43).

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

RGB channels and saturation

R 19 of 255 = 7%
G 31 of 255 = 12%
B 43 of 255 = 17%

19
31
43

R + G + B ~ 12%. #131F2B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 31 + 43 = 93 (100%)
R 19 of 93 ~ 20.43%
G 31 of 93 ~ 33.33%
B 43 of 93 ~ 46.24%

%20.43
%33.33
%46.24

CMYK color model

#131F2B color CMYK value is (56,28,0,83).

  • cyan value is 55.81%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(56,28,0,83)
C56M28Y0K83 
(56%,28%,0%,83%)
(0.56/0.28/0.00/0.83)	

CMYK percentages

%55.81
%27.91
%0
%83.14

Codes

Color #131F2B in popluar color models

131F2B
RGB193143
HSL210°38.71%12.16%
HSB/HSV210°55.81%16.86%
CMYK55.81%27.91%0.00%
83.14%

Color #131F2B in popluar number systems.

HEX131F2B
Decimal193143
Binary1001111111101011
Octal233753

Shades and tints

Shades of #131F2B

#131F2B
(19,31,43)
#121D28
(18,29,40)
#111B25
(17,27,37)
#101922
(16,25,34)
#0F171F
(15,23,31)
#0E151C
(14,21,28)
#0D1319
(13,19,25)
#0C1116
(12,17,22)
#0B0F13
(11,15,19)
#0A0D10
(10,13,16)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #131F2B

#131F2B
(19,31,43)
#28333E
(40,51,62)
#3D4751
(61,71,81)
#525B64
(82,91,100)
#676F77
(103,111,119)
#7C838A
(124,131,138)
#91979D
(145,151,157)
#A6ABB0
(166,171,176)
#BBBFC3
(187,191,195)
#D0D3D6
(208,211,214)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131F2B color. Also use rgb(19,31,43) instead hex code.

Text Font Color

.myTextColor { color: #131F2B; }

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

This text font color is #131F2B.


Background Color

.myBgColor { background-color: #131F2B; }

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

This div background color is #131F2B.


Border color

.myBorderColor { border: 1px solid #131F2B; }

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

This div border color is #131F2B.


Opacity

.myOpacity80 { color: #131F2B; opacity: 0.8; }

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

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

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

This text has shadow with #131F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131F2B on black background.


Color preview on white background

This text has color #131F2B on white background.



Black color preview on #131F2B background

This text has black color on #131F2B background.


White color preview on #131F2B background

This text has white color on #131F2B background.