COLOR #120A18

HEX: #120A18
RGB: (18,10,24)

Color info

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

RGB color model

#120A18 color RGB value is (18,10,24).

  • red value is 18;
  • green value is 10;
  • blue value is 24.
RGB:
(18,10,24)
(7%,4%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 24 of 255 = 9%

18
10
24

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

Portions of RGB colors in percentages

R + G + B =
18 + 10 + 24 = 52 (100%)
R 18 of 52 ~ 34.62%
G 10 of 52 ~ 19.23%
B 24 of 52 ~ 46.15%

%34.62
%19.23
%46.15

CMYK color model

#120A18 color CMYK value is (25,58,0,91).

  • cyan value is 25.00%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(25,58,0,91)
C25M58Y0K91 
(25%,58%,0%,91%)
(0.25/0.58/0.00/0.91)	

CMYK percentages

%25
%58.33
%0
%90.59

Codes

Color #120A18 in popluar color models

120A18
RGB181024
HSL274°41.18%6.67%
HSB/HSV274°58.33%9.41%
CMYK25.00%58.33%0.00%
90.59%

Color #120A18 in popluar number systems.

HEX120A18
Decimal181024
Binary10010101011000
Octal221230

Shades and tints

Shades of #120A18

#120A18
(18,10,24)
#110A16
(17,10,22)
#100A14
(16,10,20)
#0F0A12
(15,10,18)
#0E0A10
(14,10,16)
#0D0A0E
(13,10,14)
#0C0A0C
(12,10,12)
#0B0A0A
(11,10,10)
#0A0A08
(10,10,8)
#090A06
(9,10,6)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #120A18

#120A18
(18,10,24)
#27202D
(39,32,45)
#3C3642
(60,54,66)
#514C57
(81,76,87)
#66626C
(102,98,108)
#7B7881
(123,120,129)
#908E96
(144,142,150)
#A5A4AB
(165,164,171)
#BABAC0
(186,186,192)
#CFD0D5
(207,208,213)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120A18 color. Also use rgb(18,10,24) instead hex code.

Text Font Color

.myTextColor { color: #120A18; }

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

This text font color is #120A18.


Background Color

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

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

This div background color is #120A18.


Border color

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

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

This div border color is #120A18.


Opacity

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

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

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

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

This text has shadow with #120A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120A18 on black background.


Color preview on white background

This text has color #120A18 on white background.



Black color preview on #120A18 background

This text has black color on #120A18 background.


White color preview on #120A18 background

This text has white color on #120A18 background.