COLOR #110114

HEX: #110114 RGB: (17,1,20)

Color info

#110114 contains red, green and blue colors in about the same proportion. Web safe color of #110114 is #000000 (or #000).

RGB color model

#110114 color RGB value is (17,1,20).

RGB: (17,1,20) (7%, 0%, 8%)

RGB channels and saturation

R 17 of 255 = 7%
G 1 of 255 = 0%
B 20 of 255 = 8%

17
1
20

R + G + B ~ 5%. #110114 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 1 + 20 = 38 (100%)
R 17 of 38 ~ 44.74%
G 1 of 38 ~ 2.63%
B 20 of 38 ~ 52.63'%

%44.74
%52.63

CMYK color model

#110114 color CMYK value is (15,95,0,92).

  • cyan value is 15.00%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK: (15,95,0,92) C15M95Y0K92 (15%,95%,0%,92%) (0.15/0.95/0.00/0.92) 

CMYK percentages

%15
%95
%0
%92.16

Codes

Color #110114 in popluar color models

11 01 14
RGB 17 1 20
HSL 291° 90.48% 4.12%
HSB/HSV 291° 95.00% 7.84%
CMYK 15.00% 95.00% 0.00%
92.16%

Color #110114 in popluar number systems.

HEX 11 01 14
Decimal 17 1 20
Binary 10001 1 10100
Octal 21 1 24

Shades and tints

Shades of #110114

#110114
(17,1,20)
#100113
(16,1,19)
#0F0112
(15,1,18)
#0E0111
(14,1,17)
#0D0110
(13,1,16)
#0C010F
(12,1,15)
#0B010E
(11,1,14)
#0A010D
(10,1,13)
#09010C
(9,1,12)
#08010B
(8,1,11)
#07010A
(7,1,10)
#000000
(0,0,0)

Tints of #110114

#110114
(17,1,20)
#261829
(38,24,41)
#3B2F3E
(59,47,62)
#504653
(80,70,83)
#655D68
(101,93,104)
#7A747D
(122,116,125)
#8F8B92
(143,139,146)
#A4A2A7
(164,162,167)
#B9B9BC
(185,185,188)
#CED0D1
(206,208,209)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110114; }

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

This text font color is #110114.

Background Color

.myBgColor { background-color: #110114; }

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

This div background color is #110114.

Border color

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

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

This div border color is #110114.

Opacity

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

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

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

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

This text has shadow with #110114 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110114.

Preview

Color preview on black background

This text has color #110114 on black background.


Color preview on white background

This text has color #110114 on white background.


Black color preview on #110114 background

This text has black color on #110114 background.


White color preview on #110114 background

This text has white color on #110114 background.


Related colors

Complementary color

Complementary color for #hex is #EEFEEB.


I love getcolorcode.com

Triadic colors

1 #141101 and #011411 with #110114 are triadic colors.

2 #140111 and #011114 with #110114 are triadic colors.