COLOR #150215

HEX: #150215
RGB: (21,2,21)

Color info

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

RGB color model

#150215 color RGB value is (21,2,21).

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

RGB channels and saturation

R 21 of 255 = 8%
G 2 of 255 = 1%
B 21 of 255 = 8%

21
2
21

R + G + B ~ 6%. #150215 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 2 + 21 = 44 (100%)
R 21 of 44 ~ 47.73%
G 2 of 44 ~ 4.55%
B 21 of 44 ~ 47.73%

%47.73
%47.73

CMYK color model

#150215 color CMYK value is (0,90,0,92).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(0,90,0,92)
C0M90Y0K92 
(0%,90%,0%,92%)
(0.00/0.90/0.00/0.92)	

CMYK percentages

%0
%90.48
%0
%91.76

Codes

Color #150215 in popluar color models

150215
RGB21221
HSL300°82.61%4.51%
HSB/HSV300°90.48%8.24%
CMYK0.00%90.48%0.00%
91.76%

Color #150215 in popluar number systems.

HEX150215
Decimal21221
Binary101011010101
Octal25225

Shades and tints

Shades of #150215

#150215
(21,2,21)
#140214
(20,2,20)
#130213
(19,2,19)
#120212
(18,2,18)
#110211
(17,2,17)
#100210
(16,2,16)
#0F020F
(15,2,15)
#0E020E
(14,2,14)
#0D020D
(13,2,13)
#0C020C
(12,2,12)
#0B020B
(11,2,11)
#000000
(0,0,0)

Tints of #150215

#150215
(21,2,21)
#2A192A
(42,25,42)
#3F303F
(63,48,63)
#544754
(84,71,84)
#695E69
(105,94,105)
#7E757E
(126,117,126)
#938C93
(147,140,147)
#A8A3A8
(168,163,168)
#BDBABD
(189,186,189)
#D2D1D2
(210,209,210)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150215; }

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

This text font color is #150215.


Background Color

.myBgColor { background-color: #150215; }

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

This div background color is #150215.


Border color

.myBorderColor { border: 1px solid #150215; }

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

This div border color is #150215.


Opacity

.myOpacity80 { color: #150215; opacity: 0.8; }

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

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

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

This text has shadow with #150215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150215 on black background.


Color preview on white background

This text has color #150215 on white background.



Black color preview on #150215 background

This text has black color on #150215 background.


White color preview on #150215 background

This text has white color on #150215 background.