COLOR #121217

HEX: #121217 RGB: (18,18,23)

Color info

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

RGB color model

#121217 color RGB value is (18,18,23).

RGB: (18,18,23) (7%, 7%, 9%)

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 23 of 255 = 9%

18
18
23

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

Portions of RGB colors in percentages

R + G + B = 18 + 18 + 23 = 59 (100%)
R 18 of 59 ~ 30.51%
G 18 of 59 ~ 30.51%
B 23 of 59 ~ 38.98'%

%30.51
%30.51
%38.98

CMYK color model

#121217 color CMYK value is (22,22,0,91).

  • cyan value is 21.74%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (22,22,0,91)
C22M22Y0K91 (22%, 22%, 0%, 91%)
(0.22 / 0.22 / 0.00 / 0.91)

CMYK percentages

%21.74
%21.74
%0
%90.98

Codes

Color #121217 in popluar color models

12 12 17
RGB 18 18 23
HSL 240° 12.20% 8.04%
HSB/HSV 240° 21.74% 9.02%
CMYK 21.74% 21.74% 0.00%
90.98%

Color #121217 in popluar number systems.

HEX 12 12 17
Decimal 18 18 23
Binary 10010 10010 10111
Octal 22 22 27

Shades and tints

Shades of #121217

#121217
(18,18,23)
#111115
(17,17,21)
#101013
(16,16,19)
#0F0F11
(15,15,17)
#0E0E0F
(14,14,15)
#0D0D0D
(13,13,13)
#0C0C0B
(12,12,11)
#0B0B09
(11,11,9)
#0A0A07
(10,10,7)
#090905
(9,9,5)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #121217

#121217
(18,18,23)
#27272C
(39,39,44)
#3C3C41
(60,60,65)
#515156
(81,81,86)
#66666B
(102,102,107)
#7B7B80
(123,123,128)
#909095
(144,144,149)
#A5A5AA
(165,165,170)
#BABABF
(186,186,191)
#CFCFD4
(207,207,212)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121217; }

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

This text font color is #121217.

Background Color

.myBgColor { background-color: #121217; }

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

This div background color is #121217.

Border color

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

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

This div border color is #121217.

Opacity

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

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

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

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

This text has shadow with #121217 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121217.

Preview

Color preview on black background

This text has color #121217 on black background.


Color preview on white background

This text has color #121217 on white background.


Black color preview on #121217 background

This text has black color on #121217 background.


White color preview on #121217 background

This text has white color on #121217 background.


Related colors

Complementary color

Complementary color for #hex is #EDEDE8.


I love getcolorcode.com