COLOR #141C01

HEX: #141C01
RGB: (20,28,1)

Color info

#141C01 contains red, green and blue colors in about the same proportion. Web safe color of #141C01 is #003300 (or #030).

RGB color model

#141C01 color RGB value is (20,28,1).

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

RGB channels and saturation

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

20
28
1

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

Portions of RGB colors in percentages

R + G + B =
20 + 28 + 1 = 49 (100%)
R 20 of 49 ~ 40.82%
G 28 of 49 ~ 57.14%
B 1 of 49 ~ 2.04%

%40.82
%57.14

CMYK color model

#141C01 color CMYK value is (29,0,96,89).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 96.43%
  • key color value is 89.02%
CMYK:
(29,0,96,89)
C29M0Y96K89 
(29%,0%,96%,89%)
(0.29/0.00/0.96/0.89)	

CMYK percentages

%28.57
%0
%96.43
%89.02

Codes

Color #141C01 in popluar color models

141C01
RGB20281
HSL78°93.10%5.69%
HSB/HSV78°96.43%10.98%
CMYK28.57%0.00%96.43%
89.02%

Color #141C01 in popluar number systems.

HEX141C01
Decimal20281
Binary10100111001
Octal24341

Shades and tints

Shades of #141C01

#141C01
(20,28,1)
#131A01
(19,26,1)
#121801
(18,24,1)
#111601
(17,22,1)
#101401
(16,20,1)
#0F1201
(15,18,1)
#0E1001
(14,16,1)
#0D0E01
(13,14,1)
#0C0C01
(12,12,1)
#0B0A01
(11,10,1)
#0A0801
(10,8,1)
#000000
(0,0,0)

Tints of #141C01

#141C01
(20,28,1)
#293018
(41,48,24)
#3E442F
(62,68,47)
#535846
(83,88,70)
#686C5D
(104,108,93)
#7D8074
(125,128,116)
#92948B
(146,148,139)
#A7A8A2
(167,168,162)
#BCBCB9
(188,188,185)
#D1D0D0
(209,208,208)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141C01; }

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

This text font color is #141C01.


Background Color

.myBgColor { background-color: #141C01; }

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

This div background color is #141C01.


Border color

.myBorderColor { border: 1px solid #141C01; }

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

This div border color is #141C01.


Opacity

.myOpacity80 { color: #141C01; opacity: 0.8; }

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

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

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

This text has shadow with #141C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141C01 on black background.


Color preview on white background

This text has color #141C01 on white background.



Black color preview on #141C01 background

This text has black color on #141C01 background.


White color preview on #141C01 background

This text has white color on #141C01 background.