COLOR #131910

HEX: #131910 RGB: (19,25,16)

Color info

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

RGB color model

#131910 color RGB value is (19,25,16).

RGB: (19,25,16) (7%, 10%, 6%)

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 16 of 255 = 6%

19
25
16

R + G + B ~ 8%. #131910 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 25 + 16 = 60 (100%)
R 19 of 60 ~ 31.67%
G 25 of 60 ~ 41.67%
B 16 of 60 ~ 26.67'%

%31.67
%41.67
%26.67

CMYK color model

#131910 color CMYK value is (24,0,36,90).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 90.20%

CMYK: (24,0,36,90)
C24M0Y36K90 (24%, 0%, 36%, 90%)
(0.24 / 0.00 / 0.36 / 0.90)

CMYK percentages

%24
%0
%36
%90.2

Codes

Color #131910 in popluar color models

13 19 10
RGB 19 25 16
HSL 100° 21.95% 8.04%
HSB/HSV 100° 36.00% 9.80%
CMYK 24.00% 0.00% 36.00%
90.20%

Color #131910 in popluar number systems.

HEX 13 19 10
Decimal 19 25 16
Binary 10011 11001 10000
Octal 23 31 20

Shades and tints

Shades of #131910

#131910
(19,25,16)
#12170F
(18,23,15)
#11150E
(17,21,14)
#10130D
(16,19,13)
#0F110C
(15,17,12)
#0E0F0B
(14,15,11)
#0D0D0A
(13,13,10)
#0C0B09
(12,11,9)
#0B0908
(11,9,8)
#0A0707
(10,7,7)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #131910

#131910
(19,25,16)
#282D25
(40,45,37)
#3D413A
(61,65,58)
#52554F
(82,85,79)
#676964
(103,105,100)
#7C7D79
(124,125,121)
#91918E
(145,145,142)
#A6A5A3
(166,165,163)
#BBB9B8
(187,185,184)
#D0CDCD
(208,205,205)
#E5E1E2
(229,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131910; }

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

This text font color is #131910.

Background Color

.myBgColor { background-color: #131910; }

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

This div background color is #131910.

Border color

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

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

This div border color is #131910.

Opacity

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

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

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

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

This text has shadow with #131910 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131910.

Preview

Color preview on black background

This text has color #131910 on black background.


Color preview on white background

This text has color #131910 on white background.


Black color preview on #131910 background

This text has black color on #131910 background.


White color preview on #131910 background

This text has white color on #131910 background.


Related colors

Complementary color

Complementary color for #hex is #ECE6EF.


I love getcolorcode.com

Triadic colors

1 #101319 and #191013 with #131910 are triadic colors.

2 #101913 and #191310 with #131910 are triadic colors.