COLOR #121914

HEX: #121914 RGB: (18,25,20)

Color info

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

RGB color model

#121914 color RGB value is (18,25,20).

RGB: (18,25,20) (7%, 10%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 20 of 255 = 8%

18
25
20

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

Portions of RGB colors in percentages

R + G + B = 18 + 25 + 20 = 63 (100%)
R 18 of 63 ~ 28.57%
G 25 of 63 ~ 39.68%
B 20 of 63 ~ 31.75'%

%28.57
%39.68
%31.75

CMYK color model

#121914 color CMYK value is (28,0,20,90).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 90.20%
CMYK: (28,0,20,90) C28M0Y20K90 (28%,0%,20%,90%) (0.28/0.00/0.20/0.90) 

CMYK percentages

%28
%0
%20
%90.2

Codes

Color #121914 in popluar color models

12 19 14
RGB 18 25 20
HSL 137° 16.28% 8.43%
HSB/HSV 137° 28.00% 9.80%
CMYK 28.00% 0.00% 20.00%
90.20%

Color #121914 in popluar number systems.

HEX 12 19 14
Decimal 18 25 20
Binary 10010 11001 10100
Octal 22 31 24

Shades and tints

Shades of #121914

#121914
(18,25,20)
#111713
(17,23,19)
#101512
(16,21,18)
#0F1311
(15,19,17)
#0E1110
(14,17,16)
#0D0F0F
(13,15,15)
#0C0D0E
(12,13,14)
#0B0B0D
(11,11,13)
#0A090C
(10,9,12)
#09070B
(9,7,11)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #121914

#121914
(18,25,20)
#272D29
(39,45,41)
#3C413E
(60,65,62)
#515553
(81,85,83)
#666968
(102,105,104)
#7B7D7D
(123,125,125)
#909192
(144,145,146)
#A5A5A7
(165,165,167)
#BAB9BC
(186,185,188)
#CFCDD1
(207,205,209)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121914; }

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

This text font color is #121914.

Background Color

.myBgColor { background-color: #121914; }

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

This div background color is #121914.

Border color

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

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

This div border color is #121914.

Opacity

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

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

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

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

This text has shadow with #121914 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121914.

Preview

Color preview on black background

This text has color #121914 on black background.


Color preview on white background

This text has color #121914 on white background.


Black color preview on #121914 background

This text has black color on #121914 background.


White color preview on #121914 background

This text has white color on #121914 background.


Related colors

Complementary color

Complementary color for #hex is #EDE6EB.


I love getcolorcode.com

Triadic colors

1 #141219 and #191412 with #121914 are triadic colors.

2 #141912 and #191214 with #121914 are triadic colors.