COLOR #121916

HEX: #121916
RGB: (18,25,22)

Color info

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

RGB color model

#121916 color RGB value is (18,25,22).

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

RGB channels and saturation

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

18
25
22

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

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 22 = 65 (100%)
R 18 of 65 ~ 27.69%
G 25 of 65 ~ 38.46%
B 22 of 65 ~ 33.85%

%27.69
%38.46
%33.85

CMYK color model

#121916 color CMYK value is (28,0,12,90).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 90.20%
CMYK:
(28,0,12,90)
C28M0Y12K90 
(28%,0%,12%,90%)
(0.28/0.00/0.12/0.90)	

CMYK percentages

%28
%0
%12
%90.2

Codes

Color #121916 in popluar color models

121916
RGB182522
HSL154°16.28%8.43%
HSB/HSV154°28.00%9.80%
CMYK28.00%0.00%12.00%
90.20%

Color #121916 in popluar number systems.

HEX121916
Decimal182522
Binary100101100110110
Octal223126

Shades and tints

Shades of #121916

#121916
(18,25,22)
#111714
(17,23,20)
#101512
(16,21,18)
#0F1310
(15,19,16)
#0E110E
(14,17,14)
#0D0F0C
(13,15,12)
#0C0D0A
(12,13,10)
#0B0B08
(11,11,8)
#0A0906
(10,9,6)
#090704
(9,7,4)
#080502
(8,5,2)
#000000
(0,0,0)

Tints of #121916

#121916
(18,25,22)
#272D2B
(39,45,43)
#3C4140
(60,65,64)
#515555
(81,85,85)
#66696A
(102,105,106)
#7B7D7F
(123,125,127)
#909194
(144,145,148)
#A5A5A9
(165,165,169)
#BAB9BE
(186,185,190)
#CFCDD3
(207,205,211)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121916; }

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

This text font color is #121916.


Background Color

.myBgColor { background-color: #121916; }

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

This div background color is #121916.


Border color

.myBorderColor { border: 1px solid #121916; }

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

This div border color is #121916.


Opacity

.myOpacity80 { color: #121916; opacity: 0.8; }

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

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

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

This text has shadow with #121916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121916 on black background.


Color preview on white background

This text has color #121916 on white background.



Black color preview on #121916 background

This text has black color on #121916 background.


White color preview on #121916 background

This text has white color on #121916 background.