COLOR #221119

HEX: #221119 RGB: (34,17,25)

Color info

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

RGB color model

#221119 color RGB value is (34,17,25).

RGB: (34,17,25) (13%, 7%, 10%)

RGB channels and saturation

R 34 of 255 = 13%
G 17 of 255 = 7%
B 25 of 255 = 10%

34
17
25

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

Portions of RGB colors in percentages

R + G + B = 34 + 17 + 25 = 76 (100%)
R 34 of 76 ~ 44.74%
G 17 of 76 ~ 22.37%
B 25 of 76 ~ 32.89'%

%44.74
%22.37
%32.89

CMYK color model

#221119 color CMYK value is (0,50,26,87).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 26.47%
  • key color value is 86.67%

CMYK: (0,50,26,87)
C0M50Y26K87 (0%, 50%, 26%, 87%)
(0.00 / 0.50 / 0.26 / 0.87)

CMYK percentages

%0
%50
%26.47
%86.67

Codes

Color #221119 in popluar color models

22 11 19
RGB 34 17 25
HSL 332° 33.33% 10.00%
HSB/HSV 332° 50.00% 13.33%
CMYK 0.00% 50.00% 26.47%
86.67%

Color #221119 in popluar number systems.

HEX 22 11 19
Decimal 34 17 25
Binary 100010 10001 11001
Octal 42 21 31

Shades and tints

Shades of #221119

#221119
(34,17,25)
#1F1017
(31,16,23)
#1C0F15
(28,15,21)
#190E13
(25,14,19)
#160D11
(22,13,17)
#130C0F
(19,12,15)
#100B0D
(16,11,13)
#0D0A0B
(13,10,11)
#0A0909
(10,9,9)
#070807
(7,8,7)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #221119

#221119
(34,17,25)
#36262D
(54,38,45)
#4A3B41
(74,59,65)
#5E5055
(94,80,85)
#726569
(114,101,105)
#867A7D
(134,122,125)
#9A8F91
(154,143,145)
#AEA4A5
(174,164,165)
#C2B9B9
(194,185,185)
#D6CECD
(214,206,205)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221119; }

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

This text font color is #221119.

Background Color

.myBgColor { background-color: #221119; }

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

This div background color is #221119.

Border color

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

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

This div border color is #221119.

Opacity

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

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

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

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

This text has shadow with #221119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #221119.

Preview

Color preview on black background

This text has color #221119 on black background.


Color preview on white background

This text has color #221119 on white background.


Black color preview on #221119 background

This text has black color on #221119 background.


White color preview on #221119 background

This text has white color on #221119 background.


Related colors

Complementary color

Complementary color for #hex is #DDEEE6.


I love getcolorcode.com

Triadic colors

1 #192211 and #111922 with #221119 are triadic colors.

2 #191122 and #112219 with #221119 are triadic colors.