COLOR #221B25

HEX: #221B25
RGB: (34,27,37)

Color info

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

RGB color model

#221B25 color RGB value is (34,27,37).

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

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 37 of 255 = 15%

34
27
37

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

Portions of RGB colors in percentages

R + G + B =
34 + 27 + 37 = 98 (100%)
R 34 of 98 ~ 34.69%
G 27 of 98 ~ 27.55%
B 37 of 98 ~ 37.76%

%34.69
%27.55
%37.76

CMYK color model

#221B25 color CMYK value is (8,27,0,85).

  • cyan value is 8.11%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(8,27,0,85)
C8M27Y0K85 
(8%,27%,0%,85%)
(0.08/0.27/0.00/0.85)	

CMYK percentages

%8.11
%27.03
%0
%85.49

Codes

Color #221B25 in popluar color models

221B25
RGB342737
HSL282°15.63%12.55%
HSB/HSV282°27.03%14.51%
CMYK8.11%27.03%0.00%
85.49%

Color #221B25 in popluar number systems.

HEX221B25
Decimal342737
Binary10001011011100101
Octal423345

Shades and tints

Shades of #221B25

#221B25
(34,27,37)
#1F1922
(31,25,34)
#1C171F
(28,23,31)
#19151C
(25,21,28)
#161319
(22,19,25)
#131116
(19,17,22)
#100F13
(16,15,19)
#0D0D10
(13,13,16)
#0A0B0D
(10,11,13)
#07090A
(7,9,10)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #221B25

#221B25
(34,27,37)
#362F38
(54,47,56)
#4A434B
(74,67,75)
#5E575E
(94,87,94)
#726B71
(114,107,113)
#867F84
(134,127,132)
#9A9397
(154,147,151)
#AEA7AA
(174,167,170)
#C2BBBD
(194,187,189)
#D6CFD0
(214,207,208)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B25; }

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

This text font color is #221B25.


Background Color

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

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

This div background color is #221B25.


Border color

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

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

This div border color is #221B25.


Opacity

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

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

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

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

This text has shadow with #221B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221B25 on black background.


Color preview on white background

This text has color #221B25 on white background.



Black color preview on #221B25 background

This text has black color on #221B25 background.


White color preview on #221B25 background

This text has white color on #221B25 background.