COLOR #120D1A

HEX: #120D1A
RGB: (18,13,26)

Color info

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

RGB color model

#120D1A color RGB value is (18,13,26).

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

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 26 of 255 = 10%

18
13
26

R + G + B ~ 7%. #120D1A is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 26 = 57 (100%)
R 18 of 57 ~ 31.58%
G 13 of 57 ~ 22.81%
B 26 of 57 ~ 45.61%

%31.58
%22.81
%45.61

CMYK color model

#120D1A color CMYK value is (31,50,0,90).

  • cyan value is 30.77%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(31,50,0,90)
C31M50Y0K90 
(31%,50%,0%,90%)
(0.31/0.50/0.00/0.90)	

CMYK percentages

%30.77
%50
%0
%89.8

Codes

Color #120D1A in popluar color models

120D1A
RGB181326
HSL263°33.33%7.65%
HSB/HSV263°50.00%10.20%
CMYK30.77%50.00%0.00%
89.80%

Color #120D1A in popluar number systems.

HEX120D1A
Decimal181326
Binary10010110111010
Octal221532

Shades and tints

Shades of #120D1A

#120D1A
(18,13,26)
#110C18
(17,12,24)
#100B16
(16,11,22)
#0F0A14
(15,10,20)
#0E0912
(14,9,18)
#0D0810
(13,8,16)
#0C070E
(12,7,14)
#0B060C
(11,6,12)
#0A050A
(10,5,10)
#090408
(9,4,8)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #120D1A

#120D1A
(18,13,26)
#27232E
(39,35,46)
#3C3942
(60,57,66)
#514F56
(81,79,86)
#66656A
(102,101,106)
#7B7B7E
(123,123,126)
#909192
(144,145,146)
#A5A7A6
(165,167,166)
#BABDBA
(186,189,186)
#CFD3CE
(207,211,206)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120D1A; }

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

This text font color is #120D1A.


Background Color

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

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

This div background color is #120D1A.


Border color

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

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

This div border color is #120D1A.


Opacity

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

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

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

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

This text has shadow with #120D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D1A on black background.


Color preview on white background

This text has color #120D1A on white background.



Black color preview on #120D1A background

This text has black color on #120D1A background.


White color preview on #120D1A background

This text has white color on #120D1A background.