COLOR #131F1D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
31
29

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

Portions of RGB colors in percentages

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

%24.05
%39.24
%36.71

CMYK color model

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

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

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

CMYK percentages

%38.71
%0
%6.45
%87.84

Codes

Color #131F1D in popluar color models

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

Color #131F1D in popluar number systems.

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

Shades and tints

Shades of #131F1D

#131F1D
(19,31,29)
#121D1B
(18,29,27)
#111B19
(17,27,25)
#101917
(16,25,23)
#0F1715
(15,23,21)
#0E1513
(14,21,19)
#0D1311
(13,19,17)
#0C110F
(12,17,15)
#0B0F0D
(11,15,13)
#0A0D0B
(10,13,11)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #131F1D

#131F1D
(19,31,29)
#283331
(40,51,49)
#3D4745
(61,71,69)
#525B59
(82,91,89)
#676F6D
(103,111,109)
#7C8381
(124,131,129)
#919795
(145,151,149)
#A6ABA9
(166,171,169)
#BBBFBD
(187,191,189)
#D0D3D1
(208,211,209)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131F1D; }

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

This text font color is #131F1D.

Background Color

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

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

This div background color is #131F1D.

Border color

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

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

This div border color is #131F1D.

Opacity

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

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

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

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

This text has shadow with #131F1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131F1D.

Preview

Color preview on black background

This text has color #131F1D on black background.


Color preview on white background

This text has color #131F1D on white background.


Black color preview on #131F1D background

This text has black color on #131F1D background.


White color preview on #131F1D background

This text has white color on #131F1D background.


Related colors

Complementary color

Complementary color for #hex is #ECE0E2.


I love getcolorcode.com

Triadic colors

1 #1D131F and #1F1D13 with #131F1D are triadic colors.

2 #1D1F13 and #1F131D with #131F1D are triadic colors.