COLOR #120015

HEX: #120015
RGB: (18,0,21)

Color info

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

RGB color model

#120015 color RGB value is (18,0,21).

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

RGB channels and saturation

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

18
0
21

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

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 21 = 39 (100%)
R 18 of 39 ~ 46.15%
G 0 of 39 ~ 0%
B 21 of 39 ~ 53.85%

%46.15
%53.85

CMYK color model

#120015 color CMYK value is (14,100,0,92).

  • cyan value is 14.29%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(14,100,0,92)
C14M100Y0K92 
(14%,100%,0%,92%)
(0.14/1.00/0.00/0.92)	

CMYK percentages

%14.29
%100
%0
%91.76

Codes

Color #120015 in popluar color models

120015
RGB18021
HSL291°100.00%4.12%
HSB/HSV291°100.00%8.24%
CMYK14.29%100.00%0.00%
91.76%

Color #120015 in popluar number systems.

HEX120015
Decimal18021
Binary10010010101
Octal22025

Shades and tints

Shades of #120015

#120015
(18,0,21)
#110014
(17,0,20)
#100013
(16,0,19)
#0F0012
(15,0,18)
#0E0011
(14,0,17)
#0D0010
(13,0,16)
#0C000F
(12,0,15)
#0B000E
(11,0,14)
#0A000D
(10,0,13)
#09000C
(9,0,12)
#08000B
(8,0,11)
#000000
(0,0,0)

Tints of #120015

#120015
(18,0,21)
#27172A
(39,23,42)
#3C2E3F
(60,46,63)
#514554
(81,69,84)
#665C69
(102,92,105)
#7B737E
(123,115,126)
#908A93
(144,138,147)
#A5A1A8
(165,161,168)
#BAB8BD
(186,184,189)
#CFCFD2
(207,207,210)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120015; }

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

This text font color is #120015.


Background Color

.myBgColor { background-color: #120015; }

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

This div background color is #120015.


Border color

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

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

This div border color is #120015.


Opacity

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

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

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

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

This text has shadow with #120015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120015 on black background.


Color preview on white background

This text has color #120015 on white background.



Black color preview on #120015 background

This text has black color on #120015 background.


White color preview on #120015 background

This text has white color on #120015 background.