COLOR #131A1E

HEX: #131A1E RGB: (19,26,30)

Color info

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

RGB color model

#131A1E color RGB value is (19,26,30).

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

RGB channels and saturation

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

19
26
30

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

Portions of RGB colors in percentages

R + G + B = 19 + 26 + 30 = 75 (100%)
R 19 of 75 ~ 25.33%
G 26 of 75 ~ 34.67%
B 30 of 75 ~ 40'%

%25.33
%34.67
%40

CMYK color model

#131A1E color CMYK value is (37,13,0,88).

  • cyan value is 36.67%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (37,13,0,88)
C37M13Y0K88 (37%, 13%, 0%, 88%)
(0.37 / 0.13 / 0.00 / 0.88)

CMYK percentages

%36.67
%13.33
%0
%88.24

Codes

Color #131A1E in popluar color models

13 1A 1E
RGB 19 26 30
HSL 202° 22.45% 9.61%
HSB/HSV 202° 36.67% 11.76%
CMYK 36.67% 13.33% 0.00%
88.24%

Color #131A1E in popluar number systems.

HEX 13 1A 1E
Decimal 19 26 30
Binary 10011 11010 11110
Octal 23 32 36

Shades and tints

Shades of #131A1E

#131A1E
(19,26,30)
#12181C
(18,24,28)
#11161A
(17,22,26)
#101418
(16,20,24)
#0F1216
(15,18,22)
#0E1014
(14,16,20)
#0D0E12
(13,14,18)
#0C0C10
(12,12,16)
#0B0A0E
(11,10,14)
#0A080C
(10,8,12)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #131A1E

#131A1E
(19,26,30)
#282E32
(40,46,50)
#3D4246
(61,66,70)
#52565A
(82,86,90)
#676A6E
(103,106,110)
#7C7E82
(124,126,130)
#919296
(145,146,150)
#A6A6AA
(166,166,170)
#BBBABE
(187,186,190)
#D0CED2
(208,206,210)
#E5E2E6
(229,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131A1E; }

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

This text font color is #131A1E.

Background Color

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

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

This div background color is #131A1E.

Border color

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

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

This div border color is #131A1E.

Opacity

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

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

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

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

This text has shadow with #131A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131A1E.

Preview

Color preview on black background

This text has color #131A1E on black background.


Color preview on white background

This text has color #131A1E on white background.


Black color preview on #131A1E background

This text has black color on #131A1E background.


White color preview on #131A1E background

This text has white color on #131A1E background.


Related colors

Complementary color

Complementary color for #hex is #ECE5E1.


I love getcolorcode.com

Triadic colors

1 #1E131A and #1A1E13 with #131A1E are triadic colors.

2 #1E1A13 and #1A131E with #131A1E are triadic colors.