COLOR #221F1D

HEX: #221F1D
RGB: (34,31,29)

Color info

#221F1D contains red, green and blue colors in about the same proportion. Web safe color of #221F1D is #333333 (or #333).

RGB color model

#221F1D color RGB value is (34,31,29).

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

RGB channels and saturation

R 34 of 255 = 13%
G 31 of 255 = 12%
B 29 of 255 = 11%

34
31
29

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

Portions of RGB colors in percentages

R + G + B =
34 + 31 + 29 = 94 (100%)
R 34 of 94 ~ 36.17%
G 31 of 94 ~ 32.98%
B 29 of 94 ~ 30.85%

%36.17
%32.98
%30.85

CMYK color model

#221F1D color CMYK value is (0,9,15,87).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 14.71%
  • key color value is 86.67%
CMYK:
(0,9,15,87)
C0M9Y15K87 
(0%,9%,15%,87%)
(0.00/0.09/0.15/0.87)	

CMYK percentages

%0
%8.82
%14.71
%86.67

Codes

Color #221F1D in popluar color models

221F1D
RGB343129
HSL24°7.94%12.35%
HSB/HSV24°14.71%13.33%
CMYK0.00%8.82%14.71%
86.67%

Color #221F1D in popluar number systems.

HEX221F1D
Decimal343129
Binary1000101111111101
Octal423735

Shades and tints

Shades of #221F1D

#221F1D
(34,31,29)
#1F1D1B
(31,29,27)
#1C1B19
(28,27,25)
#191917
(25,25,23)
#161715
(22,23,21)
#131513
(19,21,19)
#101311
(16,19,17)
#0D110F
(13,17,15)
#0A0F0D
(10,15,13)
#070D0B
(7,13,11)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #221F1D

#221F1D
(34,31,29)
#363331
(54,51,49)
#4A4745
(74,71,69)
#5E5B59
(94,91,89)
#726F6D
(114,111,109)
#868381
(134,131,129)
#9A9795
(154,151,149)
#AEABA9
(174,171,169)
#C2BFBD
(194,191,189)
#D6D3D1
(214,211,209)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221F1D; }

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

This text font color is #221F1D.


Background Color

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

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

This div background color is #221F1D.


Border color

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

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

This div border color is #221F1D.


Opacity

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

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

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

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

This text has shadow with #221F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221F1D on black background.


Color preview on white background

This text has color #221F1D on white background.



Black color preview on #221F1D background

This text has black color on #221F1D background.


White color preview on #221F1D background

This text has white color on #221F1D background.