COLOR #140A12

HEX: #140A12 RGB: (20,10,18)

Color info

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

RGB color model

#140A12 color RGB value is (20,10,18).

RGB: (20,10,18) (8%, 4%, 7%)

RGB channels and saturation

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

20
10
18

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

Portions of RGB colors in percentages

R + G + B = 20 + 10 + 18 = 48 (100%)
R 20 of 48 ~ 41.67%
G 10 of 48 ~ 20.83%
B 18 of 48 ~ 37.5'%

%41.67
%20.83
%37.5

CMYK color model

#140A12 color CMYK value is (0,50,10,92).

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

CMYK: (0,50,10,92)
C0M50Y10K92 (0%, 50%, 10%, 92%)
(0.00 / 0.50 / 0.10 / 0.92)

CMYK percentages

%0
%50
%10
%92.16

Codes

Color #140A12 in popluar color models

14 0A 12
RGB 20 10 18
HSL 312° 33.33% 5.88%
HSB/HSV 312° 50.00% 7.84%
CMYK 0.00% 50.00% 10.00%
92.16%

Color #140A12 in popluar number systems.

HEX 14 0A 12
Decimal 20 10 18
Binary 10100 1010 10010
Octal 24 12 22

Shades and tints

Shades of #140A12

#140A12
(20,10,18)
#130A11
(19,10,17)
#120A10
(18,10,16)
#110A0F
(17,10,15)
#100A0E
(16,10,14)
#0F0A0D
(15,10,13)
#0E0A0C
(14,10,12)
#0D0A0B
(13,10,11)
#0C0A0A
(12,10,10)
#0B0A09
(11,10,9)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #140A12

#140A12
(20,10,18)
#292027
(41,32,39)
#3E363C
(62,54,60)
#534C51
(83,76,81)
#686266
(104,98,102)
#7D787B
(125,120,123)
#928E90
(146,142,144)
#A7A4A5
(167,164,165)
#BCBABA
(188,186,186)
#D1D0CF
(209,208,207)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140A12; }

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

This text font color is #140A12.

Background Color

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

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

This div background color is #140A12.

Border color

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

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

This div border color is #140A12.

Opacity

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

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

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

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

This text has shadow with #140A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140A12.

Preview

Color preview on black background

This text has color #140A12 on black background.


Color preview on white background

This text has color #140A12 on white background.


Black color preview on #140A12 background

This text has black color on #140A12 background.


White color preview on #140A12 background

This text has white color on #140A12 background.


Related colors

Complementary color

Complementary color for #hex is #EBF5ED.


I love getcolorcode.com

Triadic colors

1 #12140A and #0A1214 with #140A12 are triadic colors.

2 #120A14 and #0A1412 with #140A12 are triadic colors.