COLOR #140106

HEX: #140106 RGB: (20,1,6)

Color info

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

RGB color model

#140106 color RGB value is (20,1,6).

RGB: (20,1,6) (8%, 0%, 2%)

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 6 of 255 = 2%

20
1
6

R + G + B ~ 3%. #140106 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 1 + 6 = 27 (100%)
R 20 of 27 ~ 74.07%
G 1 of 27 ~ 3.7%
B 6 of 27 ~ 22.22'%

%74.07
%22.22

CMYK color model

#140106 color CMYK value is (0,95,70,92).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 70.00%
  • key color value is 92.16%

CMYK: (0,95,70,92)
C0M95Y70K92 (0%, 95%, 70%, 92%)
(0.00 / 0.95 / 0.70 / 0.92)

CMYK percentages

%0
%95
%70
%92.16

Codes

Color #140106 in popluar color models

14 01 06
RGB 20 1 6
HSL 344° 90.48% 4.12%
HSB/HSV 344° 95.00% 7.84%
CMYK 0.00% 95.00% 70.00%
92.16%

Color #140106 in popluar number systems.

HEX 14 01 06
Decimal 20 1 6
Binary 10100 1 110
Octal 24 1 6

Shades and tints

Shades of #140106

#140106
(20,1,6)
#130106
(19,1,6)
#120106
(18,1,6)
#110106
(17,1,6)
#100106
(16,1,6)
#0F0106
(15,1,6)
#0E0106
(14,1,6)
#0D0106
(13,1,6)
#0C0106
(12,1,6)
#0B0106
(11,1,6)
#0A0106
(10,1,6)
#000000
(0,0,0)

Tints of #140106

#140106
(20,1,6)
#29181C
(41,24,28)
#3E2F32
(62,47,50)
#534648
(83,70,72)
#685D5E
(104,93,94)
#7D7474
(125,116,116)
#928B8A
(146,139,138)
#A7A2A0
(167,162,160)
#BCB9B6
(188,185,182)
#D1D0CC
(209,208,204)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140106; }

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

This text font color is #140106.

Background Color

.myBgColor { background-color: #140106; }

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

This div background color is #140106.

Border color

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

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

This div border color is #140106.

Opacity

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

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

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

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

This text has shadow with #140106 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140106.

Preview

Color preview on black background

This text has color #140106 on black background.


Color preview on white background

This text has color #140106 on white background.


Black color preview on #140106 background

This text has black color on #140106 background.


White color preview on #140106 background

This text has white color on #140106 background.


Related colors

Complementary color

Complementary color for #hex is #EBFEF9.


I love getcolorcode.com

Triadic colors

1 #061401 and #010614 with #140106 are triadic colors.

2 #060114 and #011406 with #140106 are triadic colors.