COLOR #130B15

HEX: #130B15
RGB: (19,11,21)

Renk bilgisi

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

RGB renk modeli

#130B15 color RGB value is (19,11,21).

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

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 11 of 255 = 4%
B 21 of 255 = 8%

19
11
21

R + G + B ~ 6%. #130B15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 11 + 21 = 51 (100%)
R 19 of 51 ~ 37.25%
G 11 of 51 ~ 21.57%
B 21 of 51 ~ 41.18%

%37.25
%21.57
%41.18

CMYK RENK MODELİ

#130B15 rengi CMYK tonu (10,48,0,92).

  • camgöbeği tonu 9.52%
  • eflatun tonu 47.62%
  • sarı tonu 0.00%
  • ana renk tonu 91.76%
CMYK:
(10,48,0,92)
C10M48Y0K92 
(10%,48%,0%,92%)
(0.10/0.48/0.00/0.92)	

CMYK yüzdeleri

%9.52
%47.62
%0
%91.76

Codes

Color #130B15 in popluar color models

130B15
RGB191121
HSL288°31.25%6.27%
HSB/HSV288°47.62%8.24%
CMYK9.52%47.62%0.00%
91.76%

Color #130B15 in popluar number systems.

HEX130B15
Decimal191121
Binary10011101110101
Octal231325

Shades and tints

Shades of #130B15

#130B15
(19,11,21)
#120A14
(18,10,20)
#110913
(17,9,19)
#100812
(16,8,18)
#0F0711
(15,7,17)
#0E0610
(14,6,16)
#0D050F
(13,5,15)
#0C040E
(12,4,14)
#0B030D
(11,3,13)
#0A020C
(10,2,12)
#09010B
(9,1,11)
#000000
(0,0,0)

Tints of #130B15

#130B15
(19,11,21)
#28212A
(40,33,42)
#3D373F
(61,55,63)
#524D54
(82,77,84)
#676369
(103,99,105)
#7C797E
(124,121,126)
#918F93
(145,143,147)
#A6A5A8
(166,165,168)
#BBBBBD
(187,187,189)
#D0D1D2
(208,209,210)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B15; }

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

This text font color is #130B15.


Background Color

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

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

This div background color is #130B15.


Border color

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

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

This div border color is #130B15.


Opacity

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

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

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

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

This text has shadow with #130B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B15 on black background.


Color preview on white background

This text has color #130B15 on white background.



Black color preview on #130B15 background

This text has black color on #130B15 background.


White color preview on #130B15 background

This text has white color on #130B15 background.