COLOR #150219

HEX: #150219 RGB: (21,2,25)

Color info

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

RGB color model

#150219 color RGB value is (21,2,25).

RGB: (21,2,25) (8%, 1%, 10%)

RGB channels and saturation

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

21
2
25

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

Portions of RGB colors in percentages

R + G + B = 21 + 2 + 25 = 48 (100%)
R 21 of 48 ~ 43.75%
G 2 of 48 ~ 4.17%
B 25 of 48 ~ 52.08'%

%43.75
%52.08

CMYK color model

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

  • cyan value is 16.00%
  • magenta value is 92.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK: (16,92,0,90) C16M92Y0K90 (16%,92%,0%,90%) (0.16/0.92/0.00/0.90) 

CMYK percentages

%16
%92
%0
%90.2

Codes

Color #150219 in popluar color models

15 02 19
RGB 21 2 25
HSL 290° 85.19% 5.29%
HSB/HSV 290° 92.00% 9.80%
CMYK 16.00% 92.00% 0.00%
90.20%

Color #150219 in popluar number systems.

HEX 15 02 19
Decimal 21 2 25
Binary 10101 10 11001
Octal 25 2 31

Shades and tints

Shades of #150219

#150219
(21,2,25)
#140217
(20,2,23)
#130215
(19,2,21)
#120213
(18,2,19)
#110211
(17,2,17)
#10020F
(16,2,15)
#0F020D
(15,2,13)
#0E020B
(14,2,11)
#0D0209
(13,2,9)
#0C0207
(12,2,7)
#0B0205
(11,2,5)
#000000
(0,0,0)

Tints of #150219

#150219
(21,2,25)
#2A192D
(42,25,45)
#3F3041
(63,48,65)
#544755
(84,71,85)
#695E69
(105,94,105)
#7E757D
(126,117,125)
#938C91
(147,140,145)
#A8A3A5
(168,163,165)
#BDBAB9
(189,186,185)
#D2D1CD
(210,209,205)
#E7E8E1
(231,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150219; }

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

This text font color is #150219.

Background Color

.myBgColor { background-color: #150219; }

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

This div background color is #150219.

Border color

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

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

This div border color is #150219.

Opacity

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

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

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

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

This text has shadow with #150219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150219.

Preview

Color preview on black background

This text has color #150219 on black background.


Color preview on white background

This text has color #150219 on white background.


Black color preview on #150219 background

This text has black color on #150219 background.


White color preview on #150219 background

This text has white color on #150219 background.


Related colors

Complementary color

Complementary color for #hex is #EAFDE6.


I love getcolorcode.com

Triadic colors

1 #191502 and #021915 with #150219 are triadic colors.

2 #190215 and #021519 with #150219 are triadic colors.