COLOR #15000F

HEX: #15000F
RGB: (21,0,15)

Color info

#15000F contains only red and blue colors. Web safe color of #15000F is #000000 (or #000).

RGB color model

#15000F color RGB value is (21,0,15).

  • red value is 21;
  • green value is 0;
  • blue value is 15.
RGB:
(21,0,15)
(8%,0%,6%)

RGB channels and saturation

R 21 of 255 = 8%
G 0 of 255 = 0%
B 15 of 255 = 6%

21
0
15

R + G + B ~ 5%. #15000F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 0 + 15 = 36 (100%)
R 21 of 36 ~ 58.33%
G 0 of 36 ~ 0%
B 15 of 36 ~ 41.67%

%58.33
%41.67

CMYK color model

#15000F color CMYK value is (0,100,29,92).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 28.57%
  • key color value is 91.76%
CMYK:
(0,100,29,92)
C0M100Y29K92 
(0%,100%,29%,92%)
(0.00/1.00/0.29/0.92)	

CMYK percentages

%0
%100
%28.57
%91.76

Codes

Color #15000F in popluar color models

15000F
RGB21015
HSL317°100.00%4.12%
HSB/HSV317°100.00%8.24%
CMYK0.00%100.00%28.57%
91.76%

Color #15000F in popluar number systems.

HEX15000F
Decimal21015
Binary1010101111
Octal25017

Shades and tints

Shades of #15000F

#15000F
(21,0,15)
#14000E
(20,0,14)
#13000D
(19,0,13)
#12000C
(18,0,12)
#11000B
(17,0,11)
#10000A
(16,0,10)
#0F0009
(15,0,9)
#0E0008
(14,0,8)
#0D0007
(13,0,7)
#0C0006
(12,0,6)
#0B0005
(11,0,5)
#000000
(0,0,0)

Tints of #15000F

#15000F
(21,0,15)
#2A1724
(42,23,36)
#3F2E39
(63,46,57)
#54454E
(84,69,78)
#695C63
(105,92,99)
#7E7378
(126,115,120)
#938A8D
(147,138,141)
#A8A1A2
(168,161,162)
#BDB8B7
(189,184,183)
#D2CFCC
(210,207,204)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15000F; }

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

This text font color is #15000F.


Background Color

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

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

This div background color is #15000F.


Border color

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

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

This div border color is #15000F.


Opacity

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

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

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

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

This text has shadow with #15000F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15000F on black background.


Color preview on white background

This text has color #15000F on white background.



Black color preview on #15000F background

This text has black color on #15000F background.


White color preview on #15000F background

This text has white color on #15000F background.