COLOR #120014

HEX: #120014
RGB: (18,0,20)

Color info

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

RGB color model

#120014 color RGB value is (18,0,20).

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

RGB channels and saturation

R 18 of 255 = 7%
G 0 of 255 = 0%
B 20 of 255 = 8%

18
0
20

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

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 20 = 38 (100%)
R 18 of 38 ~ 47.37%
G 0 of 38 ~ 0%
B 20 of 38 ~ 52.63%

%47.37
%52.63

CMYK color model

#120014 color CMYK value is (10,100,0,92).

  • cyan value is 10.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(10,100,0,92)
C10M100Y0K92 
(10%,100%,0%,92%)
(0.10/1.00/0.00/0.92)	

CMYK percentages

%10
%100
%0
%92.16

Codes

Color #120014 in popluar color models

120014
RGB18020
HSL294°100.00%3.92%
HSB/HSV294°100.00%7.84%
CMYK10.00%100.00%0.00%
92.16%

Color #120014 in popluar number systems.

HEX120014
Decimal18020
Binary10010010100
Octal22024

Shades and tints

Shades of #120014

#120014
(18,0,20)
#110013
(17,0,19)
#100012
(16,0,18)
#0F0011
(15,0,17)
#0E0010
(14,0,16)
#0D000F
(13,0,15)
#0C000E
(12,0,14)
#0B000D
(11,0,13)
#0A000C
(10,0,12)
#09000B
(9,0,11)
#08000A
(8,0,10)
#000000
(0,0,0)

Tints of #120014

#120014
(18,0,20)
#271729
(39,23,41)
#3C2E3E
(60,46,62)
#514553
(81,69,83)
#665C68
(102,92,104)
#7B737D
(123,115,125)
#908A92
(144,138,146)
#A5A1A7
(165,161,167)
#BAB8BC
(186,184,188)
#CFCFD1
(207,207,209)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120014; }

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

This text font color is #120014.


Background Color

.myBgColor { background-color: #120014; }

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

This div background color is #120014.


Border color

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

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

This div border color is #120014.


Opacity

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

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

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

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

This text has shadow with #120014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120014 on black background.


Color preview on white background

This text has color #120014 on white background.



Black color preview on #120014 background

This text has black color on #120014 background.


White color preview on #120014 background

This text has white color on #120014 background.