COLOR #121118

HEX: #121118
RGB: (18,17,24)

Color info

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

RGB color model

#121118 color RGB value is (18,17,24).

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

RGB channels and saturation

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

18
17
24

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

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 24 = 59 (100%)
R 18 of 59 ~ 30.51%
G 17 of 59 ~ 28.81%
B 24 of 59 ~ 40.68%

%30.51
%28.81
%40.68

CMYK color model

#121118 color CMYK value is (25,29,0,91).

  • cyan value is 25.00%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(25,29,0,91)
C25M29Y0K91 
(25%,29%,0%,91%)
(0.25/0.29/0.00/0.91)	

CMYK percentages

%25
%29.17
%0
%90.59

Codes

Color #121118 in popluar color models

121118
RGB181724
HSL249°17.07%8.04%
HSB/HSV249°29.17%9.41%
CMYK25.00%29.17%0.00%
90.59%

Color #121118 in popluar number systems.

HEX121118
Decimal181724
Binary100101000111000
Octal222130

Shades and tints

Shades of #121118

#121118
(18,17,24)
#111016
(17,16,22)
#100F14
(16,15,20)
#0F0E12
(15,14,18)
#0E0D10
(14,13,16)
#0D0C0E
(13,12,14)
#0C0B0C
(12,11,12)
#0B0A0A
(11,10,10)
#0A0908
(10,9,8)
#090806
(9,8,6)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #121118

#121118
(18,17,24)
#27262D
(39,38,45)
#3C3B42
(60,59,66)
#515057
(81,80,87)
#66656C
(102,101,108)
#7B7A81
(123,122,129)
#908F96
(144,143,150)
#A5A4AB
(165,164,171)
#BAB9C0
(186,185,192)
#CFCED5
(207,206,213)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121118; }

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

This text font color is #121118.


Background Color

.myBgColor { background-color: #121118; }

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

This div background color is #121118.


Border color

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

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

This div border color is #121118.


Opacity

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

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

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

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

This text has shadow with #121118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121118 on black background.


Color preview on white background

This text has color #121118 on white background.



Black color preview on #121118 background

This text has black color on #121118 background.


White color preview on #121118 background

This text has white color on #121118 background.