COLOR #130D0D

HEX: #130D0D
RGB: (19,13,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
13
13

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

Portions of RGB colors in percentages

R + G + B =
19 + 13 + 13 = 45 (100%)
R 19 of 45 ~ 42.22%
G 13 of 45 ~ 28.89%
B 13 of 45 ~ 28.89%

%42.22
%28.89
%28.89

CMYK color model

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

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

CMYK percentages

%0
%31.58
%31.58
%92.55

Codes

Color #130D0D in popluar color models

130D0D
RGB191313
HSL18.75%6.27%
HSB/HSV31.58%7.45%
CMYK0.00%31.58%31.58%
92.55%

Color #130D0D in popluar number systems.

HEX130D0D
Decimal191313
Binary1001111011101
Octal231515

Shades and tints

Shades of #130D0D

#130D0D
(19,13,13)
#120C0C
(18,12,12)
#110B0B
(17,11,11)
#100A0A
(16,10,10)
#0F0909
(15,9,9)
#0E0808
(14,8,8)
#0D0707
(13,7,7)
#0C0606
(12,6,6)
#0B0505
(11,5,5)
#0A0404
(10,4,4)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #130D0D

#130D0D
(19,13,13)
#282323
(40,35,35)
#3D3939
(61,57,57)
#524F4F
(82,79,79)
#676565
(103,101,101)
#7C7B7B
(124,123,123)
#919191
(145,145,145)
#A6A7A7
(166,167,167)
#BBBDBD
(187,189,189)
#D0D3D3
(208,211,211)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130D0D; }

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

This text font color is #130D0D.


Background Color

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

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

This div background color is #130D0D.


Border color

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

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

This div border color is #130D0D.


Opacity

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

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

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

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

This text has shadow with #130D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D0D on black background.


Color preview on white background

This text has color #130D0D on white background.



Black color preview on #130D0D background

This text has black color on #130D0D background.


White color preview on #130D0D background

This text has white color on #130D0D background.