COLOR #221F19

HEX: #221F19
RGB: (34,31,25)

Color info

#221F19 contains red, green and blue colors in about the same proportion. Web safe color of #221F19 is #333300 (or #330).

RGB color model

#221F19 color RGB value is (34,31,25).

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

RGB channels and saturation

R 34 of 255 = 13%
G 31 of 255 = 12%
B 25 of 255 = 10%

34
31
25

R + G + B ~ 12%. #221F19 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 31 + 25 = 90 (100%)
R 34 of 90 ~ 37.78%
G 31 of 90 ~ 34.44%
B 25 of 90 ~ 27.78%

%37.78
%34.44
%27.78

CMYK color model

#221F19 color CMYK value is (0,9,26,87).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 26.47%
  • key color value is 86.67%
CMYK:
(0,9,26,87)
C0M9Y26K87 
(0%,9%,26%,87%)
(0.00/0.09/0.26/0.87)	

CMYK percentages

%0
%8.82
%26.47
%86.67

Codes

Color #221F19 in popluar color models

221F19
RGB343125
HSL40°15.25%11.57%
HSB/HSV40°26.47%13.33%
CMYK0.00%8.82%26.47%
86.67%

Color #221F19 in popluar number systems.

HEX221F19
Decimal343125
Binary1000101111111001
Octal423731

Shades and tints

Shades of #221F19

#221F19
(34,31,25)
#1F1D17
(31,29,23)
#1C1B15
(28,27,21)
#191913
(25,25,19)
#161711
(22,23,17)
#13150F
(19,21,15)
#10130D
(16,19,13)
#0D110B
(13,17,11)
#0A0F09
(10,15,9)
#070D07
(7,13,7)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #221F19

#221F19
(34,31,25)
#36332D
(54,51,45)
#4A4741
(74,71,65)
#5E5B55
(94,91,85)
#726F69
(114,111,105)
#86837D
(134,131,125)
#9A9791
(154,151,145)
#AEABA5
(174,171,165)
#C2BFB9
(194,191,185)
#D6D3CD
(214,211,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221F19 color. Also use rgb(34,31,25) instead hex code.

Text Font Color

.myTextColor { color: #221F19; }

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

This text font color is #221F19.


Background Color

.myBgColor { background-color: #221F19; }

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

This div background color is #221F19.


Border color

.myBorderColor { border: 1px solid #221F19; }

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

This div border color is #221F19.


Opacity

.myOpacity80 { color: #221F19; opacity: 0.8; }

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

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

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

This text has shadow with #221F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221F19 on black background.


Color preview on white background

This text has color #221F19 on white background.



Black color preview on #221F19 background

This text has black color on #221F19 background.


White color preview on #221F19 background

This text has white color on #221F19 background.