COLOR #131D1F

HEX: #131D1F RGB: (19,29,31)

Color info

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

RGB color model

#131D1F color RGB value is (19,29,31).

RGB: (19,29,31) (7%, 11%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 29 of 255 = 11%
B 31 of 255 = 12%

19
29
31

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

Portions of RGB colors in percentages

R + G + B = 19 + 29 + 31 = 79 (100%)
R 19 of 79 ~ 24.05%
G 29 of 79 ~ 36.71%
B 31 of 79 ~ 39.24'%

%24.05
%36.71
%39.24

CMYK color model

#131D1F color CMYK value is (39,6,0,88).

  • cyan value is 38.71%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (39,6,0,88)
C39M6Y0K88 (39%, 6%, 0%, 88%)
(0.39 / 0.06 / 0.00 / 0.88)

CMYK percentages

%38.71
%6.45
%0
%87.84

Codes

Color #131D1F in popluar color models

13 1D 1F
RGB 19 29 31
HSL 190° 24.00% 9.80%
HSB/HSV 190° 38.71% 12.16%
CMYK 38.71% 6.45% 0.00%
87.84%

Color #131D1F in popluar number systems.

HEX 13 1D 1F
Decimal 19 29 31
Binary 10011 11101 11111
Octal 23 35 37

Shades and tints

Shades of #131D1F

#131D1F
(19,29,31)
#121B1D
(18,27,29)
#11191B
(17,25,27)
#101719
(16,23,25)
#0F1517
(15,21,23)
#0E1315
(14,19,21)
#0D1113
(13,17,19)
#0C0F11
(12,15,17)
#0B0D0F
(11,13,15)
#0A0B0D
(10,11,13)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #131D1F

#131D1F
(19,29,31)
#283133
(40,49,51)
#3D4547
(61,69,71)
#52595B
(82,89,91)
#676D6F
(103,109,111)
#7C8183
(124,129,131)
#919597
(145,149,151)
#A6A9AB
(166,169,171)
#BBBDBF
(187,189,191)
#D0D1D3
(208,209,211)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131D1F; }

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

This text font color is #131D1F.

Background Color

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

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

This div background color is #131D1F.

Border color

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

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

This div border color is #131D1F.

Opacity

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

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

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

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

This text has shadow with #131D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131D1F.

Preview

Color preview on black background

This text has color #131D1F on black background.


Color preview on white background

This text has color #131D1F on white background.


Black color preview on #131D1F background

This text has black color on #131D1F background.


White color preview on #131D1F background

This text has white color on #131D1F background.


Related colors

Complementary color

Complementary color for #hex is #ECE2E0.


I love getcolorcode.com

Triadic colors

1 #1F131D and #1D1F13 with #131D1F are triadic colors.

2 #1F1D13 and #1D131F with #131D1F are triadic colors.