COLOR #140B18

HEX: #140B18
RGB: (20,11,24)

Color info

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

RGB color model

#140B18 color RGB value is (20,11,24).

  • red value is 20;
  • green value is 11;
  • blue value is 24.
RGB:
(20,11,24)
(8%,4%,9%)

RGB channels and saturation

R 20 of 255 = 8%
G 11 of 255 = 4%
B 24 of 255 = 9%

20
11
24

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

Portions of RGB colors in percentages

R + G + B =
20 + 11 + 24 = 55 (100%)
R 20 of 55 ~ 36.36%
G 11 of 55 ~ 20%
B 24 of 55 ~ 43.64%

%36.36
%20
%43.64

CMYK color model

#140B18 color CMYK value is (17,54,0,91).

  • cyan value is 16.67%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(17,54,0,91)
C17M54Y0K91 
(17%,54%,0%,91%)
(0.17/0.54/0.00/0.91)	

CMYK percentages

%16.67
%54.17
%0
%90.59

Codes

Color #140B18 in popluar color models

140B18
RGB201124
HSL282°37.14%6.86%
HSB/HSV282°54.17%9.41%
CMYK16.67%54.17%0.00%
90.59%

Color #140B18 in popluar number systems.

HEX140B18
Decimal201124
Binary10100101111000
Octal241330

Shades and tints

Shades of #140B18

#140B18
(20,11,24)
#130A16
(19,10,22)
#120914
(18,9,20)
#110812
(17,8,18)
#100710
(16,7,16)
#0F060E
(15,6,14)
#0E050C
(14,5,12)
#0D040A
(13,4,10)
#0C0308
(12,3,8)
#0B0206
(11,2,6)
#0A0104
(10,1,4)
#000000
(0,0,0)

Tints of #140B18

#140B18
(20,11,24)
#29212D
(41,33,45)
#3E3742
(62,55,66)
#534D57
(83,77,87)
#68636C
(104,99,108)
#7D7981
(125,121,129)
#928F96
(146,143,150)
#A7A5AB
(167,165,171)
#BCBBC0
(188,187,192)
#D1D1D5
(209,209,213)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140B18 color. Also use rgb(20,11,24) instead hex code.

Text Font Color

.myTextColor { color: #140B18; }

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

This text font color is #140B18.


Background Color

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

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

This div background color is #140B18.


Border color

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

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

This div border color is #140B18.


Opacity

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

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

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

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

This text has shadow with #140B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140B18 on black background.


Color preview on white background

This text has color #140B18 on white background.



Black color preview on #140B18 background

This text has black color on #140B18 background.


White color preview on #140B18 background

This text has white color on #140B18 background.