COLOR #15011F

HEX: #15011F
RGB: (21,1,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
1
31

R + G + B ~ 7%. #15011F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 1 + 31 = 53 (100%)
R 21 of 53 ~ 39.62%
G 1 of 53 ~ 1.89%
B 31 of 53 ~ 58.49%

%39.62
%58.49

CMYK color model

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

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

CMYK percentages

%32.26
%96.77
%0
%87.84

Codes

Color #15011F in popluar color models

15011F
RGB21131
HSL280°93.75%6.27%
HSB/HSV280°96.77%12.16%
CMYK32.26%96.77%0.00%
87.84%

Color #15011F in popluar number systems.

HEX15011F
Decimal21131
Binary10101111111
Octal25137

Shades and tints

Shades of #15011F

#15011F
(21,1,31)
#14011D
(20,1,29)
#13011B
(19,1,27)
#120119
(18,1,25)
#110117
(17,1,23)
#100115
(16,1,21)
#0F0113
(15,1,19)
#0E0111
(14,1,17)
#0D010F
(13,1,15)
#0C010D
(12,1,13)
#0B010B
(11,1,11)
#000000
(0,0,0)

Tints of #15011F

#15011F
(21,1,31)
#2A1833
(42,24,51)
#3F2F47
(63,47,71)
#54465B
(84,70,91)
#695D6F
(105,93,111)
#7E7483
(126,116,131)
#938B97
(147,139,151)
#A8A2AB
(168,162,171)
#BDB9BF
(189,185,191)
#D2D0D3
(210,208,211)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15011F; }

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

This text font color is #15011F.


Background Color

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

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

This div background color is #15011F.


Border color

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

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

This div border color is #15011F.


Opacity

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

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

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

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

This text has shadow with #15011F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15011F on black background.


Color preview on white background

This text has color #15011F on white background.



Black color preview on #15011F background

This text has black color on #15011F background.


White color preview on #15011F background

This text has white color on #15011F background.