COLOR #21151E

HEX: #21151E
RGB: (33,21,30)

Color info

#21151E contains red, green and blue colors in about the same proportion. Web safe color of #21151E is #330033 (or #303).

RGB color model

#21151E color RGB value is (33,21,30).

  • red value is 33;
  • green value is 21;
  • blue value is 30.
RGB:
(33,21,30)
(13%,8%,12%)

RGB channels and saturation

R 33 of 255 = 13%
G 21 of 255 = 8%
B 30 of 255 = 12%

33
21
30

R + G + B ~ 11%. #21151E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 21 + 30 = 84 (100%)
R 33 of 84 ~ 39.29%
G 21 of 84 ~ 25%
B 30 of 84 ~ 35.71%

%39.29
%25
%35.71

CMYK color model

#21151E color CMYK value is (0,36,9,87).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(0,36,9,87)
C0M36Y9K87 
(0%,36%,9%,87%)
(0.00/0.36/0.09/0.87)	

CMYK percentages

%0
%36.36
%9.09
%87.06

Codes

Color #21151E in popluar color models

21151E
RGB332130
HSL315°22.22%10.59%
HSB/HSV315°36.36%12.94%
CMYK0.00%36.36%9.09%
87.06%

Color #21151E in popluar number systems.

HEX21151E
Decimal332130
Binary1000011010111110
Octal412536

Shades and tints

Shades of #21151E

#21151E
(33,21,30)
#1E141C
(30,20,28)
#1B131A
(27,19,26)
#181218
(24,18,24)
#151116
(21,17,22)
#121014
(18,16,20)
#0F0F12
(15,15,18)
#0C0E10
(12,14,16)
#090D0E
(9,13,14)
#060C0C
(6,12,12)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #21151E

#21151E
(33,21,30)
#352A32
(53,42,50)
#493F46
(73,63,70)
#5D545A
(93,84,90)
#71696E
(113,105,110)
#857E82
(133,126,130)
#999396
(153,147,150)
#ADA8AA
(173,168,170)
#C1BDBE
(193,189,190)
#D5D2D2
(213,210,210)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21151E color. Also use rgb(33,21,30) instead hex code.

Text Font Color

.myTextColor { color: #21151E; }

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

This text font color is #21151E.


Background Color

.myBgColor { background-color: #21151E; }

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

This div background color is #21151E.


Border color

.myBorderColor { border: 1px solid #21151E; }

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

This div border color is #21151E.


Opacity

.myOpacity80 { color: #21151E; opacity: 0.8; }

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

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

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

This text has shadow with #21151E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21151E on black background.


Color preview on white background

This text has color #21151E on white background.



Black color preview on #21151E background

This text has black color on #21151E background.


White color preview on #21151E background

This text has white color on #21151E background.