COLOR #120016

HEX: #120016
RGB: (18,0,22)

Color info

#120016 contains only red and blue colors. Web safe color of #120016 is #000000 (or #000).

RGB color model

#120016 color RGB value is (18,0,22).

  • red value is 18;
  • green value is 0;
  • blue value is 22.
RGB:
(18,0,22)
(7%,0%,9%)

RGB channels and saturation

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

18
0
22

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

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 22 = 40 (100%)
R 18 of 40 ~ 45%
G 0 of 40 ~ 0%
B 22 of 40 ~ 55%

%45
%55

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(18,100,0,91)
C18M100Y0K91 
(18%,100%,0%,91%)
(0.18/1.00/0.00/0.91)	

CMYK percentages

%18.18
%100
%0
%91.37

Codes

Color #120016 in popluar color models

120016
RGB18022
HSL289°100.00%4.31%
HSB/HSV289°100.00%8.63%
CMYK18.18%100.00%0.00%
91.37%

Color #120016 in popluar number systems.

HEX120016
Decimal18022
Binary10010010110
Octal22026

Shades and tints

Shades of #120016

#120016
(18,0,22)
#110014
(17,0,20)
#100012
(16,0,18)
#0F0010
(15,0,16)
#0E000E
(14,0,14)
#0D000C
(13,0,12)
#0C000A
(12,0,10)
#0B0008
(11,0,8)
#0A0006
(10,0,6)
#090004
(9,0,4)
#080002
(8,0,2)
#000000
(0,0,0)

Tints of #120016

#120016
(18,0,22)
#27172B
(39,23,43)
#3C2E40
(60,46,64)
#514555
(81,69,85)
#665C6A
(102,92,106)
#7B737F
(123,115,127)
#908A94
(144,138,148)
#A5A1A9
(165,161,169)
#BAB8BE
(186,184,190)
#CFCFD3
(207,207,211)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120016; }

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

This text font color is #120016.


Background Color

.myBgColor { background-color: #120016; }

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

This div background color is #120016.


Border color

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

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

This div border color is #120016.


Opacity

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

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

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

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

This text has shadow with #120016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120016 on black background.


Color preview on white background

This text has color #120016 on white background.



Black color preview on #120016 background

This text has black color on #120016 background.


White color preview on #120016 background

This text has white color on #120016 background.