COLOR #121816

HEX: #121816
RGB: (18,24,22)

Color info

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

RGB color model

#121816 color RGB value is (18,24,22).

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

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 22 of 255 = 9%

18
24
22

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

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 22 = 64 (100%)
R 18 of 64 ~ 28.13%
G 24 of 64 ~ 37.5%
B 22 of 64 ~ 34.38%

%28.13
%37.5
%34.38

CMYK color model

#121816 color CMYK value is (25,0,8,91).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 90.59%
CMYK:
(25,0,8,91)
C25M0Y8K91 
(25%,0%,8%,91%)
(0.25/0.00/0.08/0.91)	

CMYK percentages

%25
%0
%8.33
%90.59

Codes

Color #121816 in popluar color models

121816
RGB182422
HSL160°14.29%8.24%
HSB/HSV160°25.00%9.41%
CMYK25.00%0.00%8.33%
90.59%

Color #121816 in popluar number systems.

HEX121816
Decimal182422
Binary100101100010110
Octal223026

Shades and tints

Shades of #121816

#121816
(18,24,22)
#111614
(17,22,20)
#101412
(16,20,18)
#0F1210
(15,18,16)
#0E100E
(14,16,14)
#0D0E0C
(13,14,12)
#0C0C0A
(12,12,10)
#0B0A08
(11,10,8)
#0A0806
(10,8,6)
#090604
(9,6,4)
#080402
(8,4,2)
#000000
(0,0,0)

Tints of #121816

#121816
(18,24,22)
#272D2B
(39,45,43)
#3C4240
(60,66,64)
#515755
(81,87,85)
#666C6A
(102,108,106)
#7B817F
(123,129,127)
#909694
(144,150,148)
#A5ABA9
(165,171,169)
#BAC0BE
(186,192,190)
#CFD5D3
(207,213,211)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121816; }

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

This text font color is #121816.


Background Color

.myBgColor { background-color: #121816; }

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

This div background color is #121816.


Border color

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

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

This div border color is #121816.


Opacity

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

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

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

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

This text has shadow with #121816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121816 on black background.


Color preview on white background

This text has color #121816 on white background.



Black color preview on #121816 background

This text has black color on #121816 background.


White color preview on #121816 background

This text has white color on #121816 background.