COLOR #131112

HEX: #131112 RGB: (19,17,18)

Color info

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

RGB color model

#131112 color RGB value is (19,17,18).

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

RGB channels and saturation

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

19
17
18

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

Portions of RGB colors in percentages

R + G + B = 19 + 17 + 18 = 54 (100%)
R 19 of 54 ~ 35.19%
G 17 of 54 ~ 31.48%
B 18 of 54 ~ 33.33'%

%35.19
%31.48
%33.33

CMYK color model

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

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

CMYK: (0,11,5,93)
C0M11Y5K93 (0%, 11%, 5%, 93%)
(0.00 / 0.11 / 0.05 / 0.93)

CMYK percentages

%0
%10.53
%5.26
%92.55

Codes

Color #131112 in popluar color models

13 11 12
RGB 19 17 18
HSL 330° 5.56% 7.06%
HSB/HSV 330° 10.53% 7.45%
CMYK 0.00% 10.53% 5.26%
92.55%

Color #131112 in popluar number systems.

HEX 13 11 12
Decimal 19 17 18
Binary 10011 10001 10010
Octal 23 21 22

Shades and tints

Shades of #131112

#131112
(19,17,18)
#121011
(18,16,17)
#110F10
(17,15,16)
#100E0F
(16,14,15)
#0F0D0E
(15,13,14)
#0E0C0D
(14,12,13)
#0D0B0C
(13,11,12)
#0C0A0B
(12,10,11)
#0B090A
(11,9,10)
#0A0809
(10,8,9)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #131112

#131112
(19,17,18)
#282627
(40,38,39)
#3D3B3C
(61,59,60)
#525051
(82,80,81)
#676566
(103,101,102)
#7C7A7B
(124,122,123)
#918F90
(145,143,144)
#A6A4A5
(166,164,165)
#BBB9BA
(187,185,186)
#D0CECF
(208,206,207)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131112; }

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

This text font color is #131112.

Background Color

.myBgColor { background-color: #131112; }

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

This div background color is #131112.

Border color

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

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

This div border color is #131112.

Opacity

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

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

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

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

This text has shadow with #131112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131112.

Preview

Color preview on black background

This text has color #131112 on black background.


Color preview on white background

This text has color #131112 on white background.


Black color preview on #131112 background

This text has black color on #131112 background.


White color preview on #131112 background

This text has white color on #131112 background.


Related colors

Complementary color

Complementary color for #hex is #ECEEED.


I love getcolorcode.com

Triadic colors

1 #121311 and #111213 with #131112 are triadic colors.

2 #121113 and #111312 with #131112 are triadic colors.