COLOR #131519

HEX: #131519
RGB: (19,21,25)

Renk bilgisi

#131519 contains red, green and blue colors in about the same proportion. #131519 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#131519 color RGB value is (19,21,25).

  • kırmız ton 19;
  • yeşil ton 21;
  • mavi ton 25.
RGB:
(19,21,25)
(7%,8%,10%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 21 of 255 = 8%
B 25 of 255 = 10%

19
21
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 21 + 25 = 65 (100%)
R 19 of 65 ~ 29.23%
G 21 of 65 ~ 32.31%
B 25 of 65 ~ 38.46%

%29.23
%32.31
%38.46

CMYK RENK MODELİ

#131519 rengi CMYK tonu (24,16,0,90).

  • camgöbeği tonu 24.00%
  • eflatun tonu 16.00%
  • sarı tonu 0.00%
  • ana renk tonu 90.20%
CMYK:
(24,16,0,90)
C24M16Y0K90 
(24%,16%,0%,90%)
(0.24/0.16/0.00/0.90)	

CMYK yüzdeleri

%24
%16
%0
%90.2

Codes

Color #131519 in popluar color models

131519
RGB192125
HSL220°13.64%8.63%
HSB/HSV220°24.00%9.80%
CMYK24.00%16.00%0.00%
90.20%

Color #131519 in popluar number systems.

HEX131519
Decimal192125
Binary100111010111001
Octal232531

Shades and tints

Shades of #131519

#131519
(19,21,25)
#121417
(18,20,23)
#111315
(17,19,21)
#101213
(16,18,19)
#0F1111
(15,17,17)
#0E100F
(14,16,15)
#0D0F0D
(13,15,13)
#0C0E0B
(12,14,11)
#0B0D09
(11,13,9)
#0A0C07
(10,12,7)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #131519

#131519
(19,21,25)
#282A2D
(40,42,45)
#3D3F41
(61,63,65)
#525455
(82,84,85)
#676969
(103,105,105)
#7C7E7D
(124,126,125)
#919391
(145,147,145)
#A6A8A5
(166,168,165)
#BBBDB9
(187,189,185)
#D0D2CD
(208,210,205)
#E5E7E1
(229,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131519; }

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

This text font color is #131519.


Background Color

.myBgColor { background-color: #131519; }

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

This div background color is #131519.


Border color

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

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

This div border color is #131519.


Opacity

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

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

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

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

This text has shadow with #131519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131519 on black background.


Color preview on white background

This text has color #131519 on white background.



Black color preview on #131519 background

This text has black color on #131519 background.


White color preview on #131519 background

This text has white color on #131519 background.