COLOR #221F17

HEX: #221F17 RGB: (34,31,23)

Color info

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

RGB color model

#221F17 color RGB value is (34,31,23).

RGB: (34,31,23) (13%, 12%, 9%)

RGB channels and saturation

R 34 of 255 = 13%
G 31 of 255 = 12%
B 23 of 255 = 9%

34
31
23

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

Portions of RGB colors in percentages

R + G + B = 34 + 31 + 23 = 88 (100%)
R 34 of 88 ~ 38.64%
G 31 of 88 ~ 35.23%
B 23 of 88 ~ 26.14'%

%38.64
%35.23
%26.14

CMYK color model

#221F17 color CMYK value is (0,9,32,87).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 32.35%
  • key color value is 86.67%

CMYK: (0,9,32,87)
C0M9Y32K87 (0%, 9%, 32%, 87%)
(0.00 / 0.09 / 0.32 / 0.87)

CMYK percentages

%0
%8.82
%32.35
%86.67

Codes

Color #221F17 in popluar color models

22 1F 17
RGB 34 31 23
HSL 44° 19.30% 11.18%
HSB/HSV 44° 32.35% 13.33%
CMYK 0.00% 8.82% 32.35%
86.67%

Color #221F17 in popluar number systems.

HEX 22 1F 17
Decimal 34 31 23
Binary 100010 11111 10111
Octal 42 37 27

Shades and tints

Shades of #221F17

#221F17
(34,31,23)
#1F1D15
(31,29,21)
#1C1B13
(28,27,19)
#191911
(25,25,17)
#16170F
(22,23,15)
#13150D
(19,21,13)
#10130B
(16,19,11)
#0D1109
(13,17,9)
#0A0F07
(10,15,7)
#070D05
(7,13,5)
#040B03
(4,11,3)
#000000
(0,0,0)

Tints of #221F17

#221F17
(34,31,23)
#36332C
(54,51,44)
#4A4741
(74,71,65)
#5E5B56
(94,91,86)
#726F6B
(114,111,107)
#868380
(134,131,128)
#9A9795
(154,151,149)
#AEABAA
(174,171,170)
#C2BFBF
(194,191,191)
#D6D3D4
(214,211,212)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221F17; }

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

This text font color is #221F17.

Background Color

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

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

This div background color is #221F17.

Border color

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

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

This div border color is #221F17.

Opacity

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

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

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

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

This text has shadow with #221F17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #221F17.

Preview

Color preview on black background

This text has color #221F17 on black background.


Color preview on white background

This text has color #221F17 on white background.


Black color preview on #221F17 background

This text has black color on #221F17 background.


White color preview on #221F17 background

This text has white color on #221F17 background.


Related colors

Complementary color

Complementary color for #hex is #DDE0E8.


I love getcolorcode.com

Triadic colors

1 #17221F and #1F1722 with #221F17 are triadic colors.

2 #171F22 and #1F2217 with #221F17 are triadic colors.