COLOR #220C19

HEX: #220C19
RGB: (34,12,25)

Color info

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

RGB color model

#220C19 color RGB value is (34,12,25).

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

RGB channels and saturation

R 34 of 255 = 13%
G 12 of 255 = 5%
B 25 of 255 = 10%

34
12
25

R + G + B ~ 9%. #220C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 12 + 25 = 71 (100%)
R 34 of 71 ~ 47.89%
G 12 of 71 ~ 16.9%
B 25 of 71 ~ 35.21%

%47.89
%16.9
%35.21

CMYK color model

#220C19 color CMYK value is (0,65,26,87).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 26.47%
  • key color value is 86.67%
CMYK:
(0,65,26,87)
C0M65Y26K87 
(0%,65%,26%,87%)
(0.00/0.65/0.26/0.87)	

CMYK percentages

%0
%64.71
%26.47
%86.67

Codes

Color #220C19 in popluar color models

220C19
RGB341225
HSL325°47.83%9.02%
HSB/HSV325°64.71%13.33%
CMYK0.00%64.71%26.47%
86.67%

Color #220C19 in popluar number systems.

HEX220C19
Decimal341225
Binary100010110011001
Octal421431

Shades and tints

Shades of #220C19

#220C19
(34,12,25)
#1F0B17
(31,11,23)
#1C0A15
(28,10,21)
#190913
(25,9,19)
#160811
(22,8,17)
#13070F
(19,7,15)
#10060D
(16,6,13)
#0D050B
(13,5,11)
#0A0409
(10,4,9)
#070307
(7,3,7)
#040205
(4,2,5)
#000000
(0,0,0)

Tints of #220C19

#220C19
(34,12,25)
#36222D
(54,34,45)
#4A3841
(74,56,65)
#5E4E55
(94,78,85)
#726469
(114,100,105)
#867A7D
(134,122,125)
#9A9091
(154,144,145)
#AEA6A5
(174,166,165)
#C2BCB9
(194,188,185)
#D6D2CD
(214,210,205)
#EAE8E1
(234,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #220C19; }

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

This text font color is #220C19.


Background Color

.myBgColor { background-color: #220C19; }

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

This div background color is #220C19.


Border color

.myBorderColor { border: 1px solid #220C19; }

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

This div border color is #220C19.


Opacity

.myOpacity80 { color: #220C19; opacity: 0.8; }

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

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

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

This text has shadow with #220C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #220C19 on black background.


Color preview on white background

This text has color #220C19 on white background.



Black color preview on #220C19 background

This text has black color on #220C19 background.


White color preview on #220C19 background

This text has white color on #220C19 background.