COLOR #131114

HEX: #131114
RGB: (19,17,20)

Color info

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

RGB color model

#131114 color RGB value is (19,17,20).

  • red value is 19;
  • green value is 17;
  • blue value is 20.
RGB:
(19,17,20)
(7%,7%,8%)

RGB channels and saturation

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

19
17
20

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

Portions of RGB colors in percentages

R + G + B =
19 + 17 + 20 = 56 (100%)
R 19 of 56 ~ 33.93%
G 17 of 56 ~ 30.36%
B 20 of 56 ~ 35.71%

%33.93
%30.36
%35.71

CMYK color model

#131114 color CMYK value is (5,15,0,92).

  • cyan value is 5.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(5,15,0,92)
C5M15Y0K92 
(5%,15%,0%,92%)
(0.05/0.15/0.00/0.92)	

CMYK percentages

%5
%15
%0
%92.16

Codes

Color #131114 in popluar color models

131114
RGB191720
HSL280°8.11%7.25%
HSB/HSV280°15.00%7.84%
CMYK5.00%15.00%0.00%
92.16%

Color #131114 in popluar number systems.

HEX131114
Decimal191720
Binary100111000110100
Octal232124

Shades and tints

Shades of #131114

#131114
(19,17,20)
#121013
(18,16,19)
#110F12
(17,15,18)
#100E11
(16,14,17)
#0F0D10
(15,13,16)
#0E0C0F
(14,12,15)
#0D0B0E
(13,11,14)
#0C0A0D
(12,10,13)
#0B090C
(11,9,12)
#0A080B
(10,8,11)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #131114

#131114
(19,17,20)
#282629
(40,38,41)
#3D3B3E
(61,59,62)
#525053
(82,80,83)
#676568
(103,101,104)
#7C7A7D
(124,122,125)
#918F92
(145,143,146)
#A6A4A7
(166,164,167)
#BBB9BC
(187,185,188)
#D0CED1
(208,206,209)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131114; }

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

This text font color is #131114.


Background Color

.myBgColor { background-color: #131114; }

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

This div background color is #131114.


Border color

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

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

This div border color is #131114.


Opacity

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

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

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

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

This text has shadow with #131114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131114 on black background.


Color preview on white background

This text has color #131114 on white background.



Black color preview on #131114 background

This text has black color on #131114 background.


White color preview on #131114 background

This text has white color on #131114 background.