COLOR #211919

HEX: #211919
RGB: (33,25,25)

Color info

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

RGB color model

#211919 color RGB value is (33,25,25).

  • red value is 33;
  • green value is 25;
  • blue value is 25.
RGB:
(33,25,25)
(13%,10%,10%)

RGB channels and saturation

R 33 of 255 = 13%
G 25 of 255 = 10%
B 25 of 255 = 10%

33
25
25

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

Portions of RGB colors in percentages

R + G + B =
33 + 25 + 25 = 83 (100%)
R 33 of 83 ~ 39.76%
G 25 of 83 ~ 30.12%
B 25 of 83 ~ 30.12%

%39.76
%30.12
%30.12

CMYK color model

#211919 color CMYK value is (0,24,24,87).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 24.24%
  • key color value is 87.06%
CMYK:
(0,24,24,87)
C0M24Y24K87 
(0%,24%,24%,87%)
(0.00/0.24/0.24/0.87)	

CMYK percentages

%0
%24.24
%24.24
%87.06

Codes

Color #211919 in popluar color models

211919
RGB332525
HSL13.79%11.37%
HSB/HSV24.24%12.94%
CMYK0.00%24.24%24.24%
87.06%

Color #211919 in popluar number systems.

HEX211919
Decimal332525
Binary1000011100111001
Octal413131

Shades and tints

Shades of #211919

#211919
(33,25,25)
#1E1717
(30,23,23)
#1B1515
(27,21,21)
#181313
(24,19,19)
#151111
(21,17,17)
#120F0F
(18,15,15)
#0F0D0D
(15,13,13)
#0C0B0B
(12,11,11)
#090909
(9,9,9)
#060707
(6,7,7)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #211919

#211919
(33,25,25)
#352D2D
(53,45,45)
#494141
(73,65,65)
#5D5555
(93,85,85)
#716969
(113,105,105)
#857D7D
(133,125,125)
#999191
(153,145,145)
#ADA5A5
(173,165,165)
#C1B9B9
(193,185,185)
#D5CDCD
(213,205,205)
#E9E1E1
(233,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211919; }

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

This text font color is #211919.


Background Color

.myBgColor { background-color: #211919; }

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

This div background color is #211919.


Border color

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

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

This div border color is #211919.


Opacity

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

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

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

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

This text has shadow with #211919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211919 on black background.


Color preview on white background

This text has color #211919 on white background.



Black color preview on #211919 background

This text has black color on #211919 background.


White color preview on #211919 background

This text has white color on #211919 background.