COLOR #131B1F

HEX: #131B1F RGB: (19,27,31)

Color info

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

RGB color model

#131B1F color RGB value is (19,27,31).

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

RGB channels and saturation

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

19
27
31

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

Portions of RGB colors in percentages

R + G + B = 19 + 27 + 31 = 77 (100%)
R 19 of 77 ~ 24.68%
G 27 of 77 ~ 35.06%
B 31 of 77 ~ 40.26'%

%24.68
%35.06
%40.26

CMYK color model

#131B1F color CMYK value is (39,13,0,88).

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

CMYK: (39,13,0,88)
C39M13Y0K88 (39%, 13%, 0%, 88%)
(0.39 / 0.13 / 0.00 / 0.88)

CMYK percentages

%38.71
%12.9
%0
%87.84

Codes

Color #131B1F in popluar color models

13 1B 1F
RGB 19 27 31
HSL 200° 24.00% 9.80%
HSB/HSV 200° 38.71% 12.16%
CMYK 38.71% 12.90% 0.00%
87.84%

Color #131B1F in popluar number systems.

HEX 13 1B 1F
Decimal 19 27 31
Binary 10011 11011 11111
Octal 23 33 37

Shades and tints

Shades of #131B1F

#131B1F
(19,27,31)
#12191D
(18,25,29)
#11171B
(17,23,27)
#101519
(16,21,25)
#0F1317
(15,19,23)
#0E1115
(14,17,21)
#0D0F13
(13,15,19)
#0C0D11
(12,13,17)
#0B0B0F
(11,11,15)
#0A090D
(10,9,13)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #131B1F

#131B1F
(19,27,31)
#282F33
(40,47,51)
#3D4347
(61,67,71)
#52575B
(82,87,91)
#676B6F
(103,107,111)
#7C7F83
(124,127,131)
#919397
(145,147,151)
#A6A7AB
(166,167,171)
#BBBBBF
(187,187,191)
#D0CFD3
(208,207,211)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131B1F; }

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

This text font color is #131B1F.

Background Color

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

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

This div background color is #131B1F.

Border color

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

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

This div border color is #131B1F.

Opacity

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

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

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

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

This text has shadow with #131B1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131B1F.

Preview

Color preview on black background

This text has color #131B1F on black background.


Color preview on white background

This text has color #131B1F on white background.


Black color preview on #131B1F background

This text has black color on #131B1F background.


White color preview on #131B1F background

This text has white color on #131B1F background.


Related colors

Complementary color

Complementary color for #hex is #ECE4E0.


I love getcolorcode.com

Triadic colors

1 #1F131B and #1B1F13 with #131B1F are triadic colors.

2 #1F1B13 and #1B131F with #131B1F are triadic colors.