COLOR #110120

HEX: #110120 RGB: (17,1,32)

Color info

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

RGB color model

#110120 color RGB value is (17,1,32).

RGB: (17,1,32) (7%, 0%, 13%)

RGB channels and saturation

R 17 of 255 = 7%
G 1 of 255 = 0%
B 32 of 255 = 13%

17
1
32

R + G + B ~ 7%. #110120 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 1 + 32 = 50 (100%)
R 17 of 50 ~ 34%
G 1 of 50 ~ 2%
B 32 of 50 ~ 64'%

%34
%64

CMYK color model

#110120 color CMYK value is (47,97,0,87).

  • cyan value is 46.88%
  • magenta value is 96.88%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (47,97,0,87)
C47M97Y0K87 (47%, 97%, 0%, 87%)
(0.47 / 0.97 / 0.00 / 0.87)

CMYK percentages

%46.88
%96.88
%0
%87.45

Codes

Color #110120 in popluar color models

11 01 20
RGB 17 1 32
HSL 271° 93.94% 6.47%
HSB/HSV 271° 96.88% 12.55%
CMYK 46.88% 96.88% 0.00%
87.45%

Color #110120 in popluar number systems.

HEX 11 01 20
Decimal 17 1 32
Binary 10001 1 100000
Octal 21 1 40

Shades and tints

Shades of #110120

#110120
(17,1,32)
#10011E
(16,1,30)
#0F011C
(15,1,28)
#0E011A
(14,1,26)
#0D0118
(13,1,24)
#0C0116
(12,1,22)
#0B0114
(11,1,20)
#0A0112
(10,1,18)
#090110
(9,1,16)
#08010E
(8,1,14)
#07010C
(7,1,12)
#000000
(0,0,0)

Tints of #110120

#110120
(17,1,32)
#261834
(38,24,52)
#3B2F48
(59,47,72)
#50465C
(80,70,92)
#655D70
(101,93,112)
#7A7484
(122,116,132)
#8F8B98
(143,139,152)
#A4A2AC
(164,162,172)
#B9B9C0
(185,185,192)
#CED0D4
(206,208,212)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110120 color. Also use rgb(17,1,32) instead hex code.

Text Font Color

.myTextColor { color: #110120; }

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

This text font color is #110120.

Background Color

.myBgColor { background-color: #110120; }

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

This div background color is #110120.

Border color

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

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

This div border color is #110120.

Opacity

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

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

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

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

This text has shadow with #110120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110120.

Preview

Color preview on black background

This text has color #110120 on black background.


Color preview on white background

This text has color #110120 on white background.


Black color preview on #110120 background

This text has black color on #110120 background.


White color preview on #110120 background

This text has white color on #110120 background.


Related colors

Complementary color

Complementary color for #hex is #EEFEDF.


I love getcolorcode.com

Triadic colors

1 #201101 and #012011 with #110120 are triadic colors.

2 #200111 and #011120 with #110120 are triadic colors.