COLOR #140B21

HEX: #140B21
RGB: (20,11,33)

Color info

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

RGB color model

#140B21 color RGB value is (20,11,33).

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

RGB channels and saturation

R 20 of 255 = 8%
G 11 of 255 = 4%
B 33 of 255 = 13%

20
11
33

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

Portions of RGB colors in percentages

R + G + B =
20 + 11 + 33 = 64 (100%)
R 20 of 64 ~ 31.25%
G 11 of 64 ~ 17.19%
B 33 of 64 ~ 51.56%

%31.25
%17.19
%51.56

CMYK color model

#140B21 color CMYK value is (39,67,0,87).

  • cyan value is 39.39%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(39,67,0,87)
C39M67Y0K87 
(39%,67%,0%,87%)
(0.39/0.67/0.00/0.87)	

CMYK percentages

%39.39
%66.67
%0
%87.06

Codes

Color #140B21 in popluar color models

140B21
RGB201133
HSL265°50.00%8.63%
HSB/HSV265°66.67%12.94%
CMYK39.39%66.67%0.00%
87.06%

Color #140B21 in popluar number systems.

HEX140B21
Decimal201133
Binary101001011100001
Octal241341

Shades and tints

Shades of #140B21

#140B21
(20,11,33)
#130A1E
(19,10,30)
#12091B
(18,9,27)
#110818
(17,8,24)
#100715
(16,7,21)
#0F0612
(15,6,18)
#0E050F
(14,5,15)
#0D040C
(13,4,12)
#0C0309
(12,3,9)
#0B0206
(11,2,6)
#0A0103
(10,1,3)
#000000
(0,0,0)

Tints of #140B21

#140B21
(20,11,33)
#292135
(41,33,53)
#3E3749
(62,55,73)
#534D5D
(83,77,93)
#686371
(104,99,113)
#7D7985
(125,121,133)
#928F99
(146,143,153)
#A7A5AD
(167,165,173)
#BCBBC1
(188,187,193)
#D1D1D5
(209,209,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140B21; }

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

This text font color is #140B21.


Background Color

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

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

This div background color is #140B21.


Border color

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

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

This div border color is #140B21.


Opacity

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

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

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

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

This text has shadow with #140B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140B21 on black background.


Color preview on white background

This text has color #140B21 on white background.



Black color preview on #140B21 background

This text has black color on #140B21 background.


White color preview on #140B21 background

This text has white color on #140B21 background.