COLOR #120216

HEX: #120216 RGB: (18,2,22)

Color info

#120216 contains red, green and blue colors in about the same proportion. Web safe color of #120216 is #000000 (or #000).

RGB color model

#120216 color RGB value is (18,2,22).

RGB: (18,2,22) (7%, 1%, 9%)

RGB channels and saturation

R 18 of 255 = 7%
G 2 of 255 = 1%
B 22 of 255 = 9%

18
2
22

R + G + B ~ 6%. #120216 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 2 + 22 = 42 (100%)
R 18 of 42 ~ 42.86%
G 2 of 42 ~ 4.76%
B 22 of 42 ~ 52.38'%

%42.86
%52.38

CMYK color model

#120216 color CMYK value is (18,91,0,91).

  • cyan value is 18.18%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 91.37%

CMYK: (18,91,0,91)
C18M91Y0K91 (18%, 91%, 0%, 91%)
(0.18 / 0.91 / 0.00 / 0.91)

CMYK percentages

%18.18
%90.91
%0
%91.37

Codes

Color #120216 in popluar color models

12 02 16
RGB 18 2 22
HSL 288° 83.33% 4.71%
HSB/HSV 288° 90.91% 8.63%
CMYK 18.18% 90.91% 0.00%
91.37%

Color #120216 in popluar number systems.

HEX 12 02 16
Decimal 18 2 22
Binary 10010 10 10110
Octal 22 2 26

Shades and tints

Shades of #120216

#120216
(18,2,22)
#110214
(17,2,20)
#100212
(16,2,18)
#0F0210
(15,2,16)
#0E020E
(14,2,14)
#0D020C
(13,2,12)
#0C020A
(12,2,10)
#0B0208
(11,2,8)
#0A0206
(10,2,6)
#090204
(9,2,4)
#080202
(8,2,2)
#000000
(0,0,0)

Tints of #120216

#120216
(18,2,22)
#27192B
(39,25,43)
#3C3040
(60,48,64)
#514755
(81,71,85)
#665E6A
(102,94,106)
#7B757F
(123,117,127)
#908C94
(144,140,148)
#A5A3A9
(165,163,169)
#BABABE
(186,186,190)
#CFD1D3
(207,209,211)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120216; }

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

This text font color is #120216.

Background Color

.myBgColor { background-color: #120216; }

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

This div background color is #120216.

Border color

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

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

This div border color is #120216.

Opacity

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

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

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

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

This text has shadow with #120216 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120216.

Preview

Color preview on black background

This text has color #120216 on black background.


Color preview on white background

This text has color #120216 on white background.


Black color preview on #120216 background

This text has black color on #120216 background.


White color preview on #120216 background

This text has white color on #120216 background.


Related colors

Complementary color

Complementary color for #hex is #EDFDE9.


I love getcolorcode.com

Triadic colors

1 #161202 and #021612 with #120216 are triadic colors.

2 #160212 and #021216 with #120216 are triadic colors.