COLOR #141709

HEX: #141709 RGB: (20,23,9)

Color info

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

RGB color model

#141709 color RGB value is (20,23,9).

RGB: (20,23,9) (8%, 9%, 4%)

RGB channels and saturation

R 20 of 255 = 8%
G 23 of 255 = 9%
B 9 of 255 = 4%

20
23
9

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

Portions of RGB colors in percentages

R + G + B = 20 + 23 + 9 = 52 (100%)
R 20 of 52 ~ 38.46%
G 23 of 52 ~ 44.23%
B 9 of 52 ~ 17.31'%

%38.46
%44.23
%17.31

CMYK color model

#141709 color CMYK value is (13,0,61,91).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 90.98%
CMYK: (13,0,61,91) C13M0Y61K91 (13%,0%,61%,91%) (0.13/0.00/0.61/0.91) 

CMYK percentages

%13.04
%0
%60.87
%90.98

Codes

Color #141709 in popluar color models

14 17 09
RGB 20 23 9
HSL 73° 43.75% 6.27%
HSB/HSV 73° 60.87% 9.02%
CMYK 13.04% 0.00% 60.87%
90.98%

Color #141709 in popluar number systems.

HEX 14 17 09
Decimal 20 23 9
Binary 10100 10111 1001
Octal 24 27 11

Shades and tints

Shades of #141709

#141709
(20,23,9)
#131509
(19,21,9)
#121309
(18,19,9)
#111109
(17,17,9)
#100F09
(16,15,9)
#0F0D09
(15,13,9)
#0E0B09
(14,11,9)
#0D0909
(13,9,9)
#0C0709
(12,7,9)
#0B0509
(11,5,9)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #141709

#141709
(20,23,9)
#292C1F
(41,44,31)
#3E4135
(62,65,53)
#53564B
(83,86,75)
#686B61
(104,107,97)
#7D8077
(125,128,119)
#92958D
(146,149,141)
#A7AAA3
(167,170,163)
#BCBFB9
(188,191,185)
#D1D4CF
(209,212,207)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141709; }

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

This text font color is #141709.

Background Color

.myBgColor { background-color: #141709; }

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

This div background color is #141709.

Border color

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

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

This div border color is #141709.

Opacity

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

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

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

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

This text has shadow with #141709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141709.

Preview

Color preview on black background

This text has color #141709 on black background.


Color preview on white background

This text has color #141709 on white background.


Black color preview on #141709 background

This text has black color on #141709 background.


White color preview on #141709 background

This text has white color on #141709 background.


Related colors

Complementary color

Complementary color for #hex is #EBE8F6.


I love getcolorcode.com

Triadic colors

1 #091417 and #170914 with #141709 are triadic colors.

2 #091714 and #171409 with #141709 are triadic colors.