COLOR #222131

HEX: #222131
RGB: (34,33,49)

Color info

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

RGB color model

#222131 color RGB value is (34,33,49).

  • red value is 34;
  • green value is 33;
  • blue value is 49.
RGB:
(34,33,49)
(13%,13%,19%)

RGB channels and saturation

R 34 of 255 = 13%
G 33 of 255 = 13%
B 49 of 255 = 19%

34
33
49

R + G + B ~ 15%. #222131 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 33 + 49 = 116 (100%)
R 34 of 116 ~ 29.31%
G 33 of 116 ~ 28.45%
B 49 of 116 ~ 42.24%

%29.31
%28.45
%42.24

CMYK color model

#222131 color CMYK value is (31,33,0,81).

  • cyan value is 30.61%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(31,33,0,81)
C31M33Y0K81 
(31%,33%,0%,81%)
(0.31/0.33/0.00/0.81)	

CMYK percentages

%30.61
%32.65
%0
%80.78

Codes

Color #222131 in popluar color models

222131
RGB343349
HSL244°19.51%16.08%
HSB/HSV244°32.65%19.22%
CMYK30.61%32.65%0.00%
80.78%

Color #222131 in popluar number systems.

HEX222131
Decimal343349
Binary100010100001110001
Octal424161

Shades and tints

Shades of #222131

#222131
(34,33,49)
#1F1E2D
(31,30,45)
#1C1B29
(28,27,41)
#191825
(25,24,37)
#161521
(22,21,33)
#13121D
(19,18,29)
#100F19
(16,15,25)
#0D0C15
(13,12,21)
#0A0911
(10,9,17)
#07060D
(7,6,13)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #222131

#222131
(34,33,49)
#363543
(54,53,67)
#4A4955
(74,73,85)
#5E5D67
(94,93,103)
#727179
(114,113,121)
#86858B
(134,133,139)
#9A999D
(154,153,157)
#AEADAF
(174,173,175)
#C2C1C1
(194,193,193)
#D6D5D3
(214,213,211)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #222131 color. Also use rgb(34,33,49) instead hex code.

Text Font Color

.myTextColor { color: #222131; }

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

This text font color is #222131.


Background Color

.myBgColor { background-color: #222131; }

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

This div background color is #222131.


Border color

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

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

This div border color is #222131.


Opacity

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

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

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

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

This text has shadow with #222131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222131 on black background.


Color preview on white background

This text has color #222131 on white background.



Black color preview on #222131 background

This text has black color on #222131 background.


White color preview on #222131 background

This text has white color on #222131 background.