COLOR #120A1E

HEX: #120A1E RGB: (18,10,30)

Color info

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

RGB color model

#120A1E color RGB value is (18,10,30).

RGB: (18,10,30) (7%, 4%, 12%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 30 of 255 = 12%

18
10
30

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

Portions of RGB colors in percentages

R + G + B = 18 + 10 + 30 = 58 (100%)
R 18 of 58 ~ 31.03%
G 10 of 58 ~ 17.24%
B 30 of 58 ~ 51.72'%

%31.03
%17.24
%51.72

CMYK color model

#120A1E color CMYK value is (40,67,0,88).

  • cyan value is 40.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK: (40,67,0,88) C40M67Y0K88 (40%,67%,0%,88%) (0.40/0.67/0.00/0.88) 

CMYK percentages

%40
%66.67
%0
%88.24

Codes

Color #120A1E in popluar color models

12 0A 1E
RGB 18 10 30
HSL 264° 50.00% 7.84%
HSB/HSV 264° 66.67% 11.76%
CMYK 40.00% 66.67% 0.00%
88.24%

Color #120A1E in popluar number systems.

HEX 12 0A 1E
Decimal 18 10 30
Binary 10010 1010 11110
Octal 22 12 36

Shades and tints

Shades of #120A1E

#120A1E
(18,10,30)
#110A1C
(17,10,28)
#100A1A
(16,10,26)
#0F0A18
(15,10,24)
#0E0A16
(14,10,22)
#0D0A14
(13,10,20)
#0C0A12
(12,10,18)
#0B0A10
(11,10,16)
#0A0A0E
(10,10,14)
#090A0C
(9,10,12)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #120A1E

#120A1E
(18,10,30)
#272032
(39,32,50)
#3C3646
(60,54,70)
#514C5A
(81,76,90)
#66626E
(102,98,110)
#7B7882
(123,120,130)
#908E96
(144,142,150)
#A5A4AA
(165,164,170)
#BABABE
(186,186,190)
#CFD0D2
(207,208,210)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120A1E; }

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

This text font color is #120A1E.

Background Color

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

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

This div background color is #120A1E.

Border color

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

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

This div border color is #120A1E.

Opacity

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

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

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

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

This text has shadow with #120A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120A1E.

Preview

Color preview on black background

This text has color #120A1E on black background.


Color preview on white background

This text has color #120A1E on white background.


Black color preview on #120A1E background

This text has black color on #120A1E background.


White color preview on #120A1E background

This text has white color on #120A1E background.


Related colors

Complementary color

Complementary color for #hex is #EDF5E1.


I love getcolorcode.com

Triadic colors

1 #1E120A and #0A1E12 with #120A1E are triadic colors.

2 #1E0A12 and #0A121E with #120A1E are triadic colors.