COLOR #141429

HEX: #141429
RGB: (20,20,41)

Color info

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

RGB color model

#141429 color RGB value is (20,20,41).

  • red value is 20;
  • green value is 20;
  • blue value is 41.
RGB:
(20,20,41)
(8%,8%,16%)

RGB channels and saturation

R 20 of 255 = 8%
G 20 of 255 = 8%
B 41 of 255 = 16%

20
20
41

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

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 41 = 81 (100%)
R 20 of 81 ~ 24.69%
G 20 of 81 ~ 24.69%
B 41 of 81 ~ 50.62%

%24.69
%24.69
%50.62

CMYK color model

#141429 color CMYK value is (51,51,0,84).

  • cyan value is 51.22%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(51,51,0,84)
C51M51Y0K84 
(51%,51%,0%,84%)
(0.51/0.51/0.00/0.84)	

CMYK percentages

%51.22
%51.22
%0
%83.92

Codes

Color #141429 in popluar color models

141429
RGB202041
HSL240°34.43%11.96%
HSB/HSV240°51.22%16.08%
CMYK51.22%51.22%0.00%
83.92%

Color #141429 in popluar number systems.

HEX141429
Decimal202041
Binary1010010100101001
Octal242451

Shades and tints

Shades of #141429

#141429
(20,20,41)
#131326
(19,19,38)
#121223
(18,18,35)
#111120
(17,17,32)
#10101D
(16,16,29)
#0F0F1A
(15,15,26)
#0E0E17
(14,14,23)
#0D0D14
(13,13,20)
#0C0C11
(12,12,17)
#0B0B0E
(11,11,14)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #141429

#141429
(20,20,41)
#29293C
(41,41,60)
#3E3E4F
(62,62,79)
#535362
(83,83,98)
#686875
(104,104,117)
#7D7D88
(125,125,136)
#92929B
(146,146,155)
#A7A7AE
(167,167,174)
#BCBCC1
(188,188,193)
#D1D1D4
(209,209,212)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141429 color. Also use rgb(20,20,41) instead hex code.

Text Font Color

.myTextColor { color: #141429; }

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

This text font color is #141429.


Background Color

.myBgColor { background-color: #141429; }

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

This div background color is #141429.


Border color

.myBorderColor { border: 1px solid #141429; }

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

This div border color is #141429.


Opacity

.myOpacity80 { color: #141429; opacity: 0.8; }

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

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

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

This text has shadow with #141429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141429 on black background.


Color preview on white background

This text has color #141429 on white background.



Black color preview on #141429 background

This text has black color on #141429 background.


White color preview on #141429 background

This text has white color on #141429 background.