COLOR #141111

HEX: #141111
RGB: (20,17,17)

Color info

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

RGB color model

#141111 color RGB value is (20,17,17).

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

RGB channels and saturation

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

20
17
17

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

Portions of RGB colors in percentages

R + G + B =
20 + 17 + 17 = 54 (100%)
R 20 of 54 ~ 37.04%
G 17 of 54 ~ 31.48%
B 17 of 54 ~ 31.48%

%37.04
%31.48
%31.48

CMYK color model

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

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

CMYK percentages

%0
%15
%15
%92.16

Codes

Color #141111 in popluar color models

141111
RGB201717
HSL8.11%7.25%
HSB/HSV15.00%7.84%
CMYK0.00%15.00%15.00%
92.16%

Color #141111 in popluar number systems.

HEX141111
Decimal201717
Binary101001000110001
Octal242121

Shades and tints

Shades of #141111

#141111
(20,17,17)
#131010
(19,16,16)
#120F0F
(18,15,15)
#110E0E
(17,14,14)
#100D0D
(16,13,13)
#0F0C0C
(15,12,12)
#0E0B0B
(14,11,11)
#0D0A0A
(13,10,10)
#0C0909
(12,9,9)
#0B0808
(11,8,8)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #141111

#141111
(20,17,17)
#292626
(41,38,38)
#3E3B3B
(62,59,59)
#535050
(83,80,80)
#686565
(104,101,101)
#7D7A7A
(125,122,122)
#928F8F
(146,143,143)
#A7A4A4
(167,164,164)
#BCB9B9
(188,185,185)
#D1CECE
(209,206,206)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141111; }

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

This text font color is #141111.


Background Color

.myBgColor { background-color: #141111; }

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

This div background color is #141111.


Border color

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

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

This div border color is #141111.


Opacity

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

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

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

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

This text has shadow with #141111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141111 on black background.


Color preview on white background

This text has color #141111 on white background.



Black color preview on #141111 background

This text has black color on #141111 background.


White color preview on #141111 background

This text has white color on #141111 background.