COLOR #221A15

HEX: #221A15
RGB: (34,26,21)

Color info

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

RGB color model

#221A15 color RGB value is (34,26,21).

  • red value is 34;
  • green value is 26;
  • blue value is 21.
RGB:
(34,26,21)
(13%,10%,8%)

RGB channels and saturation

R 34 of 255 = 13%
G 26 of 255 = 10%
B 21 of 255 = 8%

34
26
21

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

Portions of RGB colors in percentages

R + G + B =
34 + 26 + 21 = 81 (100%)
R 34 of 81 ~ 41.98%
G 26 of 81 ~ 32.1%
B 21 of 81 ~ 25.93%

%41.98
%32.1
%25.93

CMYK color model

#221A15 color CMYK value is (0,24,38,87).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(0,24,38,87)
C0M24Y38K87 
(0%,24%,38%,87%)
(0.00/0.24/0.38/0.87)	

CMYK percentages

%0
%23.53
%38.24
%86.67

Codes

Color #221A15 in popluar color models

221A15
RGB342621
HSL23°23.64%10.78%
HSB/HSV23°38.24%13.33%
CMYK0.00%23.53%38.24%
86.67%

Color #221A15 in popluar number systems.

HEX221A15
Decimal342621
Binary1000101101010101
Octal423225

Shades and tints

Shades of #221A15

#221A15
(34,26,21)
#1F1814
(31,24,20)
#1C1613
(28,22,19)
#191412
(25,20,18)
#161211
(22,18,17)
#131010
(19,16,16)
#100E0F
(16,14,15)
#0D0C0E
(13,12,14)
#0A0A0D
(10,10,13)
#07080C
(7,8,12)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #221A15

#221A15
(34,26,21)
#362E2A
(54,46,42)
#4A423F
(74,66,63)
#5E5654
(94,86,84)
#726A69
(114,106,105)
#867E7E
(134,126,126)
#9A9293
(154,146,147)
#AEA6A8
(174,166,168)
#C2BABD
(194,186,189)
#D6CED2
(214,206,210)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221A15 color. Also use rgb(34,26,21) instead hex code.

Text Font Color

.myTextColor { color: #221A15; }

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

This text font color is #221A15.


Background Color

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

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

This div background color is #221A15.


Border color

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

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

This div border color is #221A15.


Opacity

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

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

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

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

This text has shadow with #221A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221A15 on black background.


Color preview on white background

This text has color #221A15 on white background.



Black color preview on #221A15 background

This text has black color on #221A15 background.


White color preview on #221A15 background

This text has white color on #221A15 background.