COLOR #120220

HEX: #120220
RGB: (18,2,32)

Color info

#120220 contains red, green and blue colors in about the same proportion. Web safe color of #120220 is #000033 (or #003).

RGB color model

#120220 color RGB value is (18,2,32).

  • red value is 18;
  • green value is 2;
  • blue value is 32.
RGB:
(18,2,32)
(7%,1%,13%)

RGB channels and saturation

R 18 of 255 = 7%
G 2 of 255 = 1%
B 32 of 255 = 13%

18
2
32

R + G + B ~ 7%. #120220 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 2 + 32 = 52 (100%)
R 18 of 52 ~ 34.62%
G 2 of 52 ~ 3.85%
B 32 of 52 ~ 61.54%

%34.62
%61.54

CMYK color model

#120220 color CMYK value is (44,94,0,87).

  • cyan value is 43.75%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(44,94,0,87)
C44M94Y0K87 
(44%,94%,0%,87%)
(0.44/0.94/0.00/0.87)	

CMYK percentages

%43.75
%93.75
%0
%87.45

Codes

Color #120220 in popluar color models

120220
RGB18232
HSL272°88.24%6.67%
HSB/HSV272°93.75%12.55%
CMYK43.75%93.75%0.00%
87.45%

Color #120220 in popluar number systems.

HEX120220
Decimal18232
Binary1001010100000
Octal22240

Shades and tints

Shades of #120220

#120220
(18,2,32)
#11021E
(17,2,30)
#10021C
(16,2,28)
#0F021A
(15,2,26)
#0E0218
(14,2,24)
#0D0216
(13,2,22)
#0C0214
(12,2,20)
#0B0212
(11,2,18)
#0A0210
(10,2,16)
#09020E
(9,2,14)
#08020C
(8,2,12)
#000000
(0,0,0)

Tints of #120220

#120220
(18,2,32)
#271934
(39,25,52)
#3C3048
(60,48,72)
#51475C
(81,71,92)
#665E70
(102,94,112)
#7B7584
(123,117,132)
#908C98
(144,140,152)
#A5A3AC
(165,163,172)
#BABAC0
(186,186,192)
#CFD1D4
(207,209,212)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120220 color. Also use rgb(18,2,32) instead hex code.

Text Font Color

.myTextColor { color: #120220; }

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

This text font color is #120220.


Background Color

.myBgColor { background-color: #120220; }

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

This div background color is #120220.


Border color

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

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

This div border color is #120220.


Opacity

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

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

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

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

This text has shadow with #120220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120220 on black background.


Color preview on white background

This text has color #120220 on white background.



Black color preview on #120220 background

This text has black color on #120220 background.


White color preview on #120220 background

This text has white color on #120220 background.