COLOR #140301

HEX: #140301
RGB: (20,3,1)

Color info

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

RGB color model

#140301 color RGB value is (20,3,1).

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

RGB channels and saturation

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

20
3
1

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

Portions of RGB colors in percentages

R + G + B =
20 + 3 + 1 = 24 (100%)
R 20 of 24 ~ 83.33%
G 3 of 24 ~ 12.5%
B 1 of 24 ~ 4.17%

%83.33
%12.5

CMYK color model

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

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

CMYK percentages

%0
%85
%95
%92.16

Codes

Color #140301 in popluar color models

140301
RGB2031
HSL90.48%4.12%
HSB/HSV95.00%7.84%
CMYK0.00%85.00%95.00%
92.16%

Color #140301 in popluar number systems.

HEX140301
Decimal2031
Binary10100111
Octal2431

Shades and tints

Shades of #140301

#140301
(20,3,1)
#130301
(19,3,1)
#120301
(18,3,1)
#110301
(17,3,1)
#100301
(16,3,1)
#0F0301
(15,3,1)
#0E0301
(14,3,1)
#0D0301
(13,3,1)
#0C0301
(12,3,1)
#0B0301
(11,3,1)
#0A0301
(10,3,1)
#000000
(0,0,0)

Tints of #140301

#140301
(20,3,1)
#291918
(41,25,24)
#3E2F2F
(62,47,47)
#534546
(83,69,70)
#685B5D
(104,91,93)
#7D7174
(125,113,116)
#92878B
(146,135,139)
#A79DA2
(167,157,162)
#BCB3B9
(188,179,185)
#D1C9D0
(209,201,208)
#E6DFE7
(230,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140301; }

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

This text font color is #140301.


Background Color

.myBgColor { background-color: #140301; }

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

This div background color is #140301.


Border color

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

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

This div border color is #140301.


Opacity

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

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

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

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

This text has shadow with #140301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140301 on black background.


Color preview on white background

This text has color #140301 on white background.



Black color preview on #140301 background

This text has black color on #140301 background.


White color preview on #140301 background

This text has white color on #140301 background.