COLOR #140B1B

HEX: #140B1B
RGB: (20,11,27)

Color info

#140B1B contains red, green and blue colors in about the same proportion. Web safe color of #140B1B is #000033 (or #003).

RGB color model

#140B1B color RGB value is (20,11,27).

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

RGB channels and saturation

R 20 of 255 = 8%
G 11 of 255 = 4%
B 27 of 255 = 11%

20
11
27

R + G + B ~ 8%. #140B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 11 + 27 = 58 (100%)
R 20 of 58 ~ 34.48%
G 11 of 58 ~ 18.97%
B 27 of 58 ~ 46.55%

%34.48
%18.97
%46.55

CMYK color model

#140B1B color CMYK value is (26,59,0,89).

  • cyan value is 25.93%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(26,59,0,89)
C26M59Y0K89 
(26%,59%,0%,89%)
(0.26/0.59/0.00/0.89)	

CMYK percentages

%25.93
%59.26
%0
%89.41

Codes

Color #140B1B in popluar color models

140B1B
RGB201127
HSL274°42.11%7.45%
HSB/HSV274°59.26%10.59%
CMYK25.93%59.26%0.00%
89.41%

Color #140B1B in popluar number systems.

HEX140B1B
Decimal201127
Binary10100101111011
Octal241333

Shades and tints

Shades of #140B1B

#140B1B
(20,11,27)
#130A19
(19,10,25)
#120917
(18,9,23)
#110815
(17,8,21)
#100713
(16,7,19)
#0F0611
(15,6,17)
#0E050F
(14,5,15)
#0D040D
(13,4,13)
#0C030B
(12,3,11)
#0B0209
(11,2,9)
#0A0107
(10,1,7)
#000000
(0,0,0)

Tints of #140B1B

#140B1B
(20,11,27)
#29212F
(41,33,47)
#3E3743
(62,55,67)
#534D57
(83,77,87)
#68636B
(104,99,107)
#7D797F
(125,121,127)
#928F93
(146,143,147)
#A7A5A7
(167,165,167)
#BCBBBB
(188,187,187)
#D1D1CF
(209,209,207)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140B1B; }

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

This text font color is #140B1B.


Background Color

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

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

This div background color is #140B1B.


Border color

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

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

This div border color is #140B1B.


Opacity

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

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

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

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

This text has shadow with #140B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140B1B on black background.


Color preview on white background

This text has color #140B1B on white background.



Black color preview on #140B1B background

This text has black color on #140B1B background.


White color preview on #140B1B background

This text has white color on #140B1B background.