COLOR #15151F

HEX: #15151F
RGB: (21,21,31)

Color info

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

RGB color model

#15151F color RGB value is (21,21,31).

  • red value is 21;
  • green value is 21;
  • blue value is 31.
RGB:
(21,21,31)
(8%,8%,12%)

RGB channels and saturation

R 21 of 255 = 8%
G 21 of 255 = 8%
B 31 of 255 = 12%

21
21
31

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

Portions of RGB colors in percentages

R + G + B =
21 + 21 + 31 = 73 (100%)
R 21 of 73 ~ 28.77%
G 21 of 73 ~ 28.77%
B 31 of 73 ~ 42.47%

%28.77
%28.77
%42.47

CMYK color model

#15151F color CMYK value is (32,32,0,88).

  • cyan value is 32.26%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(32,32,0,88)
C32M32Y0K88 
(32%,32%,0%,88%)
(0.32/0.32/0.00/0.88)	

CMYK percentages

%32.26
%32.26
%0
%87.84

Codes

Color #15151F in popluar color models

15151F
RGB212131
HSL240°19.23%10.20%
HSB/HSV240°32.26%12.16%
CMYK32.26%32.26%0.00%
87.84%

Color #15151F in popluar number systems.

HEX15151F
Decimal212131
Binary101011010111111
Octal252537

Shades and tints

Shades of #15151F

#15151F
(21,21,31)
#14141D
(20,20,29)
#13131B
(19,19,27)
#121219
(18,18,25)
#111117
(17,17,23)
#101015
(16,16,21)
#0F0F13
(15,15,19)
#0E0E11
(14,14,17)
#0D0D0F
(13,13,15)
#0C0C0D
(12,12,13)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #15151F

#15151F
(21,21,31)
#2A2A33
(42,42,51)
#3F3F47
(63,63,71)
#54545B
(84,84,91)
#69696F
(105,105,111)
#7E7E83
(126,126,131)
#939397
(147,147,151)
#A8A8AB
(168,168,171)
#BDBDBF
(189,189,191)
#D2D2D3
(210,210,211)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15151F color. Also use rgb(21,21,31) instead hex code.

Text Font Color

.myTextColor { color: #15151F; }

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

This text font color is #15151F.


Background Color

.myBgColor { background-color: #15151F; }

<div style="background-color:#15151F">Inner text</div>

This div background color is #15151F.


Border color

.myBorderColor { border: 1px solid #15151F; }

<div style="border:3px solid #15151F">Div</div>

This div border color is #15151F.


Opacity

.myOpacity80 { color: #15151F; opacity: 0.8; }

<p style="color:#15151F;opacity:0.8;">80%</p>

Text with #15151F 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 #15151F;}

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

This text has shadow with #15151F color.

.textShadow {text-shadow: 3px 3px 1px #15151F, 3px 3px 1px red;}

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

This text has shadow with #15151F primary color and red secondary color.


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

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

This text has shadow with #15151F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15151F on black background.


Color preview on white background

This text has color #15151F on white background.



Black color preview on #15151F background

This text has black color on #15151F background.


White color preview on #15151F background

This text has white color on #15151F background.