COLOR #221318

HEX: #221318
RGB: (34,19,24)

Color info

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

RGB color model

#221318 color RGB value is (34,19,24).

  • red value is 34;
  • green value is 19;
  • blue value is 24.
RGB:
(34,19,24)
(13%,7%,9%)

RGB channels and saturation

R 34 of 255 = 13%
G 19 of 255 = 7%
B 24 of 255 = 9%

34
19
24

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

Portions of RGB colors in percentages

R + G + B =
34 + 19 + 24 = 77 (100%)
R 34 of 77 ~ 44.16%
G 19 of 77 ~ 24.68%
B 24 of 77 ~ 31.17%

%44.16
%24.68
%31.17

CMYK color model

#221318 color CMYK value is (0,44,29,87).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 29.41%
  • key color value is 86.67%
CMYK:
(0,44,29,87)
C0M44Y29K87 
(0%,44%,29%,87%)
(0.00/0.44/0.29/0.87)	

CMYK percentages

%0
%44.12
%29.41
%86.67

Codes

Color #221318 in popluar color models

221318
RGB341924
HSL340°28.30%10.39%
HSB/HSV340°44.12%13.33%
CMYK0.00%44.12%29.41%
86.67%

Color #221318 in popluar number systems.

HEX221318
Decimal341924
Binary1000101001111000
Octal422330

Shades and tints

Shades of #221318

#221318
(34,19,24)
#1F1216
(31,18,22)
#1C1114
(28,17,20)
#191012
(25,16,18)
#160F10
(22,15,16)
#130E0E
(19,14,14)
#100D0C
(16,13,12)
#0D0C0A
(13,12,10)
#0A0B08
(10,11,8)
#070A06
(7,10,6)
#040904
(4,9,4)
#000000
(0,0,0)

Tints of #221318

#221318
(34,19,24)
#36282D
(54,40,45)
#4A3D42
(74,61,66)
#5E5257
(94,82,87)
#72676C
(114,103,108)
#867C81
(134,124,129)
#9A9196
(154,145,150)
#AEA6AB
(174,166,171)
#C2BBC0
(194,187,192)
#D6D0D5
(214,208,213)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221318 color. Also use rgb(34,19,24) instead hex code.

Text Font Color

.myTextColor { color: #221318; }

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

This text font color is #221318.


Background Color

.myBgColor { background-color: #221318; }

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

This div background color is #221318.


Border color

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

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

This div border color is #221318.


Opacity

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

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

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

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

This text has shadow with #221318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221318 on black background.


Color preview on white background

This text has color #221318 on white background.



Black color preview on #221318 background

This text has black color on #221318 background.


White color preview on #221318 background

This text has white color on #221318 background.