COLOR #211118

HEX: #211118
RGB: (33,17,24)

Color info

#211118 contains red, green and blue colors in about the same proportion. Web safe color of #211118 is #330000 (or #300).

RGB color model

#211118 color RGB value is (33,17,24).

  • red value is 33;
  • green value is 17;
  • blue value is 24.
RGB:
(33,17,24)
(13%,7%,9%)

RGB channels and saturation

R 33 of 255 = 13%
G 17 of 255 = 7%
B 24 of 255 = 9%

33
17
24

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

Portions of RGB colors in percentages

R + G + B =
33 + 17 + 24 = 74 (100%)
R 33 of 74 ~ 44.59%
G 17 of 74 ~ 22.97%
B 24 of 74 ~ 32.43%

%44.59
%22.97
%32.43

CMYK color model

#211118 color CMYK value is (0,48,27,87).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 27.27%
  • key color value is 87.06%
CMYK:
(0,48,27,87)
C0M48Y27K87 
(0%,48%,27%,87%)
(0.00/0.48/0.27/0.87)	

CMYK percentages

%0
%48.48
%27.27
%87.06

Codes

Color #211118 in popluar color models

211118
RGB331724
HSL334°32.00%9.80%
HSB/HSV334°48.48%12.94%
CMYK0.00%48.48%27.27%
87.06%

Color #211118 in popluar number systems.

HEX211118
Decimal331724
Binary1000011000111000
Octal412130

Shades and tints

Shades of #211118

#211118
(33,17,24)
#1E1016
(30,16,22)
#1B0F14
(27,15,20)
#180E12
(24,14,18)
#150D10
(21,13,16)
#120C0E
(18,12,14)
#0F0B0C
(15,11,12)
#0C0A0A
(12,10,10)
#090908
(9,9,8)
#060806
(6,8,6)
#030704
(3,7,4)
#000000
(0,0,0)

Tints of #211118

#211118
(33,17,24)
#35262D
(53,38,45)
#493B42
(73,59,66)
#5D5057
(93,80,87)
#71656C
(113,101,108)
#857A81
(133,122,129)
#998F96
(153,143,150)
#ADA4AB
(173,164,171)
#C1B9C0
(193,185,192)
#D5CED5
(213,206,213)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211118 color. Also use rgb(33,17,24) instead hex code.

Text Font Color

.myTextColor { color: #211118; }

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

This text font color is #211118.


Background Color

.myBgColor { background-color: #211118; }

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

This div background color is #211118.


Border color

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

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

This div border color is #211118.


Opacity

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

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

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

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

This text has shadow with #211118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211118 on black background.


Color preview on white background

This text has color #211118 on white background.



Black color preview on #211118 background

This text has black color on #211118 background.


White color preview on #211118 background

This text has white color on #211118 background.