COLOR #151219

HEX: #151219
RGB: (21,18,25)

Color info

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

RGB color model

#151219 color RGB value is (21,18,25).

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

RGB channels and saturation

R 21 of 255 = 8%
G 18 of 255 = 7%
B 25 of 255 = 10%

21
18
25

R + G + B ~ 8%. #151219 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 18 + 25 = 64 (100%)
R 21 of 64 ~ 32.81%
G 18 of 64 ~ 28.13%
B 25 of 64 ~ 39.06%

%32.81
%28.13
%39.06

CMYK color model

#151219 color CMYK value is (16,28,0,90).

  • cyan value is 16.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(16,28,0,90)
C16M28Y0K90 
(16%,28%,0%,90%)
(0.16/0.28/0.00/0.90)	

CMYK percentages

%16
%28
%0
%90.2

Codes

Color #151219 in popluar color models

151219
RGB211825
HSL266°16.28%8.43%
HSB/HSV266°28.00%9.80%
CMYK16.00%28.00%0.00%
90.20%

Color #151219 in popluar number systems.

HEX151219
Decimal211825
Binary101011001011001
Octal252231

Shades and tints

Shades of #151219

#151219
(21,18,25)
#141117
(20,17,23)
#131015
(19,16,21)
#120F13
(18,15,19)
#110E11
(17,14,17)
#100D0F
(16,13,15)
#0F0C0D
(15,12,13)
#0E0B0B
(14,11,11)
#0D0A09
(13,10,9)
#0C0907
(12,9,7)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #151219

#151219
(21,18,25)
#2A272D
(42,39,45)
#3F3C41
(63,60,65)
#545155
(84,81,85)
#696669
(105,102,105)
#7E7B7D
(126,123,125)
#939091
(147,144,145)
#A8A5A5
(168,165,165)
#BDBAB9
(189,186,185)
#D2CFCD
(210,207,205)
#E7E4E1
(231,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151219; }

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

This text font color is #151219.


Background Color

.myBgColor { background-color: #151219; }

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

This div background color is #151219.


Border color

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

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

This div border color is #151219.


Opacity

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

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

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

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

This text has shadow with #151219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151219 on black background.


Color preview on white background

This text has color #151219 on white background.



Black color preview on #151219 background

This text has black color on #151219 background.


White color preview on #151219 background

This text has white color on #151219 background.