COLOR #131A15

HEX: #131A15 RGB: (19,26,21)

Color info

#131A15 contains red, green and blue colors in about the same proportion. Web safe color of #131A15 is #000000 (or #000).

RGB color model

#131A15 color RGB value is (19,26,21).

RGB: (19,26,21) (7%, 10%, 8%)

RGB channels and saturation

R 19 of 255 = 7%
G 26 of 255 = 10%
B 21 of 255 = 8%

19
26
21

R + G + B ~ 8%. #131A15 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 26 + 21 = 66 (100%)
R 19 of 66 ~ 28.79%
G 26 of 66 ~ 39.39%
B 21 of 66 ~ 31.82'%

%28.79
%39.39
%31.82

CMYK color model

#131A15 color CMYK value is (27,0,19,90).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 89.80%

CMYK: (27,0,19,90)
C27M0Y19K90 (27%, 0%, 19%, 90%)
(0.27 / 0.00 / 0.19 / 0.90)

CMYK percentages

%26.92
%0
%19.23
%89.8

Codes

Color #131A15 in popluar color models

13 1A 15
RGB 19 26 21
HSL 137° 15.56% 8.82%
HSB/HSV 137° 26.92% 10.20%
CMYK 26.92% 0.00% 19.23%
89.80%

Color #131A15 in popluar number systems.

HEX 13 1A 15
Decimal 19 26 21
Binary 10011 11010 10101
Octal 23 32 25

Shades and tints

Shades of #131A15

#131A15
(19,26,21)
#121814
(18,24,20)
#111613
(17,22,19)
#101412
(16,20,18)
#0F1211
(15,18,17)
#0E1010
(14,16,16)
#0D0E0F
(13,14,15)
#0C0C0E
(12,12,14)
#0B0A0D
(11,10,13)
#0A080C
(10,8,12)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #131A15

#131A15
(19,26,21)
#282E2A
(40,46,42)
#3D423F
(61,66,63)
#525654
(82,86,84)
#676A69
(103,106,105)
#7C7E7E
(124,126,126)
#919293
(145,146,147)
#A6A6A8
(166,166,168)
#BBBABD
(187,186,189)
#D0CED2
(208,206,210)
#E5E2E7
(229,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131A15; }

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

This text font color is #131A15.

Background Color

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

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

This div background color is #131A15.

Border color

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

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

This div border color is #131A15.

Opacity

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

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

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

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

This text has shadow with #131A15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131A15.

Preview

Color preview on black background

This text has color #131A15 on black background.


Color preview on white background

This text has color #131A15 on white background.


Black color preview on #131A15 background

This text has black color on #131A15 background.


White color preview on #131A15 background

This text has white color on #131A15 background.


Related colors

Complementary color

Complementary color for #hex is #ECE5EA.


I love getcolorcode.com

Triadic colors

1 #15131A and #1A1513 with #131A15 are triadic colors.

2 #151A13 and #1A1315 with #131A15 are triadic colors.