COLOR #221B23

HEX: #221B23
RGB: (34,27,35)

Color info

#221B23 contains red, green and blue colors in about the same proportion. Web safe color of #221B23 is #333333 (or #333).

RGB color model

#221B23 color RGB value is (34,27,35).

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

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 35 of 255 = 14%

34
27
35

R + G + B ~ 13%. #221B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 27 + 35 = 96 (100%)
R 34 of 96 ~ 35.42%
G 27 of 96 ~ 28.13%
B 35 of 96 ~ 36.46%

%35.42
%28.13
%36.46

CMYK color model

#221B23 color CMYK value is (3,23,0,86).

  • cyan value is 2.86%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(3,23,0,86)
C3M23Y0K86 
(3%,23%,0%,86%)
(0.03/0.23/0.00/0.86)	

CMYK percentages

%2.86
%22.86
%0
%86.27

Codes

Color #221B23 in popluar color models

221B23
RGB342735
HSL293°12.90%12.16%
HSB/HSV293°22.86%13.73%
CMYK2.86%22.86%0.00%
86.27%

Color #221B23 in popluar number systems.

HEX221B23
Decimal342735
Binary10001011011100011
Octal423343

Shades and tints

Shades of #221B23

#221B23
(34,27,35)
#1F1920
(31,25,32)
#1C171D
(28,23,29)
#19151A
(25,21,26)
#161317
(22,19,23)
#131114
(19,17,20)
#100F11
(16,15,17)
#0D0D0E
(13,13,14)
#0A0B0B
(10,11,11)
#070908
(7,9,8)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #221B23

#221B23
(34,27,35)
#362F37
(54,47,55)
#4A434B
(74,67,75)
#5E575F
(94,87,95)
#726B73
(114,107,115)
#867F87
(134,127,135)
#9A939B
(154,147,155)
#AEA7AF
(174,167,175)
#C2BBC3
(194,187,195)
#D6CFD7
(214,207,215)
#EAE3EB
(234,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B23; }

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

This text font color is #221B23.


Background Color

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

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

This div background color is #221B23.


Border color

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

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

This div border color is #221B23.


Opacity

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

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

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

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

This text has shadow with #221B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221B23 on black background.


Color preview on white background

This text has color #221B23 on white background.



Black color preview on #221B23 background

This text has black color on #221B23 background.


White color preview on #221B23 background

This text has white color on #221B23 background.