COLOR #120D11

HEX: #120D11 RGB: (18,13,17)

Color info

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

RGB color model

#120D11 color RGB value is (18,13,17).

RGB: (18,13,17) (7%, 5%, 7%)

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 17 of 255 = 7%

18
13
17

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

Portions of RGB colors in percentages

R + G + B = 18 + 13 + 17 = 48 (100%)
R 18 of 48 ~ 37.5%
G 13 of 48 ~ 27.08%
B 17 of 48 ~ 35.42'%

%37.5
%27.08
%35.42

CMYK color model

#120D11 color CMYK value is (0,28,6,93).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 5.56%
  • key color value is 92.94%

CMYK: (0,28,6,93)
C0M28Y6K93 (0%, 28%, 6%, 93%)
(0.00 / 0.28 / 0.06 / 0.93)

CMYK percentages

%0
%27.78
%5.56
%92.94

Codes

Color #120D11 in popluar color models

12 0D 11
RGB 18 13 17
HSL 312° 16.13% 6.08%
HSB/HSV 312° 27.78% 7.06%
CMYK 0.00% 27.78% 5.56%
92.94%

Color #120D11 in popluar number systems.

HEX 12 0D 11
Decimal 18 13 17
Binary 10010 1101 10001
Octal 22 15 21

Shades and tints

Shades of #120D11

#120D11
(18,13,17)
#110C10
(17,12,16)
#100B0F
(16,11,15)
#0F0A0E
(15,10,14)
#0E090D
(14,9,13)
#0D080C
(13,8,12)
#0C070B
(12,7,11)
#0B060A
(11,6,10)
#0A0509
(10,5,9)
#090408
(9,4,8)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #120D11

#120D11
(18,13,17)
#272326
(39,35,38)
#3C393B
(60,57,59)
#514F50
(81,79,80)
#666565
(102,101,101)
#7B7B7A
(123,123,122)
#90918F
(144,145,143)
#A5A7A4
(165,167,164)
#BABDB9
(186,189,185)
#CFD3CE
(207,211,206)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120D11 color. Also use rgb(18,13,17) instead hex code.

Text Font Color

.myTextColor { color: #120D11; }

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

This text font color is #120D11.

Background Color

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

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

This div background color is #120D11.

Border color

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

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

This div border color is #120D11.

Opacity

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

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

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

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

This text has shadow with #120D11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120D11.

Preview

Color preview on black background

This text has color #120D11 on black background.


Color preview on white background

This text has color #120D11 on white background.


Black color preview on #120D11 background

This text has black color on #120D11 background.


White color preview on #120D11 background

This text has white color on #120D11 background.


Related colors

Complementary color

Complementary color for #hex is #EDF2EE.


I love getcolorcode.com

Triadic colors

1 #11120D and #0D1112 with #120D11 are triadic colors.

2 #110D12 and #0D1211 with #120D11 are triadic colors.