COLOR #120D1B

HEX: #120D1B
RGB: (18,13,27)

Color info

#120D1B contains red, green and blue colors in about the same proportion. Web safe color of #120D1B is #000033 (or #003).

RGB color model

#120D1B color RGB value is (18,13,27).

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

RGB channels and saturation

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

18
13
27

R + G + B ~ 8%. #120D1B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 27 = 58 (100%)
R 18 of 58 ~ 31.03%
G 13 of 58 ~ 22.41%
B 27 of 58 ~ 46.55%

%31.03
%22.41
%46.55

CMYK color model

#120D1B color CMYK value is (33,52,0,89).

  • cyan value is 33.33%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(33,52,0,89)
C33M52Y0K89 
(33%,52%,0%,89%)
(0.33/0.52/0.00/0.89)	

CMYK percentages

%33.33
%51.85
%0
%89.41

Codes

Color #120D1B in popluar color models

120D1B
RGB181327
HSL261°35.00%7.84%
HSB/HSV261°51.85%10.59%
CMYK33.33%51.85%0.00%
89.41%

Color #120D1B in popluar number systems.

HEX120D1B
Decimal181327
Binary10010110111011
Octal221533

Shades and tints

Shades of #120D1B

#120D1B
(18,13,27)
#110C19
(17,12,25)
#100B17
(16,11,23)
#0F0A15
(15,10,21)
#0E0913
(14,9,19)
#0D0811
(13,8,17)
#0C070F
(12,7,15)
#0B060D
(11,6,13)
#0A050B
(10,5,11)
#090409
(9,4,9)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #120D1B

#120D1B
(18,13,27)
#27232F
(39,35,47)
#3C3943
(60,57,67)
#514F57
(81,79,87)
#66656B
(102,101,107)
#7B7B7F
(123,123,127)
#909193
(144,145,147)
#A5A7A7
(165,167,167)
#BABDBB
(186,189,187)
#CFD3CF
(207,211,207)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120D1B; }

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

This text font color is #120D1B.


Background Color

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

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

This div background color is #120D1B.


Border color

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

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

This div border color is #120D1B.


Opacity

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

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

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

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

This text has shadow with #120D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D1B on black background.


Color preview on white background

This text has color #120D1B on white background.



Black color preview on #120D1B background

This text has black color on #120D1B background.


White color preview on #120D1B background

This text has white color on #120D1B background.