COLOR #150919

HEX: #150919
RGB: (21,9,25)

Color info

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

RGB color model

#150919 color RGB value is (21,9,25).

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

RGB channels and saturation

R 21 of 255 = 8%
G 9 of 255 = 4%
B 25 of 255 = 10%

21
9
25

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

Portions of RGB colors in percentages

R + G + B =
21 + 9 + 25 = 55 (100%)
R 21 of 55 ~ 38.18%
G 9 of 55 ~ 16.36%
B 25 of 55 ~ 45.45%

%38.18
%16.36
%45.45

CMYK color model

#150919 color CMYK value is (16,64,0,90).

  • cyan value is 16.00%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(16,64,0,90)
C16M64Y0K90 
(16%,64%,0%,90%)
(0.16/0.64/0.00/0.90)	

CMYK percentages

%16
%64
%0
%90.2

Codes

Color #150919 in popluar color models

150919
RGB21925
HSL285°47.06%6.67%
HSB/HSV285°64.00%9.80%
CMYK16.00%64.00%0.00%
90.20%

Color #150919 in popluar number systems.

HEX150919
Decimal21925
Binary10101100111001
Octal251131

Shades and tints

Shades of #150919

#150919
(21,9,25)
#140917
(20,9,23)
#130915
(19,9,21)
#120913
(18,9,19)
#110911
(17,9,17)
#10090F
(16,9,15)
#0F090D
(15,9,13)
#0E090B
(14,9,11)
#0D0909
(13,9,9)
#0C0907
(12,9,7)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #150919

#150919
(21,9,25)
#2A1F2D
(42,31,45)
#3F3541
(63,53,65)
#544B55
(84,75,85)
#696169
(105,97,105)
#7E777D
(126,119,125)
#938D91
(147,141,145)
#A8A3A5
(168,163,165)
#BDB9B9
(189,185,185)
#D2CFCD
(210,207,205)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150919; }

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

This text font color is #150919.


Background Color

.myBgColor { background-color: #150919; }

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

This div background color is #150919.


Border color

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

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

This div border color is #150919.


Opacity

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

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

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

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

This text has shadow with #150919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150919 on black background.


Color preview on white background

This text has color #150919 on white background.



Black color preview on #150919 background

This text has black color on #150919 background.


White color preview on #150919 background

This text has white color on #150919 background.