COLOR #141333

HEX: #141333 RGB: (20,19,51)

Color info

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

RGB color model

#141333 color RGB value is (20,19,51).

RGB: (20,19,51) (8%, 7%, 20%)

RGB channels and saturation

R 20 of 255 = 8%
G 19 of 255 = 7%
B 51 of 255 = 20%

20
19
51

R + G + B ~ 12%. #141333 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 19 + 51 = 90 (100%)
R 20 of 90 ~ 22.22%
G 19 of 90 ~ 21.11%
B 51 of 90 ~ 56.67'%

%22.22
%21.11
%56.67

CMYK color model

#141333 color CMYK value is (61,63,0,80).

  • cyan value is 60.78%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (61,63,0,80)
C61M63Y0K80 (61%, 63%, 0%, 80%)
(0.61 / 0.63 / 0.00 / 0.80)

CMYK percentages

%60.78
%62.75
%0
%80

Codes

Color #141333 in popluar color models

14 13 33
RGB 20 19 51
HSL 242° 45.71% 13.73%
HSB/HSV 242° 62.75% 20.00%
CMYK 60.78% 62.75% 0.00%
80.00%

Color #141333 in popluar number systems.

HEX 14 13 33
Decimal 20 19 51
Binary 10100 10011 110011
Octal 24 23 63

Shades and tints

Shades of #141333

#141333
(20,19,51)
#13122F
(19,18,47)
#12112B
(18,17,43)
#111027
(17,16,39)
#100F23
(16,15,35)
#0F0E1F
(15,14,31)
#0E0D1B
(14,13,27)
#0D0C17
(13,12,23)
#0C0B13
(12,11,19)
#0B0A0F
(11,10,15)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #141333

#141333
(20,19,51)
#292845
(41,40,69)
#3E3D57
(62,61,87)
#535269
(83,82,105)
#68677B
(104,103,123)
#7D7C8D
(125,124,141)
#92919F
(146,145,159)
#A7A6B1
(167,166,177)
#BCBBC3
(188,187,195)
#D1D0D5
(209,208,213)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141333; }

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

This text font color is #141333.

Background Color

.myBgColor { background-color: #141333; }

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

This div background color is #141333.

Border color

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

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

This div border color is #141333.

Opacity

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

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

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

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

This text has shadow with #141333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141333.

Preview

Color preview on black background

This text has color #141333 on black background.


Color preview on white background

This text has color #141333 on white background.


Black color preview on #141333 background

This text has black color on #141333 background.


White color preview on #141333 background

This text has white color on #141333 background.


Related colors

Complementary color

Complementary color for #hex is #EBECCC.


I love getcolorcode.com

Triadic colors

1 #331413 and #133314 with #141333 are triadic colors.

2 #331314 and #131433 with #141333 are triadic colors.