COLOR #131217

HEX: #131217
RGB: (19,18,23)

Color info

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

RGB color model

#131217 color RGB value is (19,18,23).

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

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 23 of 255 = 9%

19
18
23

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 23 = 60 (100%)
R 19 of 60 ~ 31.67%
G 18 of 60 ~ 30%
B 23 of 60 ~ 38.33%

%31.67
%30
%38.33

CMYK color model

#131217 color CMYK value is (17,22,0,91).

  • cyan value is 17.39%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(17,22,0,91)
C17M22Y0K91 
(17%,22%,0%,91%)
(0.17/0.22/0.00/0.91)	

CMYK percentages

%17.39
%21.74
%0
%90.98

Codes

Color #131217 in popluar color models

131217
RGB191823
HSL252°12.20%8.04%
HSB/HSV252°21.74%9.02%
CMYK17.39%21.74%0.00%
90.98%

Color #131217 in popluar number systems.

HEX131217
Decimal191823
Binary100111001010111
Octal232227

Shades and tints

Shades of #131217

#131217
(19,18,23)
#121115
(18,17,21)
#111013
(17,16,19)
#100F11
(16,15,17)
#0F0E0F
(15,14,15)
#0E0D0D
(14,13,13)
#0D0C0B
(13,12,11)
#0C0B09
(12,11,9)
#0B0A07
(11,10,7)
#0A0905
(10,9,5)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #131217

#131217
(19,18,23)
#28272C
(40,39,44)
#3D3C41
(61,60,65)
#525156
(82,81,86)
#67666B
(103,102,107)
#7C7B80
(124,123,128)
#919095
(145,144,149)
#A6A5AA
(166,165,170)
#BBBABF
(187,186,191)
#D0CFD4
(208,207,212)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131217; }

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

This text font color is #131217.


Background Color

.myBgColor { background-color: #131217; }

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

This div background color is #131217.


Border color

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

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

This div border color is #131217.


Opacity

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

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

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

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

This text has shadow with #131217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131217 on black background.


Color preview on white background

This text has color #131217 on white background.



Black color preview on #131217 background

This text has black color on #131217 background.


White color preview on #131217 background

This text has white color on #131217 background.