COLOR #140B2B

HEX: #140B2B RGB: (20,11,43)

Color info

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

RGB color model

#140B2B color RGB value is (20,11,43).

RGB: (20,11,43) (8%, 4%, 17%)

RGB channels and saturation

R 20 of 255 = 8%
G 11 of 255 = 4%
B 43 of 255 = 17%

20
11
43

R + G + B ~ 10%. #140B2B is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 11 + 43 = 74 (100%)
R 20 of 74 ~ 27.03%
G 11 of 74 ~ 14.86%
B 43 of 74 ~ 58.11'%

%27.03
%14.86
%58.11

CMYK color model

#140B2B color CMYK value is (53,74,0,83).

  • cyan value is 53.49%
  • magenta value is 74.42%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (53,74,0,83)
C53M74Y0K83 (53%, 74%, 0%, 83%)
(0.53 / 0.74 / 0.00 / 0.83)

CMYK percentages

%53.49
%74.42
%0
%83.14

Codes

Color #140B2B in popluar color models

14 0B 2B
RGB 20 11 43
HSL 257° 59.26% 10.59%
HSB/HSV 257° 74.42% 16.86%
CMYK 53.49% 74.42% 0.00%
83.14%

Color #140B2B in popluar number systems.

HEX 14 0B 2B
Decimal 20 11 43
Binary 10100 1011 101011
Octal 24 13 53

Shades and tints

Shades of #140B2B

#140B2B
(20,11,43)
#130A28
(19,10,40)
#120925
(18,9,37)
#110822
(17,8,34)
#10071F
(16,7,31)
#0F061C
(15,6,28)
#0E0519
(14,5,25)
#0D0416
(13,4,22)
#0C0313
(12,3,19)
#0B0210
(11,2,16)
#0A010D
(10,1,13)
#000000
(0,0,0)

Tints of #140B2B

#140B2B
(20,11,43)
#29213E
(41,33,62)
#3E3751
(62,55,81)
#534D64
(83,77,100)
#686377
(104,99,119)
#7D798A
(125,121,138)
#928F9D
(146,143,157)
#A7A5B0
(167,165,176)
#BCBBC3
(188,187,195)
#D1D1D6
(209,209,214)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140B2B; }

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

This text font color is #140B2B.

Background Color

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

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

This div background color is #140B2B.

Border color

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

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

This div border color is #140B2B.

Opacity

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

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

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

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

This text has shadow with #140B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140B2B.

Preview

Color preview on black background

This text has color #140B2B on black background.


Color preview on white background

This text has color #140B2B on white background.


Black color preview on #140B2B background

This text has black color on #140B2B background.


White color preview on #140B2B background

This text has white color on #140B2B background.


Related colors

Complementary color

Complementary color for #hex is #EBF4D4.


I love getcolorcode.com

Triadic colors

1 #2B140B and #0B2B14 with #140B2B are triadic colors.

2 #2B0B14 and #0B142B with #140B2B are triadic colors.