COLOR #120012

HEX: #120012
RGB: (18,0,18)

Color info

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

RGB color model

#120012 color RGB value is (18,0,18).

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

RGB channels and saturation

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

18
0
18

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

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 18 = 36 (100%)
R 18 of 36 ~ 50%
G 0 of 36 ~ 0%
B 18 of 36 ~ 50%

%50
%50

CMYK color model

#120012 color CMYK value is (0,100,0,93).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(0,100,0,93)
C0M100Y0K93 
(0%,100%,0%,93%)
(0.00/1.00/0.00/0.93)	

CMYK percentages

%0
%100
%0
%92.94

Codes

Color #120012 in popluar color models

120012
RGB18018
HSL300°100.00%3.53%
HSB/HSV300°100.00%7.06%
CMYK0.00%100.00%0.00%
92.94%

Color #120012 in popluar number systems.

HEX120012
Decimal18018
Binary10010010010
Octal22022

Shades and tints

Shades of #120012

#120012
(18,0,18)
#110011
(17,0,17)
#100010
(16,0,16)
#0F000F
(15,0,15)
#0E000E
(14,0,14)
#0D000D
(13,0,13)
#0C000C
(12,0,12)
#0B000B
(11,0,11)
#0A000A
(10,0,10)
#090009
(9,0,9)
#080008
(8,0,8)
#000000
(0,0,0)

Tints of #120012

#120012
(18,0,18)
#271727
(39,23,39)
#3C2E3C
(60,46,60)
#514551
(81,69,81)
#665C66
(102,92,102)
#7B737B
(123,115,123)
#908A90
(144,138,144)
#A5A1A5
(165,161,165)
#BAB8BA
(186,184,186)
#CFCFCF
(207,207,207)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120012; }

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

This text font color is #120012.


Background Color

.myBgColor { background-color: #120012; }

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

This div background color is #120012.


Border color

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

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

This div border color is #120012.


Opacity

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

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

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

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

This text has shadow with #120012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120012 on black background.


Color preview on white background

This text has color #120012 on white background.



Black color preview on #120012 background

This text has black color on #120012 background.


White color preview on #120012 background

This text has white color on #120012 background.