COLOR #110013

HEX: #110013 RGB: (17,0,19)

Color info

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

RGB color model

#110013 color RGB value is (17,0,19).

RGB: (17,0,19) (7%, 0%, 7%)

RGB channels and saturation

R 17 of 255 = 7%
G 0 of 255 = 0%
B 19 of 255 = 7%

17
0
19

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

Portions of RGB colors in percentages

R + G + B = 17 + 0 + 19 = 36 (100%)
R 17 of 36 ~ 47.22%
G 0 of 36 ~ 0%
B 19 of 36 ~ 52.78'%

%47.22
%52.78

CMYK color model

#110013 color CMYK value is (11,100,0,93).

  • cyan value is 10.53%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK: (11,100,0,93) C11M100Y0K93 (11%,100%,0%,93%) (0.11/1.00/0.00/0.93) 

CMYK percentages

%10.53
%100
%0
%92.55

Codes

Color #110013 in popluar color models

11 00 13
RGB 17 0 19
HSL 294° 100.00% 3.73%
HSB/HSV 294° 100.00% 7.45%
CMYK 10.53% 100.00% 0.00%
92.55%

Color #110013 in popluar number systems.

HEX 11 00 13
Decimal 17 0 19
Binary 10001 0 10011
Octal 21 0 23

Shades and tints

Shades of #110013

#110013
(17,0,19)
#100012
(16,0,18)
#0F0011
(15,0,17)
#0E0010
(14,0,16)
#0D000F
(13,0,15)
#0C000E
(12,0,14)
#0B000D
(11,0,13)
#0A000C
(10,0,12)
#09000B
(9,0,11)
#08000A
(8,0,10)
#070009
(7,0,9)
#000000
(0,0,0)

Tints of #110013

#110013
(17,0,19)
#261728
(38,23,40)
#3B2E3D
(59,46,61)
#504552
(80,69,82)
#655C67
(101,92,103)
#7A737C
(122,115,124)
#8F8A91
(143,138,145)
#A4A1A6
(164,161,166)
#B9B8BB
(185,184,187)
#CECFD0
(206,207,208)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110013; }

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

This text font color is #110013.

Background Color

.myBgColor { background-color: #110013; }

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

This div background color is #110013.

Border color

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

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

This div border color is #110013.

Opacity

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

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

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

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

This text has shadow with #110013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110013.

Preview

Color preview on black background

This text has color #110013 on black background.


Color preview on white background

This text has color #110013 on white background.


Black color preview on #110013 background

This text has black color on #110013 background.


White color preview on #110013 background

This text has white color on #110013 background.


Related colors

Complementary color

Complementary color for #hex is #EEFFEC.


I love getcolorcode.com

Triadic colors

1 #131100 and #001311 with #110013 are triadic colors.

2 #130011 and #001113 with #110013 are triadic colors.