COLOR #12211F

HEX: #12211F RGB: (18,33,31)

Color info

#12211F contains red, green and blue colors in about the same proportion. Web safe color of #12211F is #003333 (or #033).

RGB color model

#12211F color RGB value is (18,33,31).

RGB: (18,33,31) (7%, 13%, 12%)

RGB channels and saturation

R 18 of 255 = 7%
G 33 of 255 = 13%
B 31 of 255 = 12%

18
33
31

R + G + B ~ 11%. #12211F is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 33 + 31 = 82 (100%)
R 18 of 82 ~ 21.95%
G 33 of 82 ~ 40.24%
B 31 of 82 ~ 37.8'%

%21.95
%40.24
%37.8

CMYK color model

#12211F color CMYK value is (45,0,6,87).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 87.06%

CMYK: (45,0,6,87)
C45M0Y6K87 (45%, 0%, 6%, 87%)
(0.45 / 0.00 / 0.06 / 0.87)

CMYK percentages

%45.45
%0
%6.06
%87.06

Codes

Color #12211F in popluar color models

12 21 1F
RGB 18 33 31
HSL 172° 29.41% 10.00%
HSB/HSV 172° 45.45% 12.94%
CMYK 45.45% 0.00% 6.06%
87.06%

Color #12211F in popluar number systems.

HEX 12 21 1F
Decimal 18 33 31
Binary 10010 100001 11111
Octal 22 41 37

Shades and tints

Shades of #12211F

#12211F
(18,33,31)
#111E1D
(17,30,29)
#101B1B
(16,27,27)
#0F1819
(15,24,25)
#0E1517
(14,21,23)
#0D1215
(13,18,21)
#0C0F13
(12,15,19)
#0B0C11
(11,12,17)
#0A090F
(10,9,15)
#09060D
(9,6,13)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #12211F

#12211F
(18,33,31)
#273533
(39,53,51)
#3C4947
(60,73,71)
#515D5B
(81,93,91)
#66716F
(102,113,111)
#7B8583
(123,133,131)
#909997
(144,153,151)
#A5ADAB
(165,173,171)
#BAC1BF
(186,193,191)
#CFD5D3
(207,213,211)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12211F color. Also use rgb(18,33,31) instead hex code.

Text Font Color

.myTextColor { color: #12211F; }

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

This text font color is #12211F.

Background Color

.myBgColor { background-color: #12211F; }

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

This div background color is #12211F.

Border color

.myBorderColor { border: 1px solid #12211F; }

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

This div border color is #12211F.

Opacity

.myOpacity80 { color: #12211F; opacity: 0.8; }

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

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

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

This text has shadow with #12211F color.


.textShadow {text-shadow: 3px 3px 1px #12211F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12211F; -webkit-box-shadow: 1px 1px 3px 2px #12211F; box-shadow:1px 1px 3px 2px #12211F;">
Div content here
</div>

This div box has shadow with color #12211F.

Preview

Color preview on black background

This text has color #12211F on black background.


Color preview on white background

This text has color #12211F on white background.


Black color preview on #12211F background

This text has black color on #12211F background.


White color preview on #12211F background

This text has white color on #12211F background.


Related colors

Complementary color

Complementary color for #hex is #EDDEE0.


I love getcolorcode.com

Triadic colors

1 #1F1221 and #211F12 with #12211F are triadic colors.

2 #1F2112 and #21121F with #12211F are triadic colors.