COLOR #121122

HEX: #121122
RGB: (18,17,34)

Color info

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

RGB color model

#121122 color RGB value is (18,17,34).

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

RGB channels and saturation

R 18 of 255 = 7%
G 17 of 255 = 7%
B 34 of 255 = 13%

18
17
34

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

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 34 = 69 (100%)
R 18 of 69 ~ 26.09%
G 17 of 69 ~ 24.64%
B 34 of 69 ~ 49.28%

%26.09
%24.64
%49.28

CMYK color model

#121122 color CMYK value is (47,50,0,87).

  • cyan value is 47.06%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(47,50,0,87)
C47M50Y0K87 
(47%,50%,0%,87%)
(0.47/0.50/0.00/0.87)	

CMYK percentages

%47.06
%50
%0
%86.67

Codes

Color #121122 in popluar color models

121122
RGB181734
HSL244°33.33%10.00%
HSB/HSV244°50.00%13.33%
CMYK47.06%50.00%0.00%
86.67%

Color #121122 in popluar number systems.

HEX121122
Decimal181734
Binary1001010001100010
Octal222142

Shades and tints

Shades of #121122

#121122
(18,17,34)
#11101F
(17,16,31)
#100F1C
(16,15,28)
#0F0E19
(15,14,25)
#0E0D16
(14,13,22)
#0D0C13
(13,12,19)
#0C0B10
(12,11,16)
#0B0A0D
(11,10,13)
#0A090A
(10,9,10)
#090807
(9,8,7)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #121122

#121122
(18,17,34)
#272636
(39,38,54)
#3C3B4A
(60,59,74)
#51505E
(81,80,94)
#666572
(102,101,114)
#7B7A86
(123,122,134)
#908F9A
(144,143,154)
#A5A4AE
(165,164,174)
#BAB9C2
(186,185,194)
#CFCED6
(207,206,214)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121122; }

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

This text font color is #121122.


Background Color

.myBgColor { background-color: #121122; }

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

This div background color is #121122.


Border color

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

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

This div border color is #121122.


Opacity

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

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

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

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

This text has shadow with #121122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121122 on black background.


Color preview on white background

This text has color #121122 on white background.



Black color preview on #121122 background

This text has black color on #121122 background.


White color preview on #121122 background

This text has white color on #121122 background.