COLOR #120A10

HEX: #120A10 RGB: (18,10,16)

Color info

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

RGB color model

#120A10 color RGB value is (18,10,16).

RGB: (18,10,16) (7%, 4%, 6%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 16 of 255 = 6%

18
10
16

R + G + B ~ 6%. #120A10 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 10 + 16 = 44 (100%)
R 18 of 44 ~ 40.91%
G 10 of 44 ~ 22.73%
B 16 of 44 ~ 36.36'%

%40.91
%22.73
%36.36

CMYK color model

#120A10 color CMYK value is (0,44,11,93).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 11.11%
  • key color value is 92.94%
CMYK: (0,44,11,93) C0M44Y11K93 (0%,44%,11%,93%) (0.00/0.44/0.11/0.93) 

CMYK percentages

%0
%44.44
%11.11
%92.94

Codes

Color #120A10 in popluar color models

12 0A 10
RGB 18 10 16
HSL 315° 28.57% 5.49%
HSB/HSV 315° 44.44% 7.06%
CMYK 0.00% 44.44% 11.11%
92.94%

Color #120A10 in popluar number systems.

HEX 12 0A 10
Decimal 18 10 16
Binary 10010 1010 10000
Octal 22 12 20

Shades and tints

Shades of #120A10

#120A10
(18,10,16)
#110A0F
(17,10,15)
#100A0E
(16,10,14)
#0F0A0D
(15,10,13)
#0E0A0C
(14,10,12)
#0D0A0B
(13,10,11)
#0C0A0A
(12,10,10)
#0B0A09
(11,10,9)
#0A0A08
(10,10,8)
#090A07
(9,10,7)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #120A10

#120A10
(18,10,16)
#272025
(39,32,37)
#3C363A
(60,54,58)
#514C4F
(81,76,79)
#666264
(102,98,100)
#7B7879
(123,120,121)
#908E8E
(144,142,142)
#A5A4A3
(165,164,163)
#BABAB8
(186,186,184)
#CFD0CD
(207,208,205)
#E4E6E2
(228,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120A10; }

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

This text font color is #120A10.

Background Color

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

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

This div background color is #120A10.

Border color

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

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

This div border color is #120A10.

Opacity

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

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

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

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

This text has shadow with #120A10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120A10.

Preview

Color preview on black background

This text has color #120A10 on black background.


Color preview on white background

This text has color #120A10 on white background.


Black color preview on #120A10 background

This text has black color on #120A10 background.


White color preview on #120A10 background

This text has white color on #120A10 background.


Related colors

Complementary color

Complementary color for #hex is #EDF5EF.


I love getcolorcode.com

Triadic colors

1 #10120A and #0A1012 with #120A10 are triadic colors.

2 #100A12 and #0A1210 with #120A10 are triadic colors.