COLOR #141401

HEX: #141401
RGB: (20,20,1)

Color info

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

RGB color model

#141401 color RGB value is (20,20,1).

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

RGB channels and saturation

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

20
20
1

R + G + B ~ 5%. #141401 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 1 = 41 (100%)
R 20 of 41 ~ 48.78%
G 20 of 41 ~ 48.78%
B 1 of 41 ~ 2.44%

%48.78
%48.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 92.16%
CMYK:
(0,0,95,92)
C0M0Y95K92 
(0%,0%,95%,92%)
(0.00/0.00/0.95/0.92)	

CMYK percentages

%0
%0
%95
%92.16

Codes

Color #141401 in popluar color models

141401
RGB20201
HSL60°90.48%4.12%
HSB/HSV60°95.00%7.84%
CMYK0.00%0.00%95.00%
92.16%

Color #141401 in popluar number systems.

HEX141401
Decimal20201
Binary10100101001
Octal24241

Shades and tints

Shades of #141401

#141401
(20,20,1)
#131301
(19,19,1)
#121201
(18,18,1)
#111101
(17,17,1)
#101001
(16,16,1)
#0F0F01
(15,15,1)
#0E0E01
(14,14,1)
#0D0D01
(13,13,1)
#0C0C01
(12,12,1)
#0B0B01
(11,11,1)
#0A0A01
(10,10,1)
#000000
(0,0,0)

Tints of #141401

#141401
(20,20,1)
#292918
(41,41,24)
#3E3E2F
(62,62,47)
#535346
(83,83,70)
#68685D
(104,104,93)
#7D7D74
(125,125,116)
#92928B
(146,146,139)
#A7A7A2
(167,167,162)
#BCBCB9
(188,188,185)
#D1D1D0
(209,209,208)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141401; }

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

This text font color is #141401.


Background Color

.myBgColor { background-color: #141401; }

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

This div background color is #141401.


Border color

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

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

This div border color is #141401.


Opacity

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

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

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

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

This text has shadow with #141401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141401 on black background.


Color preview on white background

This text has color #141401 on white background.



Black color preview on #141401 background

This text has black color on #141401 background.


White color preview on #141401 background

This text has white color on #141401 background.