COLOR #121422

HEX: #121422
RGB: (18,20,34)

Color info

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

RGB color model

#121422 color RGB value is (18,20,34).

  • red value is 18;
  • green value is 20;
  • blue value is 34.
RGB:
(18,20,34)
(7%,8%,13%)

RGB channels and saturation

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

18
20
34

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

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 34 = 72 (100%)
R 18 of 72 ~ 25%
G 20 of 72 ~ 27.78%
B 34 of 72 ~ 47.22%

%25
%27.78
%47.22

CMYK color model

#121422 color CMYK value is (47,41,0,87).

  • cyan value is 47.06%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(47,41,0,87)
C47M41Y0K87 
(47%,41%,0%,87%)
(0.47/0.41/0.00/0.87)	

CMYK percentages

%47.06
%41.18
%0
%86.67

Codes

Color #121422 in popluar color models

121422
RGB182034
HSL233°30.77%10.20%
HSB/HSV233°47.06%13.33%
CMYK47.06%41.18%0.00%
86.67%

Color #121422 in popluar number systems.

HEX121422
Decimal182034
Binary1001010100100010
Octal222442

Shades and tints

Shades of #121422

#121422
(18,20,34)
#11131F
(17,19,31)
#10121C
(16,18,28)
#0F1119
(15,17,25)
#0E1016
(14,16,22)
#0D0F13
(13,15,19)
#0C0E10
(12,14,16)
#0B0D0D
(11,13,13)
#0A0C0A
(10,12,10)
#090B07
(9,11,7)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #121422

#121422
(18,20,34)
#272936
(39,41,54)
#3C3E4A
(60,62,74)
#51535E
(81,83,94)
#666872
(102,104,114)
#7B7D86
(123,125,134)
#90929A
(144,146,154)
#A5A7AE
(165,167,174)
#BABCC2
(186,188,194)
#CFD1D6
(207,209,214)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121422; }

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

This text font color is #121422.


Background Color

.myBgColor { background-color: #121422; }

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

This div background color is #121422.


Border color

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

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

This div border color is #121422.


Opacity

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

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

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

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

This text has shadow with #121422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121422 on black background.


Color preview on white background

This text has color #121422 on white background.



Black color preview on #121422 background

This text has black color on #121422 background.


White color preview on #121422 background

This text has white color on #121422 background.