COLOR #141501

HEX: #141501
RGB: (20,21,1)

Color info

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

RGB color model

#141501 color RGB value is (20,21,1).

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

RGB channels and saturation

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

20
21
1

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

Portions of RGB colors in percentages

R + G + B =
20 + 21 + 1 = 42 (100%)
R 20 of 42 ~ 47.62%
G 21 of 42 ~ 50%
B 1 of 42 ~ 2.38%

%47.62
%50

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 91.76%
CMYK:
(5,0,95,92)
C5M0Y95K92 
(5%,0%,95%,92%)
(0.05/0.00/0.95/0.92)	

CMYK percentages

%4.76
%0
%95.24
%91.76

Codes

Color #141501 in popluar color models

141501
RGB20211
HSL63°90.91%4.31%
HSB/HSV63°95.24%8.24%
CMYK4.76%0.00%95.24%
91.76%

Color #141501 in popluar number systems.

HEX141501
Decimal20211
Binary10100101011
Octal24251

Shades and tints

Shades of #141501

#141501
(20,21,1)
#131401
(19,20,1)
#121301
(18,19,1)
#111201
(17,18,1)
#101101
(16,17,1)
#0F1001
(15,16,1)
#0E0F01
(14,15,1)
#0D0E01
(13,14,1)
#0C0D01
(12,13,1)
#0B0C01
(11,12,1)
#0A0B01
(10,11,1)
#000000
(0,0,0)

Tints of #141501

#141501
(20,21,1)
#292A18
(41,42,24)
#3E3F2F
(62,63,47)
#535446
(83,84,70)
#68695D
(104,105,93)
#7D7E74
(125,126,116)
#92938B
(146,147,139)
#A7A8A2
(167,168,162)
#BCBDB9
(188,189,185)
#D1D2D0
(209,210,208)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141501; }

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

This text font color is #141501.


Background Color

.myBgColor { background-color: #141501; }

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

This div background color is #141501.


Border color

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

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

This div border color is #141501.


Opacity

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

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

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

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

This text has shadow with #141501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141501 on black background.


Color preview on white background

This text has color #141501 on white background.



Black color preview on #141501 background

This text has black color on #141501 background.


White color preview on #141501 background

This text has white color on #141501 background.