COLOR #141113

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

20
17
19

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

Portions of RGB colors in percentages

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

%35.71
%30.36
%33.93

CMYK color model

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

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

CMYK percentages

%0
%15
%5
%92.16

Codes

Color #141113 in popluar color models

141113
RGB201719
HSL320°8.11%7.25%
HSB/HSV320°15.00%7.84%
CMYK0.00%15.00%5.00%
92.16%

Color #141113 in popluar number systems.

HEX141113
Decimal201719
Binary101001000110011
Octal242123

Shades and tints

Shades of #141113

#141113
(20,17,19)
#131012
(19,16,18)
#120F11
(18,15,17)
#110E10
(17,14,16)
#100D0F
(16,13,15)
#0F0C0E
(15,12,14)
#0E0B0D
(14,11,13)
#0D0A0C
(13,10,12)
#0C090B
(12,9,11)
#0B080A
(11,8,10)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #141113

#141113
(20,17,19)
#292628
(41,38,40)
#3E3B3D
(62,59,61)
#535052
(83,80,82)
#686567
(104,101,103)
#7D7A7C
(125,122,124)
#928F91
(146,143,145)
#A7A4A6
(167,164,166)
#BCB9BB
(188,185,187)
#D1CED0
(209,206,208)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141113; }

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

This text font color is #141113.


Background Color

.myBgColor { background-color: #141113; }

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

This div background color is #141113.


Border color

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

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

This div border color is #141113.


Opacity

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

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

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

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

This text has shadow with #141113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141113 on black background.


Color preview on white background

This text has color #141113 on white background.



Black color preview on #141113 background

This text has black color on #141113 background.


White color preview on #141113 background

This text has white color on #141113 background.