COLOR #140A19

HEX: #140A19 RGB: (20,10,25)

Color info

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

RGB color model

#140A19 color RGB value is (20,10,25).

RGB: (20,10,25) (8%, 4%, 10%)

RGB channels and saturation

R 20 of 255 = 8%
G 10 of 255 = 4%
B 25 of 255 = 10%

20
10
25

R + G + B ~ 7%. #140A19 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 10 + 25 = 55 (100%)
R 20 of 55 ~ 36.36%
G 10 of 55 ~ 18.18%
B 25 of 55 ~ 45.45'%

%36.36
%18.18
%45.45

CMYK color model

#140A19 color CMYK value is (20,60,0,90).

  • cyan value is 20.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (20,60,0,90)
C20M60Y0K90 (20%, 60%, 0%, 90%)
(0.20 / 0.60 / 0.00 / 0.90)

CMYK percentages

%20
%60
%0
%90.2

Codes

Color #140A19 in popluar color models

14 0A 19
RGB 20 10 25
HSL 280° 42.86% 6.86%
HSB/HSV 280° 60.00% 9.80%
CMYK 20.00% 60.00% 0.00%
90.20%

Color #140A19 in popluar number systems.

HEX 14 0A 19
Decimal 20 10 25
Binary 10100 1010 11001
Octal 24 12 31

Shades and tints

Shades of #140A19

#140A19
(20,10,25)
#130A17
(19,10,23)
#120A15
(18,10,21)
#110A13
(17,10,19)
#100A11
(16,10,17)
#0F0A0F
(15,10,15)
#0E0A0D
(14,10,13)
#0D0A0B
(13,10,11)
#0C0A09
(12,10,9)
#0B0A07
(11,10,7)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #140A19

#140A19
(20,10,25)
#29202D
(41,32,45)
#3E3641
(62,54,65)
#534C55
(83,76,85)
#686269
(104,98,105)
#7D787D
(125,120,125)
#928E91
(146,142,145)
#A7A4A5
(167,164,165)
#BCBAB9
(188,186,185)
#D1D0CD
(209,208,205)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140A19; }

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

This text font color is #140A19.

Background Color

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

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

This div background color is #140A19.

Border color

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

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

This div border color is #140A19.

Opacity

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

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

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

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

This text has shadow with #140A19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140A19.

Preview

Color preview on black background

This text has color #140A19 on black background.


Color preview on white background

This text has color #140A19 on white background.


Black color preview on #140A19 background

This text has black color on #140A19 background.


White color preview on #140A19 background

This text has white color on #140A19 background.


Related colors

Complementary color

Complementary color for #hex is #EBF5E6.


I love getcolorcode.com

Triadic colors

1 #19140A and #0A1914 with #140A19 are triadic colors.

2 #190A14 and #0A1419 with #140A19 are triadic colors.