COLOR #15010F

HEX: #15010F
RGB: (21,1,15)

Color info

#15010F contains red, green and blue colors in about the same proportion. Web safe color of #15010F is #000000 (or #000).

RGB color model

#15010F color RGB value is (21,1,15).

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

RGB channels and saturation

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

21
1
15

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

Portions of RGB colors in percentages

R + G + B =
21 + 1 + 15 = 37 (100%)
R 21 of 37 ~ 56.76%
G 1 of 37 ~ 2.7%
B 15 of 37 ~ 40.54%

%56.76
%40.54

CMYK color model

#15010F color CMYK value is (0,95,29,92).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 28.57%
  • key color value is 91.76%
CMYK:
(0,95,29,92)
C0M95Y29K92 
(0%,95%,29%,92%)
(0.00/0.95/0.29/0.92)	

CMYK percentages

%0
%95.24
%28.57
%91.76

Codes

Color #15010F in popluar color models

15010F
RGB21115
HSL318°90.91%4.31%
HSB/HSV318°95.24%8.24%
CMYK0.00%95.24%28.57%
91.76%

Color #15010F in popluar number systems.

HEX15010F
Decimal21115
Binary1010111111
Octal25117

Shades and tints

Shades of #15010F

#15010F
(21,1,15)
#14010E
(20,1,14)
#13010D
(19,1,13)
#12010C
(18,1,12)
#11010B
(17,1,11)
#10010A
(16,1,10)
#0F0109
(15,1,9)
#0E0108
(14,1,8)
#0D0107
(13,1,7)
#0C0106
(12,1,6)
#0B0105
(11,1,5)
#000000
(0,0,0)

Tints of #15010F

#15010F
(21,1,15)
#2A1824
(42,24,36)
#3F2F39
(63,47,57)
#54464E
(84,70,78)
#695D63
(105,93,99)
#7E7478
(126,116,120)
#938B8D
(147,139,141)
#A8A2A2
(168,162,162)
#BDB9B7
(189,185,183)
#D2D0CC
(210,208,204)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15010F; }

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

This text font color is #15010F.


Background Color

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

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

This div background color is #15010F.


Border color

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

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

This div border color is #15010F.


Opacity

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

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

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

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

This text has shadow with #15010F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15010F on black background.


Color preview on white background

This text has color #15010F on white background.



Black color preview on #15010F background

This text has black color on #15010F background.


White color preview on #15010F background

This text has white color on #15010F background.