COLOR #121A16

HEX: #121A16
RGB: (18,26,22)

Color info

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

RGB color model

#121A16 color RGB value is (18,26,22).

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

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 22 of 255 = 9%

18
26
22

R + G + B ~ 9%. #121A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 22 = 66 (100%)
R 18 of 66 ~ 27.27%
G 26 of 66 ~ 39.39%
B 22 of 66 ~ 33.33%

%27.27
%39.39
%33.33

CMYK color model

#121A16 color CMYK value is (31,0,15,90).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 89.80%
CMYK:
(31,0,15,90)
C31M0Y15K90 
(31%,0%,15%,90%)
(0.31/0.00/0.15/0.90)	

CMYK percentages

%30.77
%0
%15.38
%89.8

Codes

Color #121A16 in popluar color models

121A16
RGB182622
HSL150°18.18%8.63%
HSB/HSV150°30.77%10.20%
CMYK30.77%0.00%15.38%
89.80%

Color #121A16 in popluar number systems.

HEX121A16
Decimal182622
Binary100101101010110
Octal223226

Shades and tints

Shades of #121A16

#121A16
(18,26,22)
#111814
(17,24,20)
#101612
(16,22,18)
#0F1410
(15,20,16)
#0E120E
(14,18,14)
#0D100C
(13,16,12)
#0C0E0A
(12,14,10)
#0B0C08
(11,12,8)
#0A0A06
(10,10,6)
#090804
(9,8,4)
#080602
(8,6,2)
#000000
(0,0,0)

Tints of #121A16

#121A16
(18,26,22)
#272E2B
(39,46,43)
#3C4240
(60,66,64)
#515655
(81,86,85)
#666A6A
(102,106,106)
#7B7E7F
(123,126,127)
#909294
(144,146,148)
#A5A6A9
(165,166,169)
#BABABE
(186,186,190)
#CFCED3
(207,206,211)
#E4E2E8
(228,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121A16 color. Also use rgb(18,26,22) instead hex code.

Text Font Color

.myTextColor { color: #121A16; }

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

This text font color is #121A16.


Background Color

.myBgColor { background-color: #121A16; }

<div style="background-color:#121A16">Inner text</div>

This div background color is #121A16.


Border color

.myBorderColor { border: 1px solid #121A16; }

<div style="border:3px solid #121A16">Div</div>

This div border color is #121A16.


Opacity

.myOpacity80 { color: #121A16; opacity: 0.8; }

<p style="color:#121A16;opacity:0.8;">80%</p>

Text with #121A16 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 #121A16;}

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

This text has shadow with #121A16 color.

.textShadow {text-shadow: 3px 3px 1px #121A16, 3px 3px 1px red;}

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

This text has shadow with #121A16 primary color and red secondary color.


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

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

This text has shadow with #121A16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A16 on black background.


Color preview on white background

This text has color #121A16 on white background.



Black color preview on #121A16 background

This text has black color on #121A16 background.


White color preview on #121A16 background

This text has white color on #121A16 background.