COLOR #131420

HEX: #131420
RGB: (19,20,32)

Color info

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

RGB color model

#131420 color RGB value is (19,20,32).

  • red value is 19;
  • green value is 20;
  • blue value is 32.
RGB:
(19,20,32)
(7%,8%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 20 of 255 = 8%
B 32 of 255 = 13%

19
20
32

R + G + B ~ 9%. #131420 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 20 + 32 = 71 (100%)
R 19 of 71 ~ 26.76%
G 20 of 71 ~ 28.17%
B 32 of 71 ~ 45.07%

%26.76
%28.17
%45.07

CMYK color model

#131420 color CMYK value is (41,38,0,87).

  • cyan value is 40.63%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(41,38,0,87)
C41M38Y0K87 
(41%,38%,0%,87%)
(0.41/0.38/0.00/0.87)	

CMYK percentages

%40.63
%37.5
%0
%87.45

Codes

Color #131420 in popluar color models

131420
RGB192032
HSL235°25.49%10.00%
HSB/HSV235°40.63%12.55%
CMYK40.63%37.50%0.00%
87.45%

Color #131420 in popluar number systems.

HEX131420
Decimal192032
Binary1001110100100000
Octal232440

Shades and tints

Shades of #131420

#131420
(19,20,32)
#12131E
(18,19,30)
#11121C
(17,18,28)
#10111A
(16,17,26)
#0F1018
(15,16,24)
#0E0F16
(14,15,22)
#0D0E14
(13,14,20)
#0C0D12
(12,13,18)
#0B0C10
(11,12,16)
#0A0B0E
(10,11,14)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #131420

#131420
(19,20,32)
#282934
(40,41,52)
#3D3E48
(61,62,72)
#52535C
(82,83,92)
#676870
(103,104,112)
#7C7D84
(124,125,132)
#919298
(145,146,152)
#A6A7AC
(166,167,172)
#BBBCC0
(187,188,192)
#D0D1D4
(208,209,212)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131420; }

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

This text font color is #131420.


Background Color

.myBgColor { background-color: #131420; }

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

This div background color is #131420.


Border color

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

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

This div border color is #131420.


Opacity

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

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

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

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

This text has shadow with #131420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131420 on black background.


Color preview on white background

This text has color #131420 on white background.



Black color preview on #131420 background

This text has black color on #131420 background.


White color preview on #131420 background

This text has white color on #131420 background.