COLOR #110413

HEX: #110413 RGB: (17,4,19)

Color info

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

RGB color model

#110413 color RGB value is (17,4,19).

RGB: (17,4,19) (7%, 2%, 7%)

RGB channels and saturation

R 17 of 255 = 7%
G 4 of 255 = 2%
B 19 of 255 = 7%

17
4
19

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

Portions of RGB colors in percentages

R + G + B = 17 + 4 + 19 = 40 (100%)
R 17 of 40 ~ 42.5%
G 4 of 40 ~ 10%
B 19 of 40 ~ 47.5'%

%42.5
%10
%47.5

CMYK color model

#110413 color CMYK value is (11,79,0,93).

  • cyan value is 10.53%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK: (11,79,0,93) C11M79Y0K93 (11%,79%,0%,93%) (0.11/0.79/0.00/0.93) 

CMYK percentages

%10.53
%78.95
%0
%92.55

Codes

Color #110413 in popluar color models

11 04 13
RGB 17 4 19
HSL 292° 65.22% 4.51%
HSB/HSV 292° 78.95% 7.45%
CMYK 10.53% 78.95% 0.00%
92.55%

Color #110413 in popluar number systems.

HEX 11 04 13
Decimal 17 4 19
Binary 10001 100 10011
Octal 21 4 23

Shades and tints

Shades of #110413

#110413
(17,4,19)
#100412
(16,4,18)
#0F0411
(15,4,17)
#0E0410
(14,4,16)
#0D040F
(13,4,15)
#0C040E
(12,4,14)
#0B040D
(11,4,13)
#0A040C
(10,4,12)
#09040B
(9,4,11)
#08040A
(8,4,10)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #110413

#110413
(17,4,19)
#261A28
(38,26,40)
#3B303D
(59,48,61)
#504652
(80,70,82)
#655C67
(101,92,103)
#7A727C
(122,114,124)
#8F8891
(143,136,145)
#A49EA6
(164,158,166)
#B9B4BB
(185,180,187)
#CECAD0
(206,202,208)
#E3E0E5
(227,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110413; }

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

This text font color is #110413.

Background Color

.myBgColor { background-color: #110413; }

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

This div background color is #110413.

Border color

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

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

This div border color is #110413.

Opacity

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

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

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

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

This text has shadow with #110413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110413.

Preview

Color preview on black background

This text has color #110413 on black background.


Color preview on white background

This text has color #110413 on white background.


Black color preview on #110413 background

This text has black color on #110413 background.


White color preview on #110413 background

This text has white color on #110413 background.


Related colors

Complementary color

Complementary color for #hex is #EEFBEC.


I love getcolorcode.com

Triadic colors

1 #131104 and #041311 with #110413 are triadic colors.

2 #130411 and #041113 with #110413 are triadic colors.