COLOR #131020

HEX: #131020 RGB: (19,16,32)

Color info

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

RGB color model

#131020 color RGB value is (19,16,32).

RGB: (19,16,32) (7%, 6%, 13%)

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 32 of 255 = 13%

19
16
32

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

Portions of RGB colors in percentages

R + G + B = 19 + 16 + 32 = 67 (100%)
R 19 of 67 ~ 28.36%
G 16 of 67 ~ 23.88%
B 32 of 67 ~ 47.76'%

%28.36
%23.88
%47.76

CMYK color model

#131020 color CMYK value is (41,50,0,87).

  • cyan value is 40.63%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (41,50,0,87)
C41M50Y0K87 (41%, 50%, 0%, 87%)
(0.41 / 0.50 / 0.00 / 0.87)

CMYK percentages

%40.63
%50
%0
%87.45

Codes

Color #131020 in popluar color models

13 10 20
RGB 19 16 32
HSL 251° 33.33% 9.41%
HSB/HSV 251° 50.00% 12.55%
CMYK 40.63% 50.00% 0.00%
87.45%

Color #131020 in popluar number systems.

HEX 13 10 20
Decimal 19 16 32
Binary 10011 10000 100000
Octal 23 20 40

Shades and tints

Shades of #131020

#131020
(19,16,32)
#120F1E
(18,15,30)
#110E1C
(17,14,28)
#100D1A
(16,13,26)
#0F0C18
(15,12,24)
#0E0B16
(14,11,22)
#0D0A14
(13,10,20)
#0C0912
(12,9,18)
#0B0810
(11,8,16)
#0A070E
(10,7,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #131020

#131020
(19,16,32)
#282534
(40,37,52)
#3D3A48
(61,58,72)
#524F5C
(82,79,92)
#676470
(103,100,112)
#7C7984
(124,121,132)
#918E98
(145,142,152)
#A6A3AC
(166,163,172)
#BBB8C0
(187,184,192)
#D0CDD4
(208,205,212)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131020; }

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

This text font color is #131020.

Background Color

.myBgColor { background-color: #131020; }

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

This div background color is #131020.

Border color

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

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

This div border color is #131020.

Opacity

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

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

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

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

This text has shadow with #131020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131020.

Preview

Color preview on black background

This text has color #131020 on black background.


Color preview on white background

This text has color #131020 on white background.


Black color preview on #131020 background

This text has black color on #131020 background.


White color preview on #131020 background

This text has white color on #131020 background.


Related colors

Complementary color

Complementary color for #hex is #ECEFDF.


I love getcolorcode.com

Triadic colors

1 #201310 and #102013 with #131020 are triadic colors.

2 #201013 and #101320 with #131020 are triadic colors.