COLOR #120B0E

HEX: #120B0E RGB: (18,11,14)

Color info

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

RGB color model

#120B0E color RGB value is (18,11,14).

RGB: (18,11,14) (7%, 4%, 5%)

RGB channels and saturation

R 18 of 255 = 7%
G 11 of 255 = 4%
B 14 of 255 = 5%

18
11
14

R + G + B ~ 5%. #120B0E is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 11 + 14 = 43 (100%)
R 18 of 43 ~ 41.86%
G 11 of 43 ~ 25.58%
B 14 of 43 ~ 32.56'%

%41.86
%25.58
%32.56

CMYK color model

#120B0E color CMYK value is (0,39,22,93).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 22.22%
  • key color value is 92.94%

CMYK: (0,39,22,93)
C0M39Y22K93 (0%, 39%, 22%, 93%)
(0.00 / 0.39 / 0.22 / 0.93)

CMYK percentages

%0
%38.89
%22.22
%92.94

Codes

Color #120B0E in popluar color models

12 0B 0E
RGB 18 11 14
HSL 334° 24.14% 5.69%
HSB/HSV 334° 38.89% 7.06%
CMYK 0.00% 38.89% 22.22%
92.94%

Color #120B0E in popluar number systems.

HEX 12 0B 0E
Decimal 18 11 14
Binary 10010 1011 1110
Octal 22 13 16

Shades and tints

Shades of #120B0E

#120B0E
(18,11,14)
#110A0D
(17,10,13)
#10090C
(16,9,12)
#0F080B
(15,8,11)
#0E070A
(14,7,10)
#0D0609
(13,6,9)
#0C0508
(12,5,8)
#0B0407
(11,4,7)
#0A0306
(10,3,6)
#090205
(9,2,5)
#080104
(8,1,4)
#000000
(0,0,0)

Tints of #120B0E

#120B0E
(18,11,14)
#272123
(39,33,35)
#3C3738
(60,55,56)
#514D4D
(81,77,77)
#666362
(102,99,98)
#7B7977
(123,121,119)
#908F8C
(144,143,140)
#A5A5A1
(165,165,161)
#BABBB6
(186,187,182)
#CFD1CB
(207,209,203)
#E4E7E0
(228,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120B0E; }

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

This text font color is #120B0E.

Background Color

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

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

This div background color is #120B0E.

Border color

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

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

This div border color is #120B0E.

Opacity

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

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

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

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

This text has shadow with #120B0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120B0E.

Preview

Color preview on black background

This text has color #120B0E on black background.


Color preview on white background

This text has color #120B0E on white background.


Black color preview on #120B0E background

This text has black color on #120B0E background.


White color preview on #120B0E background

This text has white color on #120B0E background.


Related colors

Complementary color

Complementary color for #hex is #EDF4F1.


I love getcolorcode.com

Triadic colors

1 #0E120B and #0B0E12 with #120B0E are triadic colors.

2 #0E0B12 and #0B120E with #120B0E are triadic colors.