COLOR #130D14

HEX: #130D14
RGB: (19,13,20)

Renk bilgisi

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

RGB renk modeli

#130D14 color RGB value is (19,13,20).

  • kırmız ton 19;
  • yeşil ton 13;
  • mavi ton 20.
RGB:
(19,13,20)
(7%,5%,8%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 13 of 255 = 5%
B 20 of 255 = 8%

19
13
20

R + G + B ~ 7%. #130D14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 13 + 20 = 52 (100%)
R 19 of 52 ~ 36.54%
G 13 of 52 ~ 25%
B 20 of 52 ~ 38.46%

%36.54
%25
%38.46

CMYK RENK MODELİ

#130D14 rengi CMYK tonu (5,35,0,92).

  • camgöbeği tonu 5.00%
  • eflatun tonu 35.00%
  • sarı tonu 0.00%
  • ana renk tonu 92.16%
CMYK:
(5,35,0,92)
C5M35Y0K92 
(5%,35%,0%,92%)
(0.05/0.35/0.00/0.92)	

CMYK yüzdeleri

%5
%35
%0
%92.16

Codes

Color #130D14 in popluar color models

130D14
RGB191320
HSL291°21.21%6.47%
HSB/HSV291°35.00%7.84%
CMYK5.00%35.00%0.00%
92.16%

Color #130D14 in popluar number systems.

HEX130D14
Decimal191320
Binary10011110110100
Octal231524

Shades and tints

Shades of #130D14

#130D14
(19,13,20)
#120C13
(18,12,19)
#110B12
(17,11,18)
#100A11
(16,10,17)
#0F0910
(15,9,16)
#0E080F
(14,8,15)
#0D070E
(13,7,14)
#0C060D
(12,6,13)
#0B050C
(11,5,12)
#0A040B
(10,4,11)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #130D14

#130D14
(19,13,20)
#282329
(40,35,41)
#3D393E
(61,57,62)
#524F53
(82,79,83)
#676568
(103,101,104)
#7C7B7D
(124,123,125)
#919192
(145,145,146)
#A6A7A7
(166,167,167)
#BBBDBC
(187,189,188)
#D0D3D1
(208,211,209)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130D14 color. Also use rgb(19,13,20) instead hex code.

Text Font Color

.myTextColor { color: #130D14; }

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

This text font color is #130D14.


Background Color

.myBgColor { background-color: #130D14; }

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

This div background color is #130D14.


Border color

.myBorderColor { border: 1px solid #130D14; }

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

This div border color is #130D14.


Opacity

.myOpacity80 { color: #130D14; opacity: 0.8; }

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

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

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

This text has shadow with #130D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D14 on black background.


Color preview on white background

This text has color #130D14 on white background.



Black color preview on #130D14 background

This text has black color on #130D14 background.


White color preview on #130D14 background

This text has white color on #130D14 background.