COLOR #131701

HEX: #131701 RGB: (19,23,1)

Color info

#131701 contains red, green and blue colors in about the same proportion. Web safe color of #131701 is #000000 (or #000).

RGB color model

#131701 color RGB value is (19,23,1).

RGB: (19,23,1) (7%, 9%, 0%)

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 1 of 255 = 0%

19
23
1

R + G + B ~ 5%. #131701 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 23 + 1 = 43 (100%)
R 19 of 43 ~ 44.19%
G 23 of 43 ~ 53.49%
B 1 of 43 ~ 2.33'%

%44.19
%53.49

CMYK color model

#131701 color CMYK value is (17,0,96,91).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 95.65%
  • key color value is 90.98%

CMYK: (17,0,96,91)
C17M0Y96K91 (17%, 0%, 96%, 91%)
(0.17 / 0.00 / 0.96 / 0.91)

CMYK percentages

%17.39
%0
%95.65
%90.98

Codes

Color #131701 in popluar color models

13 17 01
RGB 19 23 1
HSL 71° 91.67% 4.71%
HSB/HSV 71° 95.65% 9.02%
CMYK 17.39% 0.00% 95.65%
90.98%

Color #131701 in popluar number systems.

HEX 13 17 01
Decimal 19 23 1
Binary 10011 10111 1
Octal 23 27 1

Shades and tints

Shades of #131701

#131701
(19,23,1)
#121501
(18,21,1)
#111301
(17,19,1)
#101101
(16,17,1)
#0F0F01
(15,15,1)
#0E0D01
(14,13,1)
#0D0B01
(13,11,1)
#0C0901
(12,9,1)
#0B0701
(11,7,1)
#0A0501
(10,5,1)
#090301
(9,3,1)
#000000
(0,0,0)

Tints of #131701

#131701
(19,23,1)
#282C18
(40,44,24)
#3D412F
(61,65,47)
#525646
(82,86,70)
#676B5D
(103,107,93)
#7C8074
(124,128,116)
#91958B
(145,149,139)
#A6AAA2
(166,170,162)
#BBBFB9
(187,191,185)
#D0D4D0
(208,212,208)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131701 color. Also use rgb(19,23,1) instead hex code.

Text Font Color

.myTextColor { color: #131701; }

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

This text font color is #131701.

Background Color

.myBgColor { background-color: #131701; }

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

This div background color is #131701.

Border color

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

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

This div border color is #131701.

Opacity

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

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

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

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

This text has shadow with #131701 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131701.

Preview

Color preview on black background

This text has color #131701 on black background.


Color preview on white background

This text has color #131701 on white background.


Black color preview on #131701 background

This text has black color on #131701 background.


White color preview on #131701 background

This text has white color on #131701 background.


Related colors

Complementary color

Complementary color for #hex is #ECE8FE.


I love getcolorcode.com

Triadic colors

1 #011317 and #170113 with #131701 are triadic colors.

2 #011713 and #171301 with #131701 are triadic colors.