COLOR #150319

HEX: #150319
RGB: (21,3,25)

Color info

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

RGB color model

#150319 color RGB value is (21,3,25).

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

RGB channels and saturation

R 21 of 255 = 8%
G 3 of 255 = 1%
B 25 of 255 = 10%

21
3
25

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

Portions of RGB colors in percentages

R + G + B =
21 + 3 + 25 = 49 (100%)
R 21 of 49 ~ 42.86%
G 3 of 49 ~ 6.12%
B 25 of 49 ~ 51.02%

%42.86
%51.02

CMYK color model

#150319 color CMYK value is (16,88,0,90).

  • cyan value is 16.00%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(16,88,0,90)
C16M88Y0K90 
(16%,88%,0%,90%)
(0.16/0.88/0.00/0.90)	

CMYK percentages

%16
%88
%0
%90.2

Codes

Color #150319 in popluar color models

150319
RGB21325
HSL289°78.57%5.49%
HSB/HSV289°88.00%9.80%
CMYK16.00%88.00%0.00%
90.20%

Color #150319 in popluar number systems.

HEX150319
Decimal21325
Binary101011111001
Octal25331

Shades and tints

Shades of #150319

#150319
(21,3,25)
#140317
(20,3,23)
#130315
(19,3,21)
#120313
(18,3,19)
#110311
(17,3,17)
#10030F
(16,3,15)
#0F030D
(15,3,13)
#0E030B
(14,3,11)
#0D0309
(13,3,9)
#0C0307
(12,3,7)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #150319

#150319
(21,3,25)
#2A192D
(42,25,45)
#3F2F41
(63,47,65)
#544555
(84,69,85)
#695B69
(105,91,105)
#7E717D
(126,113,125)
#938791
(147,135,145)
#A89DA5
(168,157,165)
#BDB3B9
(189,179,185)
#D2C9CD
(210,201,205)
#E7DFE1
(231,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150319; }

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

This text font color is #150319.


Background Color

.myBgColor { background-color: #150319; }

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

This div background color is #150319.


Border color

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

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

This div border color is #150319.


Opacity

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

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

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

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

This text has shadow with #150319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150319 on black background.


Color preview on white background

This text has color #150319 on white background.



Black color preview on #150319 background

This text has black color on #150319 background.


White color preview on #150319 background

This text has white color on #150319 background.