COLOR #140A01

HEX: #140A01 RGB: (20,10,1)

Color info

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

RGB color model

#140A01 color RGB value is (20,10,1).

RGB: (20,10,1) (8%, 4%, 0%)

RGB channels and saturation

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

20
10
1

R + G + B ~ 4%. #140A01 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 10 + 1 = 31 (100%)
R 20 of 31 ~ 64.52%
G 10 of 31 ~ 32.26%
B 1 of 31 ~ 3.23'%

%64.52
%32.26

CMYK color model

#140A01 color CMYK value is (0,50,95,92).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 95.00%
  • key color value is 92.16%

CMYK: (0,50,95,92)
C0M50Y95K92 (0%, 50%, 95%, 92%)
(0.00 / 0.50 / 0.95 / 0.92)

CMYK percentages

%0
%50
%95
%92.16

Codes

Color #140A01 in popluar color models

14 0A 01
RGB 20 10 1
HSL 28° 90.48% 4.12%
HSB/HSV 28° 95.00% 7.84%
CMYK 0.00% 50.00% 95.00%
92.16%

Color #140A01 in popluar number systems.

HEX 14 0A 01
Decimal 20 10 1
Binary 10100 1010 1
Octal 24 12 1

Shades and tints

Shades of #140A01

#140A01
(20,10,1)
#130A01
(19,10,1)
#120A01
(18,10,1)
#110A01
(17,10,1)
#100A01
(16,10,1)
#0F0A01
(15,10,1)
#0E0A01
(14,10,1)
#0D0A01
(13,10,1)
#0C0A01
(12,10,1)
#0B0A01
(11,10,1)
#0A0A01
(10,10,1)
#000000
(0,0,0)

Tints of #140A01

#140A01
(20,10,1)
#292018
(41,32,24)
#3E362F
(62,54,47)
#534C46
(83,76,70)
#68625D
(104,98,93)
#7D7874
(125,120,116)
#928E8B
(146,142,139)
#A7A4A2
(167,164,162)
#BCBAB9
(188,186,185)
#D1D0D0
(209,208,208)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140A01; }

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

This text font color is #140A01.

Background Color

.myBgColor { background-color: #140A01; }

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

This div background color is #140A01.

Border color

.myBorderColor { border: 1px solid #140A01; }

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

This div border color is #140A01.

Opacity

.myOpacity80 { color: #140A01; opacity: 0.8; }

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

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

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

This text has shadow with #140A01 color.


.textShadow {text-shadow: 3px 3px 1px #140A01', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #140A01; -webkit-box-shadow: 1px 1px 3px 2px #140A01; box-shadow:1px 1px 3px 2px #140A01;">
Div content here
</div>

This div box has shadow with color #140A01.

Preview

Color preview on black background

This text has color #140A01 on black background.


Color preview on white background

This text has color #140A01 on white background.


Black color preview on #140A01 background

This text has black color on #140A01 background.


White color preview on #140A01 background

This text has white color on #140A01 background.


Related colors

Complementary color

Complementary color for #hex is #EBF5FE.


I love getcolorcode.com

Triadic colors

1 #01140A and #0A0114 with #140A01 are triadic colors.

2 #010A14 and #0A1401 with #140A01 are triadic colors.