COLOR #111313

HEX: #111313 RGB: (17,19,19)

Color info

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

RGB color model

#111313 color RGB value is (17,19,19).

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

RGB channels and saturation

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

17
19
19

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

Portions of RGB colors in percentages

R + G + B = 17 + 19 + 19 = 55 (100%)
R 17 of 55 ~ 30.91%
G 19 of 55 ~ 34.55%
B 19 of 55 ~ 34.55'%

%30.91
%34.55
%34.55

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (11,0,0,93)
C11M0Y0K93 (11%, 0%, 0%, 93%)
(0.11 / 0.00 / 0.00 / 0.93)

CMYK percentages

%10.53
%0
%0
%92.55

Codes

Color #111313 in popluar color models

11 13 13
RGB 17 19 19
HSL 180° 5.56% 7.06%
HSB/HSV 180° 10.53% 7.45%
CMYK 10.53% 0.00% 0.00%
92.55%

Color #111313 in popluar number systems.

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

Shades and tints

Shades of #111313

#111313
(17,19,19)
#101212
(16,18,18)
#0F1111
(15,17,17)
#0E1010
(14,16,16)
#0D0F0F
(13,15,15)
#0C0E0E
(12,14,14)
#0B0D0D
(11,13,13)
#0A0C0C
(10,12,12)
#090B0B
(9,11,11)
#080A0A
(8,10,10)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #111313

#111313
(17,19,19)
#262828
(38,40,40)
#3B3D3D
(59,61,61)
#505252
(80,82,82)
#656767
(101,103,103)
#7A7C7C
(122,124,124)
#8F9191
(143,145,145)
#A4A6A6
(164,166,166)
#B9BBBB
(185,187,187)
#CED0D0
(206,208,208)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111313; }

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

This text font color is #111313.

Background Color

.myBgColor { background-color: #111313; }

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

This div background color is #111313.

Border color

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

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

This div border color is #111313.

Opacity

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

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

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

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

This text has shadow with #111313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111313.

Preview

Color preview on black background

This text has color #111313 on black background.


Color preview on white background

This text has color #111313 on white background.


Black color preview on #111313 background

This text has black color on #111313 background.


White color preview on #111313 background

This text has white color on #111313 background.


Related colors

Complementary color

Complementary color for #hex is #EEECEC.


I love getcolorcode.com