COLOR #141601

HEX: #141601
RGB: (20,22,1)

Color info

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

RGB color model

#141601 color RGB value is (20,22,1).

  • red value is 20;
  • green value is 22;
  • blue value is 1.
RGB:
(20,22,1)
(8%,9%,0%)

RGB channels and saturation

R 20 of 255 = 8%
G 22 of 255 = 9%
B 1 of 255 = 0%

20
22
1

R + G + B ~ 6%. #141601 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 22 + 1 = 43 (100%)
R 20 of 43 ~ 46.51%
G 22 of 43 ~ 51.16%
B 1 of 43 ~ 2.33%

%46.51
%51.16

CMYK color model

#141601 color CMYK value is (9,0,95,91).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 95.45%
  • key color value is 91.37%
CMYK:
(9,0,95,91)
C9M0Y95K91 
(9%,0%,95%,91%)
(0.09/0.00/0.95/0.91)	

CMYK percentages

%9.09
%0
%95.45
%91.37

Codes

Color #141601 in popluar color models

141601
RGB20221
HSL66°91.30%4.51%
HSB/HSV66°95.45%8.63%
CMYK9.09%0.00%95.45%
91.37%

Color #141601 in popluar number systems.

HEX141601
Decimal20221
Binary10100101101
Octal24261

Shades and tints

Shades of #141601

#141601
(20,22,1)
#131401
(19,20,1)
#121201
(18,18,1)
#111001
(17,16,1)
#100E01
(16,14,1)
#0F0C01
(15,12,1)
#0E0A01
(14,10,1)
#0D0801
(13,8,1)
#0C0601
(12,6,1)
#0B0401
(11,4,1)
#0A0201
(10,2,1)
#000000
(0,0,0)

Tints of #141601

#141601
(20,22,1)
#292B18
(41,43,24)
#3E402F
(62,64,47)
#535546
(83,85,70)
#686A5D
(104,106,93)
#7D7F74
(125,127,116)
#92948B
(146,148,139)
#A7A9A2
(167,169,162)
#BCBEB9
(188,190,185)
#D1D3D0
(209,211,208)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141601; }

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

This text font color is #141601.


Background Color

.myBgColor { background-color: #141601; }

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

This div background color is #141601.


Border color

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

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

This div border color is #141601.


Opacity

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

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

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

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

This text has shadow with #141601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141601 on black background.


Color preview on white background

This text has color #141601 on white background.



Black color preview on #141601 background

This text has black color on #141601 background.


White color preview on #141601 background

This text has white color on #141601 background.