COLOR #11121C

HEX: #11121C
RGB: (17,18,28)

Color info

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

RGB color model

#11121C color RGB value is (17,18,28).

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

RGB channels and saturation

R 17 of 255 = 7%
G 18 of 255 = 7%
B 28 of 255 = 11%

17
18
28

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

Portions of RGB colors in percentages

R + G + B =
17 + 18 + 28 = 63 (100%)
R 17 of 63 ~ 26.98%
G 18 of 63 ~ 28.57%
B 28 of 63 ~ 44.44%

%26.98
%28.57
%44.44

CMYK color model

#11121C color CMYK value is (39,36,0,89).

  • cyan value is 39.29%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(39,36,0,89)
C39M36Y0K89 
(39%,36%,0%,89%)
(0.39/0.36/0.00/0.89)	

CMYK percentages

%39.29
%35.71
%0
%89.02

Codes

Color #11121C in popluar color models

11121C
RGB171828
HSL235°24.44%8.82%
HSB/HSV235°39.29%10.98%
CMYK39.29%35.71%0.00%
89.02%

Color #11121C in popluar number systems.

HEX11121C
Decimal171828
Binary100011001011100
Octal212234

Shades and tints

Shades of #11121C

#11121C
(17,18,28)
#10111A
(16,17,26)
#0F1018
(15,16,24)
#0E0F16
(14,15,22)
#0D0E14
(13,14,20)
#0C0D12
(12,13,18)
#0B0C10
(11,12,16)
#0A0B0E
(10,11,14)
#090A0C
(9,10,12)
#08090A
(8,9,10)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #11121C

#11121C
(17,18,28)
#262730
(38,39,48)
#3B3C44
(59,60,68)
#505158
(80,81,88)
#65666C
(101,102,108)
#7A7B80
(122,123,128)
#8F9094
(143,144,148)
#A4A5A8
(164,165,168)
#B9BABC
(185,186,188)
#CECFD0
(206,207,208)
#E3E4E4
(227,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11121C; }

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

This text font color is #11121C.


Background Color

.myBgColor { background-color: #11121C; }

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

This div background color is #11121C.


Border color

.myBorderColor { border: 1px solid #11121C; }

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

This div border color is #11121C.


Opacity

.myOpacity80 { color: #11121C; opacity: 0.8; }

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

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

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

This text has shadow with #11121C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11121C on black background.


Color preview on white background

This text has color #11121C on white background.



Black color preview on #11121C background

This text has black color on #11121C background.


White color preview on #11121C background

This text has white color on #11121C background.