COLOR #140A13

HEX: #140A13
RGB: (20,10,19)

Color info

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

RGB color model

#140A13 color RGB value is (20,10,19).

  • red value is 20;
  • green value is 10;
  • blue value is 19.
RGB:
(20,10,19)
(8%,4%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 10 of 255 = 4%
B 19 of 255 = 7%

20
10
19

R + G + B ~ 6%. #140A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 10 + 19 = 49 (100%)
R 20 of 49 ~ 40.82%
G 10 of 49 ~ 20.41%
B 19 of 49 ~ 38.78%

%40.82
%20.41
%38.78

CMYK color model

#140A13 color CMYK value is (0,50,5,92).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 5.00%
  • key color value is 92.16%
CMYK:
(0,50,5,92)
C0M50Y5K92 
(0%,50%,5%,92%)
(0.00/0.50/0.05/0.92)	

CMYK percentages

%0
%50
%5
%92.16

Codes

Color #140A13 in popluar color models

140A13
RGB201019
HSL306°33.33%5.88%
HSB/HSV306°50.00%7.84%
CMYK0.00%50.00%5.00%
92.16%

Color #140A13 in popluar number systems.

HEX140A13
Decimal201019
Binary10100101010011
Octal241223

Shades and tints

Shades of #140A13

#140A13
(20,10,19)
#130A12
(19,10,18)
#120A11
(18,10,17)
#110A10
(17,10,16)
#100A0F
(16,10,15)
#0F0A0E
(15,10,14)
#0E0A0D
(14,10,13)
#0D0A0C
(13,10,12)
#0C0A0B
(12,10,11)
#0B0A0A
(11,10,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #140A13

#140A13
(20,10,19)
#292028
(41,32,40)
#3E363D
(62,54,61)
#534C52
(83,76,82)
#686267
(104,98,103)
#7D787C
(125,120,124)
#928E91
(146,142,145)
#A7A4A6
(167,164,166)
#BCBABB
(188,186,187)
#D1D0D0
(209,208,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140A13; }

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

This text font color is #140A13.


Background Color

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

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

This div background color is #140A13.


Border color

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

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

This div border color is #140A13.


Opacity

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

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

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

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

This text has shadow with #140A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140A13 on black background.


Color preview on white background

This text has color #140A13 on white background.



Black color preview on #140A13 background

This text has black color on #140A13 background.


White color preview on #140A13 background

This text has white color on #140A13 background.