COLOR #21091E

HEX: #21091E
RGB: (33,9,30)

Color info

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

RGB color model

#21091E color RGB value is (33,9,30).

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

RGB channels and saturation

R 33 of 255 = 13%
G 9 of 255 = 4%
B 30 of 255 = 12%

33
9
30

R + G + B ~ 10%. #21091E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 9 + 30 = 72 (100%)
R 33 of 72 ~ 45.83%
G 9 of 72 ~ 12.5%
B 30 of 72 ~ 41.67%

%45.83
%12.5
%41.67

CMYK color model

#21091E color CMYK value is (0,73,9,87).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(0,73,9,87)
C0M73Y9K87 
(0%,73%,9%,87%)
(0.00/0.73/0.09/0.87)	

CMYK percentages

%0
%72.73
%9.09
%87.06

Codes

Color #21091E in popluar color models

21091E
RGB33930
HSL308°57.14%8.24%
HSB/HSV308°72.73%12.94%
CMYK0.00%72.73%9.09%
87.06%

Color #21091E in popluar number systems.

HEX21091E
Decimal33930
Binary100001100111110
Octal411136

Shades and tints

Shades of #21091E

#21091E
(33,9,30)
#1E091C
(30,9,28)
#1B091A
(27,9,26)
#180918
(24,9,24)
#150916
(21,9,22)
#120914
(18,9,20)
#0F0912
(15,9,18)
#0C0910
(12,9,16)
#09090E
(9,9,14)
#06090C
(6,9,12)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #21091E

#21091E
(33,9,30)
#351F32
(53,31,50)
#493546
(73,53,70)
#5D4B5A
(93,75,90)
#71616E
(113,97,110)
#857782
(133,119,130)
#998D96
(153,141,150)
#ADA3AA
(173,163,170)
#C1B9BE
(193,185,190)
#D5CFD2
(213,207,210)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21091E; }

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

This text font color is #21091E.


Background Color

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

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

This div background color is #21091E.


Border color

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

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

This div border color is #21091E.


Opacity

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

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

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

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

This text has shadow with #21091E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21091E on black background.


Color preview on white background

This text has color #21091E on white background.



Black color preview on #21091E background

This text has black color on #21091E background.


White color preview on #21091E background

This text has white color on #21091E background.