COLOR #221B19

HEX: #221B19
RGB: (34,27,25)

Color info

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

RGB color model

#221B19 color RGB value is (34,27,25).

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

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 25 of 255 = 10%

34
27
25

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

Portions of RGB colors in percentages

R + G + B =
34 + 27 + 25 = 86 (100%)
R 34 of 86 ~ 39.53%
G 27 of 86 ~ 31.4%
B 25 of 86 ~ 29.07%

%39.53
%31.4
%29.07

CMYK color model

#221B19 color CMYK value is (0,21,26,87).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 26.47%
  • key color value is 86.67%
CMYK:
(0,21,26,87)
C0M21Y26K87 
(0%,21%,26%,87%)
(0.00/0.21/0.26/0.87)	

CMYK percentages

%0
%20.59
%26.47
%86.67

Codes

Color #221B19 in popluar color models

221B19
RGB342725
HSL13°15.25%11.57%
HSB/HSV13°26.47%13.33%
CMYK0.00%20.59%26.47%
86.67%

Color #221B19 in popluar number systems.

HEX221B19
Decimal342725
Binary1000101101111001
Octal423331

Shades and tints

Shades of #221B19

#221B19
(34,27,25)
#1F1917
(31,25,23)
#1C1715
(28,23,21)
#191513
(25,21,19)
#161311
(22,19,17)
#13110F
(19,17,15)
#100F0D
(16,15,13)
#0D0D0B
(13,13,11)
#0A0B09
(10,11,9)
#070907
(7,9,7)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #221B19

#221B19
(34,27,25)
#362F2D
(54,47,45)
#4A4341
(74,67,65)
#5E5755
(94,87,85)
#726B69
(114,107,105)
#867F7D
(134,127,125)
#9A9391
(154,147,145)
#AEA7A5
(174,167,165)
#C2BBB9
(194,187,185)
#D6CFCD
(214,207,205)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B19; }

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

This text font color is #221B19.


Background Color

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

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

This div background color is #221B19.


Border color

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

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

This div border color is #221B19.


Opacity

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

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

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

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

This text has shadow with #221B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221B19 on black background.


Color preview on white background

This text has color #221B19 on white background.



Black color preview on #221B19 background

This text has black color on #221B19 background.


White color preview on #221B19 background

This text has white color on #221B19 background.