COLOR #131A1F

HEX: #131A1F RGB: (19,26,31)

Color info

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

RGB color model

#131A1F color RGB value is (19,26,31).

RGB: (19,26,31) (7%, 10%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 26 of 255 = 10%
B 31 of 255 = 12%

19
26
31

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

Portions of RGB colors in percentages

R + G + B = 19 + 26 + 31 = 76 (100%)
R 19 of 76 ~ 25%
G 26 of 76 ~ 34.21%
B 31 of 76 ~ 40.79'%

%25
%34.21
%40.79

CMYK color model

#131A1F color CMYK value is (39,16,0,88).

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

CMYK: (39,16,0,88)
C39M16Y0K88 (39%, 16%, 0%, 88%)
(0.39 / 0.16 / 0.00 / 0.88)

CMYK percentages

%38.71
%16.13
%0
%87.84

Codes

Color #131A1F in popluar color models

13 1A 1F
RGB 19 26 31
HSL 205° 24.00% 9.80%
HSB/HSV 205° 38.71% 12.16%
CMYK 38.71% 16.13% 0.00%
87.84%

Color #131A1F in popluar number systems.

HEX 13 1A 1F
Decimal 19 26 31
Binary 10011 11010 11111
Octal 23 32 37

Shades and tints

Shades of #131A1F

#131A1F
(19,26,31)
#12181D
(18,24,29)
#11161B
(17,22,27)
#101419
(16,20,25)
#0F1217
(15,18,23)
#0E1015
(14,16,21)
#0D0E13
(13,14,19)
#0C0C11
(12,12,17)
#0B0A0F
(11,10,15)
#0A080D
(10,8,13)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #131A1F

#131A1F
(19,26,31)
#282E33
(40,46,51)
#3D4247
(61,66,71)
#52565B
(82,86,91)
#676A6F
(103,106,111)
#7C7E83
(124,126,131)
#919297
(145,146,151)
#A6A6AB
(166,166,171)
#BBBABF
(187,186,191)
#D0CED3
(208,206,211)
#E5E2E7
(229,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131A1F; }

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

This text font color is #131A1F.

Background Color

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

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

This div background color is #131A1F.

Border color

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

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

This div border color is #131A1F.

Opacity

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

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

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

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

This text has shadow with #131A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131A1F.

Preview

Color preview on black background

This text has color #131A1F on black background.


Color preview on white background

This text has color #131A1F on white background.


Black color preview on #131A1F background

This text has black color on #131A1F background.


White color preview on #131A1F background

This text has white color on #131A1F background.


Related colors

Complementary color

Complementary color for #hex is #ECE5E0.


I love getcolorcode.com

Triadic colors

1 #1F131A and #1A1F13 with #131A1F are triadic colors.

2 #1F1A13 and #1A131F with #131A1F are triadic colors.