COLOR #15101F

HEX: #15101F
RGB: (21,16,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
16
31

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

Portions of RGB colors in percentages

R + G + B =
21 + 16 + 31 = 68 (100%)
R 21 of 68 ~ 30.88%
G 16 of 68 ~ 23.53%
B 31 of 68 ~ 45.59%

%30.88
%23.53
%45.59

CMYK color model

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

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

CMYK percentages

%32.26
%48.39
%0
%87.84

Codes

Color #15101F in popluar color models

15101F
RGB211631
HSL260°31.91%9.22%
HSB/HSV260°48.39%12.16%
CMYK32.26%48.39%0.00%
87.84%

Color #15101F in popluar number systems.

HEX15101F
Decimal211631
Binary101011000011111
Octal252037

Shades and tints

Shades of #15101F

#15101F
(21,16,31)
#140F1D
(20,15,29)
#130E1B
(19,14,27)
#120D19
(18,13,25)
#110C17
(17,12,23)
#100B15
(16,11,21)
#0F0A13
(15,10,19)
#0E0911
(14,9,17)
#0D080F
(13,8,15)
#0C070D
(12,7,13)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #15101F

#15101F
(21,16,31)
#2A2533
(42,37,51)
#3F3A47
(63,58,71)
#544F5B
(84,79,91)
#69646F
(105,100,111)
#7E7983
(126,121,131)
#938E97
(147,142,151)
#A8A3AB
(168,163,171)
#BDB8BF
(189,184,191)
#D2CDD3
(210,205,211)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15101F; }

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

This text font color is #15101F.


Background Color

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

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

This div background color is #15101F.


Border color

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

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

This div border color is #15101F.


Opacity

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

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

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

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

This text has shadow with #15101F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15101F on black background.


Color preview on white background

This text has color #15101F on white background.



Black color preview on #15101F background

This text has black color on #15101F background.


White color preview on #15101F background

This text has white color on #15101F background.