COLOR #150217

HEX: #150217 RGB: (21,2,23)

Color info

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

RGB color model

#150217 color RGB value is (21,2,23).

RGB: (21,2,23) (8%, 1%, 9%)

RGB channels and saturation

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

21
2
23

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

Portions of RGB colors in percentages

R + G + B = 21 + 2 + 23 = 46 (100%)
R 21 of 46 ~ 45.65%
G 2 of 46 ~ 4.35%
B 23 of 46 ~ 50'%

%45.65
%50

CMYK color model

#150217 color CMYK value is (9,91,0,91).

  • cyan value is 8.70%
  • magenta value is 91.30%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (9,91,0,91)
C9M91Y0K91 (9%, 91%, 0%, 91%)
(0.09 / 0.91 / 0.00 / 0.91)

CMYK percentages

%8.7
%91.3
%0
%90.98

Codes

Color #150217 in popluar color models

15 02 17
RGB 21 2 23
HSL 294° 84.00% 4.90%
HSB/HSV 294° 91.30% 9.02%
CMYK 8.70% 91.30% 0.00%
90.98%

Color #150217 in popluar number systems.

HEX 15 02 17
Decimal 21 2 23
Binary 10101 10 10111
Octal 25 2 27

Shades and tints

Shades of #150217

#150217
(21,2,23)
#140215
(20,2,21)
#130213
(19,2,19)
#120211
(18,2,17)
#11020F
(17,2,15)
#10020D
(16,2,13)
#0F020B
(15,2,11)
#0E0209
(14,2,9)
#0D0207
(13,2,7)
#0C0205
(12,2,5)
#0B0203
(11,2,3)
#000000
(0,0,0)

Tints of #150217

#150217
(21,2,23)
#2A192C
(42,25,44)
#3F3041
(63,48,65)
#544756
(84,71,86)
#695E6B
(105,94,107)
#7E7580
(126,117,128)
#938C95
(147,140,149)
#A8A3AA
(168,163,170)
#BDBABF
(189,186,191)
#D2D1D4
(210,209,212)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150217; }

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

This text font color is #150217.

Background Color

.myBgColor { background-color: #150217; }

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

This div background color is #150217.

Border color

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

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

This div border color is #150217.

Opacity

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

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

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

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

This text has shadow with #150217 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150217.

Preview

Color preview on black background

This text has color #150217 on black background.


Color preview on white background

This text has color #150217 on white background.


Black color preview on #150217 background

This text has black color on #150217 background.


White color preview on #150217 background

This text has white color on #150217 background.


Related colors

Complementary color

Complementary color for #hex is #EAFDE8.


I love getcolorcode.com

Triadic colors

1 #171502 and #021715 with #150217 are triadic colors.

2 #170215 and #021517 with #150217 are triadic colors.