COLOR #120E19

HEX: #120E19
RGB: (18,14,25)

Color info

#120E19 contains red, green and blue colors in about the same proportion. Web safe color of #120E19 is #000000 (or #000).

RGB color model

#120E19 color RGB value is (18,14,25).

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

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 25 of 255 = 10%

18
14
25

R + G + B ~ 7%. #120E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 14 + 25 = 57 (100%)
R 18 of 57 ~ 31.58%
G 14 of 57 ~ 24.56%
B 25 of 57 ~ 43.86%

%31.58
%24.56
%43.86

CMYK color model

#120E19 color CMYK value is (28,44,0,90).

  • cyan value is 28.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(28,44,0,90)
C28M44Y0K90 
(28%,44%,0%,90%)
(0.28/0.44/0.00/0.90)	

CMYK percentages

%28
%44
%0
%90.2

Codes

Color #120E19 in popluar color models

120E19
RGB181425
HSL262°28.21%7.65%
HSB/HSV262°44.00%9.80%
CMYK28.00%44.00%0.00%
90.20%

Color #120E19 in popluar number systems.

HEX120E19
Decimal181425
Binary10010111011001
Octal221631

Shades and tints

Shades of #120E19

#120E19
(18,14,25)
#110D17
(17,13,23)
#100C15
(16,12,21)
#0F0B13
(15,11,19)
#0E0A11
(14,10,17)
#0D090F
(13,9,15)
#0C080D
(12,8,13)
#0B070B
(11,7,11)
#0A0609
(10,6,9)
#090507
(9,5,7)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #120E19

#120E19
(18,14,25)
#27232D
(39,35,45)
#3C3841
(60,56,65)
#514D55
(81,77,85)
#666269
(102,98,105)
#7B777D
(123,119,125)
#908C91
(144,140,145)
#A5A1A5
(165,161,165)
#BAB6B9
(186,182,185)
#CFCBCD
(207,203,205)
#E4E0E1
(228,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120E19; }

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

This text font color is #120E19.


Background Color

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

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

This div background color is #120E19.


Border color

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

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

This div border color is #120E19.


Opacity

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

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

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

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

This text has shadow with #120E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120E19 on black background.


Color preview on white background

This text has color #120E19 on white background.



Black color preview on #120E19 background

This text has black color on #120E19 background.


White color preview on #120E19 background

This text has white color on #120E19 background.