COLOR #220B15

HEX: #220B15
RGB: (34,11,21)

Color info

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

RGB color model

#220B15 color RGB value is (34,11,21).

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

RGB channels and saturation

R 34 of 255 = 13%
G 11 of 255 = 4%
B 21 of 255 = 8%

34
11
21

R + G + B ~ 8%. #220B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 11 + 21 = 66 (100%)
R 34 of 66 ~ 51.52%
G 11 of 66 ~ 16.67%
B 21 of 66 ~ 31.82%

%51.52
%16.67
%31.82

CMYK color model

#220B15 color CMYK value is (0,68,38,87).

  • cyan value is 0.00%
  • magenta value is 67.65%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(0,68,38,87)
C0M68Y38K87 
(0%,68%,38%,87%)
(0.00/0.68/0.38/0.87)	

CMYK percentages

%0
%67.65
%38.24
%86.67

Codes

Color #220B15 in popluar color models

220B15
RGB341121
HSL334°51.11%8.82%
HSB/HSV334°67.65%13.33%
CMYK0.00%67.65%38.24%
86.67%

Color #220B15 in popluar number systems.

HEX220B15
Decimal341121
Binary100010101110101
Octal421325

Shades and tints

Shades of #220B15

#220B15
(34,11,21)
#1F0A14
(31,10,20)
#1C0913
(28,9,19)
#190812
(25,8,18)
#160711
(22,7,17)
#130610
(19,6,16)
#10050F
(16,5,15)
#0D040E
(13,4,14)
#0A030D
(10,3,13)
#07020C
(7,2,12)
#04010B
(4,1,11)
#000000
(0,0,0)

Tints of #220B15

#220B15
(34,11,21)
#36212A
(54,33,42)
#4A373F
(74,55,63)
#5E4D54
(94,77,84)
#726369
(114,99,105)
#86797E
(134,121,126)
#9A8F93
(154,143,147)
#AEA5A8
(174,165,168)
#C2BBBD
(194,187,189)
#D6D1D2
(214,209,210)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #220B15 color. Also use rgb(34,11,21) instead hex code.

Text Font Color

.myTextColor { color: #220B15; }

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

This text font color is #220B15.


Background Color

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

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

This div background color is #220B15.


Border color

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

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

This div border color is #220B15.


Opacity

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

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

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

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

This text has shadow with #220B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #220B15 on black background.


Color preview on white background

This text has color #220B15 on white background.



Black color preview on #220B15 background

This text has black color on #220B15 background.


White color preview on #220B15 background

This text has white color on #220B15 background.