COLOR #120116

HEX: #120116 RGB: (18,1,22)

Color info

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

RGB color model

#120116 color RGB value is (18,1,22).

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

RGB channels and saturation

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

18
1
22

R + G + B ~ 5%. #120116 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 1 + 22 = 41 (100%)
R 18 of 41 ~ 43.9%
G 1 of 41 ~ 2.44%
B 22 of 41 ~ 53.66'%

%43.9
%53.66

CMYK color model

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

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

CMYK: (18,95,0,91)
C18M95Y0K91 (18%, 95%, 0%, 91%)
(0.18 / 0.95 / 0.00 / 0.91)

CMYK percentages

%18.18
%95.45
%0
%91.37

Codes

Color #120116 in popluar color models

12 01 16
RGB 18 1 22
HSL 289° 91.30% 4.51%
HSB/HSV 289° 95.45% 8.63%
CMYK 18.18% 95.45% 0.00%
91.37%

Color #120116 in popluar number systems.

HEX 12 01 16
Decimal 18 1 22
Binary 10010 1 10110
Octal 22 1 26

Shades and tints

Shades of #120116

#120116
(18,1,22)
#110114
(17,1,20)
#100112
(16,1,18)
#0F0110
(15,1,16)
#0E010E
(14,1,14)
#0D010C
(13,1,12)
#0C010A
(12,1,10)
#0B0108
(11,1,8)
#0A0106
(10,1,6)
#090104
(9,1,4)
#080102
(8,1,2)
#000000
(0,0,0)

Tints of #120116

#120116
(18,1,22)
#27182B
(39,24,43)
#3C2F40
(60,47,64)
#514655
(81,70,85)
#665D6A
(102,93,106)
#7B747F
(123,116,127)
#908B94
(144,139,148)
#A5A2A9
(165,162,169)
#BAB9BE
(186,185,190)
#CFD0D3
(207,208,211)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120116; }

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

This text font color is #120116.

Background Color

.myBgColor { background-color: #120116; }

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

This div background color is #120116.

Border color

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

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

This div border color is #120116.

Opacity

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

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

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

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

This text has shadow with #120116 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120116.

Preview

Color preview on black background

This text has color #120116 on black background.


Color preview on white background

This text has color #120116 on white background.


Black color preview on #120116 background

This text has black color on #120116 background.


White color preview on #120116 background

This text has white color on #120116 background.


Related colors

Complementary color

Complementary color for #hex is #EDFEE9.


I love getcolorcode.com

Triadic colors

1 #161201 and #011612 with #120116 are triadic colors.

2 #160112 and #011216 with #120116 are triadic colors.