COLOR #150211

HEX: #150211 RGB: (21,2,17)

Color info

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

RGB color model

#150211 color RGB value is (21,2,17).

RGB: (21,2,17) (8%, 1%, 7%)

RGB channels and saturation

R 21 of 255 = 8%
G 2 of 255 = 1%
B 17 of 255 = 7%

21
2
17

R + G + B ~ 5%. #150211 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 2 + 17 = 40 (100%)
R 21 of 40 ~ 52.5%
G 2 of 40 ~ 5%
B 17 of 40 ~ 42.5'%

%52.5
%42.5

CMYK color model

#150211 color CMYK value is (0,90,19,92).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 19.05%
  • key color value is 91.76%

CMYK: (0,90,19,92)
C0M90Y19K92 (0%, 90%, 19%, 92%)
(0.00 / 0.90 / 0.19 / 0.92)

CMYK percentages

%0
%90.48
%19.05
%91.76

Codes

Color #150211 in popluar color models

15 02 11
RGB 21 2 17
HSL 313° 82.61% 4.51%
HSB/HSV 313° 90.48% 8.24%
CMYK 0.00% 90.48% 19.05%
91.76%

Color #150211 in popluar number systems.

HEX 15 02 11
Decimal 21 2 17
Binary 10101 10 10001
Octal 25 2 21

Shades and tints

Shades of #150211

#150211
(21,2,17)
#140210
(20,2,16)
#13020F
(19,2,15)
#12020E
(18,2,14)
#11020D
(17,2,13)
#10020C
(16,2,12)
#0F020B
(15,2,11)
#0E020A
(14,2,10)
#0D0209
(13,2,9)
#0C0208
(12,2,8)
#0B0207
(11,2,7)
#000000
(0,0,0)

Tints of #150211

#150211
(21,2,17)
#2A1926
(42,25,38)
#3F303B
(63,48,59)
#544750
(84,71,80)
#695E65
(105,94,101)
#7E757A
(126,117,122)
#938C8F
(147,140,143)
#A8A3A4
(168,163,164)
#BDBAB9
(189,186,185)
#D2D1CE
(210,209,206)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150211; }

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

This text font color is #150211.

Background Color

.myBgColor { background-color: #150211; }

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

This div background color is #150211.

Border color

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

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

This div border color is #150211.

Opacity

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

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

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

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

This text has shadow with #150211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150211.

Preview

Color preview on black background

This text has color #150211 on black background.


Color preview on white background

This text has color #150211 on white background.


Black color preview on #150211 background

This text has black color on #150211 background.


White color preview on #150211 background

This text has white color on #150211 background.


Related colors

Complementary color

Complementary color for #hex is #EAFDEE.


I love getcolorcode.com

Triadic colors

1 #111502 and #021115 with #150211 are triadic colors.

2 #110215 and #021511 with #150211 are triadic colors.