COLOR #141B24

HEX: #141B24
RGB: (20,27,36)

Color info

#141B24 contains red, green and blue colors in about the same proportion. Web safe color of #141B24 is #003333 (or #033).

RGB color model

#141B24 color RGB value is (20,27,36).

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

RGB channels and saturation

R 20 of 255 = 8%
G 27 of 255 = 11%
B 36 of 255 = 14%

20
27
36

R + G + B ~ 11%. #141B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 27 + 36 = 83 (100%)
R 20 of 83 ~ 24.1%
G 27 of 83 ~ 32.53%
B 36 of 83 ~ 43.37%

%24.1
%32.53
%43.37

CMYK color model

#141B24 color CMYK value is (44,25,0,86).

  • cyan value is 44.44%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(44,25,0,86)
C44M25Y0K86 
(44%,25%,0%,86%)
(0.44/0.25/0.00/0.86)	

CMYK percentages

%44.44
%25
%0
%85.88

Codes

Color #141B24 in popluar color models

141B24
RGB202736
HSL214°28.57%10.98%
HSB/HSV214°44.44%14.12%
CMYK44.44%25.00%0.00%
85.88%

Color #141B24 in popluar number systems.

HEX141B24
Decimal202736
Binary1010011011100100
Octal243344

Shades and tints

Shades of #141B24

#141B24
(20,27,36)
#131921
(19,25,33)
#12171E
(18,23,30)
#11151B
(17,21,27)
#101318
(16,19,24)
#0F1115
(15,17,21)
#0E0F12
(14,15,18)
#0D0D0F
(13,13,15)
#0C0B0C
(12,11,12)
#0B0909
(11,9,9)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #141B24

#141B24
(20,27,36)
#292F37
(41,47,55)
#3E434A
(62,67,74)
#53575D
(83,87,93)
#686B70
(104,107,112)
#7D7F83
(125,127,131)
#929396
(146,147,150)
#A7A7A9
(167,167,169)
#BCBBBC
(188,187,188)
#D1CFCF
(209,207,207)
#E6E3E2
(230,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141B24 color. Also use rgb(20,27,36) instead hex code.

Text Font Color

.myTextColor { color: #141B24; }

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

This text font color is #141B24.


Background Color

.myBgColor { background-color: #141B24; }

<div style="background-color:#141B24">Inner text</div>

This div background color is #141B24.


Border color

.myBorderColor { border: 1px solid #141B24; }

<div style="border:3px solid #141B24">Div</div>

This div border color is #141B24.


Opacity

.myOpacity80 { color: #141B24; opacity: 0.8; }

<p style="color:#141B24;opacity:0.8;">80%</p>

Text with #141B24 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 #141B24;}

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

This text has shadow with #141B24 color.

.textShadow {text-shadow: 3px 3px 1px #141B24, 3px 3px 1px red;}

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

This text has shadow with #141B24 primary color and red secondary color.


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

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

This text has shadow with #141B24 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141B24 on black background.


Color preview on white background

This text has color #141B24 on white background.



Black color preview on #141B24 background

This text has black color on #141B24 background.


White color preview on #141B24 background

This text has white color on #141B24 background.