COLOR #15131B

HEX: #15131B
RGB: (21,19,27)

Color info

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

RGB color model

#15131B color RGB value is (21,19,27).

  • red value is 21;
  • green value is 19;
  • blue value is 27.
RGB:
(21,19,27)
(8%,7%,11%)

RGB channels and saturation

R 21 of 255 = 8%
G 19 of 255 = 7%
B 27 of 255 = 11%

21
19
27

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

Portions of RGB colors in percentages

R + G + B =
21 + 19 + 27 = 67 (100%)
R 21 of 67 ~ 31.34%
G 19 of 67 ~ 28.36%
B 27 of 67 ~ 40.3%

%31.34
%28.36
%40.3

CMYK color model

#15131B color CMYK value is (22,30,0,89).

  • cyan value is 22.22%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(22,30,0,89)
C22M30Y0K89 
(22%,30%,0%,89%)
(0.22/0.30/0.00/0.89)	

CMYK percentages

%22.22
%29.63
%0
%89.41

Codes

Color #15131B in popluar color models

15131B
RGB211927
HSL255°17.39%9.02%
HSB/HSV255°29.63%10.59%
CMYK22.22%29.63%0.00%
89.41%

Color #15131B in popluar number systems.

HEX15131B
Decimal211927
Binary101011001111011
Octal252333

Shades and tints

Shades of #15131B

#15131B
(21,19,27)
#141219
(20,18,25)
#131117
(19,17,23)
#121015
(18,16,21)
#110F13
(17,15,19)
#100E11
(16,14,17)
#0F0D0F
(15,13,15)
#0E0C0D
(14,12,13)
#0D0B0B
(13,11,11)
#0C0A09
(12,10,9)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #15131B

#15131B
(21,19,27)
#2A282F
(42,40,47)
#3F3D43
(63,61,67)
#545257
(84,82,87)
#69676B
(105,103,107)
#7E7C7F
(126,124,127)
#939193
(147,145,147)
#A8A6A7
(168,166,167)
#BDBBBB
(189,187,187)
#D2D0CF
(210,208,207)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15131B; }

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

This text font color is #15131B.


Background Color

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

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

This div background color is #15131B.


Border color

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

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

This div border color is #15131B.


Opacity

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

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

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

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

This text has shadow with #15131B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15131B on black background.


Color preview on white background

This text has color #15131B on white background.



Black color preview on #15131B background

This text has black color on #15131B background.


White color preview on #15131B background

This text has white color on #15131B background.