COLOR #121215

HEX: #121215 RGB: (18,18,21)

Color info

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

RGB color model

#121215 color RGB value is (18,18,21).

RGB: (18,18,21) (7%, 7%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 21 of 255 = 8%

18
18
21

R + G + B ~ 7%. #121215 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 18 + 21 = 57 (100%)
R 18 of 57 ~ 31.58%
G 18 of 57 ~ 31.58%
B 21 of 57 ~ 36.84'%

%31.58
%31.58
%36.84

CMYK color model

#121215 color CMYK value is (14,14,0,92).

  • cyan value is 14.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (14,14,0,92)
C14M14Y0K92 (14%, 14%, 0%, 92%)
(0.14 / 0.14 / 0.00 / 0.92)

CMYK percentages

%14.29
%14.29
%0
%91.76

Codes

Color #121215 in popluar color models

12 12 15
RGB 18 18 21
HSL 240° 7.69% 7.65%
HSB/HSV 240° 14.29% 8.24%
CMYK 14.29% 14.29% 0.00%
91.76%

Color #121215 in popluar number systems.

HEX 12 12 15
Decimal 18 18 21
Binary 10010 10010 10101
Octal 22 22 25

Shades and tints

Shades of #121215

#121215
(18,18,21)
#111114
(17,17,20)
#101013
(16,16,19)
#0F0F12
(15,15,18)
#0E0E11
(14,14,17)
#0D0D10
(13,13,16)
#0C0C0F
(12,12,15)
#0B0B0E
(11,11,14)
#0A0A0D
(10,10,13)
#09090C
(9,9,12)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #121215

#121215
(18,18,21)
#27272A
(39,39,42)
#3C3C3F
(60,60,63)
#515154
(81,81,84)
#666669
(102,102,105)
#7B7B7E
(123,123,126)
#909093
(144,144,147)
#A5A5A8
(165,165,168)
#BABABD
(186,186,189)
#CFCFD2
(207,207,210)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121215; }

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

This text font color is #121215.

Background Color

.myBgColor { background-color: #121215; }

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

This div background color is #121215.

Border color

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

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

This div border color is #121215.

Opacity

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

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

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

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

This text has shadow with #121215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121215.

Preview

Color preview on black background

This text has color #121215 on black background.


Color preview on white background

This text has color #121215 on white background.


Black color preview on #121215 background

This text has black color on #121215 background.


White color preview on #121215 background

This text has white color on #121215 background.


Related colors

Complementary color

Complementary color for #hex is #EDEDEA.


I love getcolorcode.com