COLOR #130B0D

HEX: #130B0D
RGB: (19,11,13)

Color info

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

RGB color model

#130B0D color RGB value is (19,11,13).

  • red value is 19;
  • green value is 11;
  • blue value is 13.
RGB:
(19,11,13)
(7%,4%,5%)

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 13 of 255 = 5%

19
11
13

R + G + B ~ 5%. #130B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 13 = 43 (100%)
R 19 of 43 ~ 44.19%
G 11 of 43 ~ 25.58%
B 13 of 43 ~ 30.23%

%44.19
%25.58
%30.23

CMYK color model

#130B0D color CMYK value is (0,42,32,93).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(0,42,32,93)
C0M42Y32K93 
(0%,42%,32%,93%)
(0.00/0.42/0.32/0.93)	

CMYK percentages

%0
%42.11
%31.58
%92.55

Codes

Color #130B0D in popluar color models

130B0D
RGB191113
HSL345°26.67%5.88%
HSB/HSV345°42.11%7.45%
CMYK0.00%42.11%31.58%
92.55%

Color #130B0D in popluar number systems.

HEX130B0D
Decimal191113
Binary1001110111101
Octal231315

Shades and tints

Shades of #130B0D

#130B0D
(19,11,13)
#120A0C
(18,10,12)
#11090B
(17,9,11)
#10080A
(16,8,10)
#0F0709
(15,7,9)
#0E0608
(14,6,8)
#0D0507
(13,5,7)
#0C0406
(12,4,6)
#0B0305
(11,3,5)
#0A0204
(10,2,4)
#090103
(9,1,3)
#000000
(0,0,0)

Tints of #130B0D

#130B0D
(19,11,13)
#282123
(40,33,35)
#3D3739
(61,55,57)
#524D4F
(82,77,79)
#676365
(103,99,101)
#7C797B
(124,121,123)
#918F91
(145,143,145)
#A6A5A7
(166,165,167)
#BBBBBD
(187,187,189)
#D0D1D3
(208,209,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B0D; }

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

This text font color is #130B0D.


Background Color

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

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

This div background color is #130B0D.


Border color

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

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

This div border color is #130B0D.


Opacity

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

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

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

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

This text has shadow with #130B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B0D on black background.


Color preview on white background

This text has color #130B0D on white background.



Black color preview on #130B0D background

This text has black color on #130B0D background.


White color preview on #130B0D background

This text has white color on #130B0D background.