COLOR #120F1A

HEX: #120F1A
RGB: (18,15,26)

Color info

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

RGB color model

#120F1A color RGB value is (18,15,26).

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

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 26 of 255 = 10%

18
15
26

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

Portions of RGB colors in percentages

R + G + B =
18 + 15 + 26 = 59 (100%)
R 18 of 59 ~ 30.51%
G 15 of 59 ~ 25.42%
B 26 of 59 ~ 44.07%

%30.51
%25.42
%44.07

CMYK color model

#120F1A color CMYK value is (31,42,0,90).

  • cyan value is 30.77%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(31,42,0,90)
C31M42Y0K90 
(31%,42%,0%,90%)
(0.31/0.42/0.00/0.90)	

CMYK percentages

%30.77
%42.31
%0
%89.8

Codes

Color #120F1A in popluar color models

120F1A
RGB181526
HSL256°26.83%8.04%
HSB/HSV256°42.31%10.20%
CMYK30.77%42.31%0.00%
89.80%

Color #120F1A in popluar number systems.

HEX120F1A
Decimal181526
Binary10010111111010
Octal221732

Shades and tints

Shades of #120F1A

#120F1A
(18,15,26)
#110E18
(17,14,24)
#100D16
(16,13,22)
#0F0C14
(15,12,20)
#0E0B12
(14,11,18)
#0D0A10
(13,10,16)
#0C090E
(12,9,14)
#0B080C
(11,8,12)
#0A070A
(10,7,10)
#090608
(9,6,8)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #120F1A

#120F1A
(18,15,26)
#27242E
(39,36,46)
#3C3942
(60,57,66)
#514E56
(81,78,86)
#66636A
(102,99,106)
#7B787E
(123,120,126)
#908D92
(144,141,146)
#A5A2A6
(165,162,166)
#BAB7BA
(186,183,186)
#CFCCCE
(207,204,206)
#E4E1E2
(228,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F1A; }

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

This text font color is #120F1A.


Background Color

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

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

This div background color is #120F1A.


Border color

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

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

This div border color is #120F1A.


Opacity

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

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

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

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

This text has shadow with #120F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120F1A on black background.


Color preview on white background

This text has color #120F1A on white background.



Black color preview on #120F1A background

This text has black color on #120F1A background.


White color preview on #120F1A background

This text has white color on #120F1A background.