COLOR #120E1F

HEX: #120E1F
RGB: (18,14,31)

Color info

#120E1F contains red, green and blue colors in about the same proportion. Web safe color of #120E1F is #000033 (or #003).

RGB color model

#120E1F color RGB value is (18,14,31).

  • red value is 18;
  • green value is 14;
  • blue value is 31.
RGB:
(18,14,31)
(7%,5%,12%)

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 31 of 255 = 12%

18
14
31

R + G + B ~ 8%. #120E1F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 14 + 31 = 63 (100%)
R 18 of 63 ~ 28.57%
G 14 of 63 ~ 22.22%
B 31 of 63 ~ 49.21%

%28.57
%22.22
%49.21

CMYK color model

#120E1F color CMYK value is (42,55,0,88).

  • cyan value is 41.94%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(42,55,0,88)
C42M55Y0K88 
(42%,55%,0%,88%)
(0.42/0.55/0.00/0.88)	

CMYK percentages

%41.94
%54.84
%0
%87.84

Codes

Color #120E1F in popluar color models

120E1F
RGB181431
HSL254°37.78%8.82%
HSB/HSV254°54.84%12.16%
CMYK41.94%54.84%0.00%
87.84%

Color #120E1F in popluar number systems.

HEX120E1F
Decimal181431
Binary10010111011111
Octal221637

Shades and tints

Shades of #120E1F

#120E1F
(18,14,31)
#110D1D
(17,13,29)
#100C1B
(16,12,27)
#0F0B19
(15,11,25)
#0E0A17
(14,10,23)
#0D0915
(13,9,21)
#0C0813
(12,8,19)
#0B0711
(11,7,17)
#0A060F
(10,6,15)
#09050D
(9,5,13)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #120E1F

#120E1F
(18,14,31)
#272333
(39,35,51)
#3C3847
(60,56,71)
#514D5B
(81,77,91)
#66626F
(102,98,111)
#7B7783
(123,119,131)
#908C97
(144,140,151)
#A5A1AB
(165,161,171)
#BAB6BF
(186,182,191)
#CFCBD3
(207,203,211)
#E4E0E7
(228,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120E1F color. Also use rgb(18,14,31) instead hex code.

Text Font Color

.myTextColor { color: #120E1F; }

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

This text font color is #120E1F.


Background Color

.myBgColor { background-color: #120E1F; }

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

This div background color is #120E1F.


Border color

.myBorderColor { border: 1px solid #120E1F; }

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

This div border color is #120E1F.


Opacity

.myOpacity80 { color: #120E1F; opacity: 0.8; }

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

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

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

This text has shadow with #120E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120E1F on black background.


Color preview on white background

This text has color #120E1F on white background.



Black color preview on #120E1F background

This text has black color on #120E1F background.


White color preview on #120E1F background

This text has white color on #120E1F background.