COLOR #15121B

HEX: #15121B
RGB: (21,18,27)

Color info

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

RGB color model

#15121B color RGB value is (21,18,27).

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

RGB channels and saturation

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

21
18
27

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

Portions of RGB colors in percentages

R + G + B =
21 + 18 + 27 = 66 (100%)
R 21 of 66 ~ 31.82%
G 18 of 66 ~ 27.27%
B 27 of 66 ~ 40.91%

%31.82
%27.27
%40.91

CMYK color model

#15121B color CMYK value is (22,33,0,89).

  • cyan value is 22.22%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(22,33,0,89)
C22M33Y0K89 
(22%,33%,0%,89%)
(0.22/0.33/0.00/0.89)	

CMYK percentages

%22.22
%33.33
%0
%89.41

Codes

Color #15121B in popluar color models

15121B
RGB211827
HSL260°20.00%8.82%
HSB/HSV260°33.33%10.59%
CMYK22.22%33.33%0.00%
89.41%

Color #15121B in popluar number systems.

HEX15121B
Decimal211827
Binary101011001011011
Octal252233

Shades and tints

Shades of #15121B

#15121B
(21,18,27)
#141119
(20,17,25)
#131017
(19,16,23)
#120F15
(18,15,21)
#110E13
(17,14,19)
#100D11
(16,13,17)
#0F0C0F
(15,12,15)
#0E0B0D
(14,11,13)
#0D0A0B
(13,10,11)
#0C0909
(12,9,9)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #15121B

#15121B
(21,18,27)
#2A272F
(42,39,47)
#3F3C43
(63,60,67)
#545157
(84,81,87)
#69666B
(105,102,107)
#7E7B7F
(126,123,127)
#939093
(147,144,147)
#A8A5A7
(168,165,167)
#BDBABB
(189,186,187)
#D2CFCF
(210,207,207)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15121B; }

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

This text font color is #15121B.


Background Color

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

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

This div background color is #15121B.


Border color

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

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

This div border color is #15121B.


Opacity

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

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

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

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

This text has shadow with #15121B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15121B on black background.


Color preview on white background

This text has color #15121B on white background.



Black color preview on #15121B background

This text has black color on #15121B background.


White color preview on #15121B background

This text has white color on #15121B background.