COLOR #121420

HEX: #121420 RGB: (18,20,32)

Color info

#121420 contains red, green and blue colors in about the same proportion. Web safe color of #121420 is #000033 (or #003).

RGB color model

#121420 color RGB value is (18,20,32).

RGB: (18,20,32) (7%, 8%, 13%)

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 32 of 255 = 13%

18
20
32

R + G + B ~ 9%. #121420 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 20 + 32 = 70 (100%)
R 18 of 70 ~ 25.71%
G 20 of 70 ~ 28.57%
B 32 of 70 ~ 45.71'%

%25.71
%28.57
%45.71

CMYK color model

#121420 color CMYK value is (44,38,0,87).

  • cyan value is 43.75%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (44,38,0,87)
C44M38Y0K87 (44%, 38%, 0%, 87%)
(0.44 / 0.38 / 0.00 / 0.87)

CMYK percentages

%43.75
%37.5
%0
%87.45

Codes

Color #121420 in popluar color models

12 14 20
RGB 18 20 32
HSL 231° 28.00% 9.80%
HSB/HSV 231° 43.75% 12.55%
CMYK 43.75% 37.50% 0.00%
87.45%

Color #121420 in popluar number systems.

HEX 12 14 20
Decimal 18 20 32
Binary 10010 10100 100000
Octal 22 24 40

Shades and tints

Shades of #121420

#121420
(18,20,32)
#11131E
(17,19,30)
#10121C
(16,18,28)
#0F111A
(15,17,26)
#0E1018
(14,16,24)
#0D0F16
(13,15,22)
#0C0E14
(12,14,20)
#0B0D12
(11,13,18)
#0A0C10
(10,12,16)
#090B0E
(9,11,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #121420

#121420
(18,20,32)
#272934
(39,41,52)
#3C3E48
(60,62,72)
#51535C
(81,83,92)
#666870
(102,104,112)
#7B7D84
(123,125,132)
#909298
(144,146,152)
#A5A7AC
(165,167,172)
#BABCC0
(186,188,192)
#CFD1D4
(207,209,212)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121420; }

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

This text font color is #121420.

Background Color

.myBgColor { background-color: #121420; }

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

This div background color is #121420.

Border color

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

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

This div border color is #121420.

Opacity

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

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

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

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

This text has shadow with #121420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121420.

Preview

Color preview on black background

This text has color #121420 on black background.


Color preview on white background

This text has color #121420 on white background.


Black color preview on #121420 background

This text has black color on #121420 background.


White color preview on #121420 background

This text has white color on #121420 background.


Related colors

Complementary color

Complementary color for #hex is #EDEBDF.


I love getcolorcode.com

Triadic colors

1 #201214 and #142012 with #121420 are triadic colors.

2 #201412 and #141220 with #121420 are triadic colors.