COLOR #120B10

HEX: #120B10 RGB: (18,11,16)

Color info

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

RGB color model

#120B10 color RGB value is (18,11,16).

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

RGB channels and saturation

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

18
11
16

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

Portions of RGB colors in percentages

R + G + B = 18 + 11 + 16 = 45 (100%)
R 18 of 45 ~ 40%
G 11 of 45 ~ 24.44%
B 16 of 45 ~ 35.56'%

%40
%24.44
%35.56

CMYK color model

#120B10 color CMYK value is (0,39,11,93).

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

CMYK: (0,39,11,93)
C0M39Y11K93 (0%, 39%, 11%, 93%)
(0.00 / 0.39 / 0.11 / 0.93)

CMYK percentages

%0
%38.89
%11.11
%92.94

Codes

Color #120B10 in popluar color models

12 0B 10
RGB 18 11 16
HSL 317° 24.14% 5.69%
HSB/HSV 317° 38.89% 7.06%
CMYK 0.00% 38.89% 11.11%
92.94%

Color #120B10 in popluar number systems.

HEX 12 0B 10
Decimal 18 11 16
Binary 10010 1011 10000
Octal 22 13 20

Shades and tints

Shades of #120B10

#120B10
(18,11,16)
#110A0F
(17,10,15)
#10090E
(16,9,14)
#0F080D
(15,8,13)
#0E070C
(14,7,12)
#0D060B
(13,6,11)
#0C050A
(12,5,10)
#0B0409
(11,4,9)
#0A0308
(10,3,8)
#090207
(9,2,7)
#080106
(8,1,6)
#000000
(0,0,0)

Tints of #120B10

#120B10
(18,11,16)
#272125
(39,33,37)
#3C373A
(60,55,58)
#514D4F
(81,77,79)
#666364
(102,99,100)
#7B7979
(123,121,121)
#908F8E
(144,143,142)
#A5A5A3
(165,165,163)
#BABBB8
(186,187,184)
#CFD1CD
(207,209,205)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120B10; }

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

This text font color is #120B10.

Background Color

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

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

This div background color is #120B10.

Border color

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

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

This div border color is #120B10.

Opacity

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

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

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

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

This text has shadow with #120B10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120B10.

Preview

Color preview on black background

This text has color #120B10 on black background.


Color preview on white background

This text has color #120B10 on white background.


Black color preview on #120B10 background

This text has black color on #120B10 background.


White color preview on #120B10 background

This text has white color on #120B10 background.


Related colors

Complementary color

Complementary color for #hex is #EDF4EF.


I love getcolorcode.com

Triadic colors

1 #10120B and #0B1012 with #120B10 are triadic colors.

2 #100B12 and #0B1210 with #120B10 are triadic colors.