COLOR #120B0D

HEX: #120B0D
RGB: (18,11,13)

Color info

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

RGB color model

#120B0D color RGB value is (18,11,13).

  • red value is 18;
  • green value is 11;
  • blue value is 13.
RGB:
(18,11,13)
(7%,4%,5%)

RGB channels and saturation

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

18
11
13

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

Portions of RGB colors in percentages

R + G + B =
18 + 11 + 13 = 42 (100%)
R 18 of 42 ~ 42.86%
G 11 of 42 ~ 26.19%
B 13 of 42 ~ 30.95%

%42.86
%26.19
%30.95

CMYK color model

#120B0D color CMYK value is (0,39,28,93).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(0,39,28,93)
C0M39Y28K93 
(0%,39%,28%,93%)
(0.00/0.39/0.28/0.93)	

CMYK percentages

%0
%38.89
%27.78
%92.94

Codes

Color #120B0D in popluar color models

120B0D
RGB181113
HSL343°24.14%5.69%
HSB/HSV343°38.89%7.06%
CMYK0.00%38.89%27.78%
92.94%

Color #120B0D in popluar number systems.

HEX120B0D
Decimal181113
Binary1001010111101
Octal221315

Shades and tints

Shades of #120B0D

#120B0D
(18,11,13)
#110A0C
(17,10,12)
#10090B
(16,9,11)
#0F080A
(15,8,10)
#0E0709
(14,7,9)
#0D0608
(13,6,8)
#0C0507
(12,5,7)
#0B0406
(11,4,6)
#0A0305
(10,3,5)
#090204
(9,2,4)
#080103
(8,1,3)
#000000
(0,0,0)

Tints of #120B0D

#120B0D
(18,11,13)
#272123
(39,33,35)
#3C3739
(60,55,57)
#514D4F
(81,77,79)
#666365
(102,99,101)
#7B797B
(123,121,123)
#908F91
(144,143,145)
#A5A5A7
(165,165,167)
#BABBBD
(186,187,189)
#CFD1D3
(207,209,211)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120B0D; }

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

This text font color is #120B0D.


Background Color

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

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

This div background color is #120B0D.


Border color

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

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

This div border color is #120B0D.


Opacity

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

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

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

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

This text has shadow with #120B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120B0D on black background.


Color preview on white background

This text has color #120B0D on white background.



Black color preview on #120B0D background

This text has black color on #120B0D background.


White color preview on #120B0D background

This text has white color on #120B0D background.