COLOR #110014

HEX: #110014 RGB: (17,0,20)

Color info

#110014 contains only red and blue colors. Web safe color of #110014 is #000000 (or #000).

RGB color model

#110014 color RGB value is (17,0,20).

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

RGB channels and saturation

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

17
0
20

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

Portions of RGB colors in percentages

R + G + B = 17 + 0 + 20 = 37 (100%)
R 17 of 37 ~ 45.95%
G 0 of 37 ~ 0%
B 20 of 37 ~ 54.05'%

%45.95
%54.05

CMYK color model

#110014 color CMYK value is (15,100,0,92).

  • cyan value is 15.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (15,100,0,92)
C15M100Y0K92 (15%, 100%, 0%, 92%)
(0.15 / 1.00 / 0.00 / 0.92)

CMYK percentages

%15
%100
%0
%92.16

Codes

Color #110014 in popluar color models

11 00 14
RGB 17 0 20
HSL 291° 100.00% 3.92%
HSB/HSV 291° 100.00% 7.84%
CMYK 15.00% 100.00% 0.00%
92.16%

Color #110014 in popluar number systems.

HEX 11 00 14
Decimal 17 0 20
Binary 10001 0 10100
Octal 21 0 24

Shades and tints

Shades of #110014

#110014
(17,0,20)
#100013
(16,0,19)
#0F0012
(15,0,18)
#0E0011
(14,0,17)
#0D0010
(13,0,16)
#0C000F
(12,0,15)
#0B000E
(11,0,14)
#0A000D
(10,0,13)
#09000C
(9,0,12)
#08000B
(8,0,11)
#07000A
(7,0,10)
#000000
(0,0,0)

Tints of #110014

#110014
(17,0,20)
#261729
(38,23,41)
#3B2E3E
(59,46,62)
#504553
(80,69,83)
#655C68
(101,92,104)
#7A737D
(122,115,125)
#8F8A92
(143,138,146)
#A4A1A7
(164,161,167)
#B9B8BC
(185,184,188)
#CECFD1
(206,207,209)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110014; }

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

This text font color is #110014.

Background Color

.myBgColor { background-color: #110014; }

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

This div background color is #110014.

Border color

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

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

This div border color is #110014.

Opacity

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

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

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

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

This text has shadow with #110014 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110014.

Preview

Color preview on black background

This text has color #110014 on black background.


Color preview on white background

This text has color #110014 on white background.


Black color preview on #110014 background

This text has black color on #110014 background.


White color preview on #110014 background

This text has white color on #110014 background.


Related colors

Complementary color

Complementary color for #hex is #EEFFEB.


I love getcolorcode.com

Triadic colors

1 #141100 and #001411 with #110014 are triadic colors.

2 #140011 and #001114 with #110014 are triadic colors.