COLOR #131D20

HEX: #131D20 RGB: (19,29,32)

Color info

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

RGB color model

#131D20 color RGB value is (19,29,32).

RGB: (19,29,32) (7%, 11%, 13%)

RGB channels and saturation

R 19 of 255 = 7%
G 29 of 255 = 11%
B 32 of 255 = 13%

19
29
32

R + G + B ~ 10%. #131D20 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 29 + 32 = 80 (100%)
R 19 of 80 ~ 23.75%
G 29 of 80 ~ 36.25%
B 32 of 80 ~ 40'%

%23.75
%36.25
%40

CMYK color model

#131D20 color CMYK value is (41,9,0,87).

  • cyan value is 40.63%
  • magenta value is 9.37%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (41,9,0,87)
C41M9Y0K87 (41%, 9%, 0%, 87%)
(0.41 / 0.09 / 0.00 / 0.87)

CMYK percentages

%40.63
%9.37
%0
%87.45

Codes

Color #131D20 in popluar color models

13 1D 20
RGB 19 29 32
HSL 194° 25.49% 10.00%
HSB/HSV 194° 40.63% 12.55%
CMYK 40.63% 9.37% 0.00%
87.45%

Color #131D20 in popluar number systems.

HEX 13 1D 20
Decimal 19 29 32
Binary 10011 11101 100000
Octal 23 35 40

Shades and tints

Shades of #131D20

#131D20
(19,29,32)
#121B1E
(18,27,30)
#11191C
(17,25,28)
#10171A
(16,23,26)
#0F1518
(15,21,24)
#0E1316
(14,19,22)
#0D1114
(13,17,20)
#0C0F12
(12,15,18)
#0B0D10
(11,13,16)
#0A0B0E
(10,11,14)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #131D20

#131D20
(19,29,32)
#283134
(40,49,52)
#3D4548
(61,69,72)
#52595C
(82,89,92)
#676D70
(103,109,112)
#7C8184
(124,129,132)
#919598
(145,149,152)
#A6A9AC
(166,169,172)
#BBBDC0
(187,189,192)
#D0D1D4
(208,209,212)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131D20 color. Also use rgb(19,29,32) instead hex code.

Text Font Color

.myTextColor { color: #131D20; }

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

This text font color is #131D20.

Background Color

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

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

This div background color is #131D20.

Border color

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

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

This div border color is #131D20.

Opacity

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

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

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

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

This text has shadow with #131D20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131D20.

Preview

Color preview on black background

This text has color #131D20 on black background.


Color preview on white background

This text has color #131D20 on white background.


Black color preview on #131D20 background

This text has black color on #131D20 background.


White color preview on #131D20 background

This text has white color on #131D20 background.


Related colors

Complementary color

Complementary color for #hex is #ECE2DF.


I love getcolorcode.com

Triadic colors

1 #20131D and #1D2013 with #131D20 are triadic colors.

2 #201D13 and #1D1320 with #131D20 are triadic colors.