COLOR #131616

HEX: #131616
RGB: (19,22,22)

Color info

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

RGB color model

#131616 color RGB value is (19,22,22).

  • red value is 19;
  • green value is 22;
  • blue value is 22.
RGB:
(19,22,22)
(7%,9%,9%)

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 22 of 255 = 9%

19
22
22

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

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 22 = 63 (100%)
R 19 of 63 ~ 30.16%
G 22 of 63 ~ 34.92%
B 22 of 63 ~ 34.92%

%30.16
%34.92
%34.92

CMYK color model

#131616 color CMYK value is (14,0,0,91).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(14,0,0,91)
C14M0Y0K91 
(14%,0%,0%,91%)
(0.14/0.00/0.00/0.91)	

CMYK percentages

%13.64
%0
%0
%91.37

Codes

Color #131616 in popluar color models

131616
RGB192222
HSL180°7.32%8.04%
HSB/HSV180°13.64%8.63%
CMYK13.64%0.00%0.00%
91.37%

Color #131616 in popluar number systems.

HEX131616
Decimal192222
Binary100111011010110
Octal232626

Shades and tints

Shades of #131616

#131616
(19,22,22)
#121414
(18,20,20)
#111212
(17,18,18)
#101010
(16,16,16)
#0F0E0E
(15,14,14)
#0E0C0C
(14,12,12)
#0D0A0A
(13,10,10)
#0C0808
(12,8,8)
#0B0606
(11,6,6)
#0A0404
(10,4,4)
#090202
(9,2,2)
#000000
(0,0,0)

Tints of #131616

#131616
(19,22,22)
#282B2B
(40,43,43)
#3D4040
(61,64,64)
#525555
(82,85,85)
#676A6A
(103,106,106)
#7C7F7F
(124,127,127)
#919494
(145,148,148)
#A6A9A9
(166,169,169)
#BBBEBE
(187,190,190)
#D0D3D3
(208,211,211)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131616; }

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

This text font color is #131616.


Background Color

.myBgColor { background-color: #131616; }

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

This div background color is #131616.


Border color

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

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

This div border color is #131616.


Opacity

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

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

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

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

This text has shadow with #131616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131616 on black background.


Color preview on white background

This text has color #131616 on white background.



Black color preview on #131616 background

This text has black color on #131616 background.


White color preview on #131616 background

This text has white color on #131616 background.