COLOR #15131A

HEX: #15131A RGB: (21,19,26)

Color info

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

RGB color model

#15131A color RGB value is (21,19,26).

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

RGB channels and saturation

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

21
19
26

R + G + B ~ 8%. #15131A is dark color.

Portions of RGB colors in percentages

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

%31.82
%28.79
%39.39

CMYK color model

#15131A color CMYK value is (19,27,0,90).

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

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

CMYK percentages

%19.23
%26.92
%0
%89.8

Codes

Color #15131A in popluar color models

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

Color #15131A in popluar number systems.

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

Shades and tints

Shades of #15131A

#15131A
(21,19,26)
#141218
(20,18,24)
#131116
(19,17,22)
#121014
(18,16,20)
#110F12
(17,15,18)
#100E10
(16,14,16)
#0F0D0E
(15,13,14)
#0E0C0C
(14,12,12)
#0D0B0A
(13,11,10)
#0C0A08
(12,10,8)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #15131A

#15131A
(21,19,26)
#2A282E
(42,40,46)
#3F3D42
(63,61,66)
#545256
(84,82,86)
#69676A
(105,103,106)
#7E7C7E
(126,124,126)
#939192
(147,145,146)
#A8A6A6
(168,166,166)
#BDBBBA
(189,187,186)
#D2D0CE
(210,208,206)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15131A; }

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

This text font color is #15131A.

Background Color

.myBgColor { background-color: #15131A; }

<div style="background-color:#15131A">Inner text</div>

This div background color is #15131A.

Border color

.myBorderColor { border: 1px solid #15131A; }

<div style="border:3px solid #15131A">Div</div>

This div border color is #15131A.

Opacity

.myOpacity80 { color: #15131A; opacity: 0.8; }

<p style="color:#15131A;opacity:0.8;">80%</p>

Text with #15131A 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 #15131A;}

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

This text has shadow with #15131A color.


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

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

This text has shadow with #15131A primary color and red secondary color.


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

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

This text has shadow with #15131A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15131A.

Preview

Color preview on black background

This text has color #15131A on black background.


Color preview on white background

This text has color #15131A on white background.


Black color preview on #15131A background

This text has black color on #15131A background.


White color preview on #15131A background

This text has white color on #15131A background.


Related colors

Complementary color

Complementary color for #hex is #EAECE5.


I love getcolorcode.com

Triadic colors

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

2 #1A1315 and #13151A with #15131A are triadic colors.