COLOR #130C0C

HEX: #130C0C RGB: (19,12,12)

Color info

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

RGB color model

#130C0C color RGB value is (19,12,12).

RGB: (19,12,12) (7%, 5%, 5%)

RGB channels and saturation

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

19
12
12

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

Portions of RGB colors in percentages

R + G + B = 19 + 12 + 12 = 43 (100%)
R 19 of 43 ~ 44.19%
G 12 of 43 ~ 27.91%
B 12 of 43 ~ 27.91'%

%44.19
%27.91
%27.91

CMYK color model

#130C0C color CMYK value is (0,37,37,93).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 36.84%
  • key color value is 92.55%

CMYK: (0,37,37,93)
C0M37Y37K93 (0%, 37%, 37%, 93%)
(0.00 / 0.37 / 0.37 / 0.93)

CMYK percentages

%0
%36.84
%36.84
%92.55

Codes

Color #130C0C in popluar color models

13 0C 0C
RGB 19 12 12
HSL 22.58% 6.08%
HSB/HSV 36.84% 7.45%
CMYK 0.00% 36.84% 36.84%
92.55%

Color #130C0C in popluar number systems.

HEX 13 0C 0C
Decimal 19 12 12
Binary 10011 1100 1100
Octal 23 14 14

Shades and tints

Shades of #130C0C

#130C0C
(19,12,12)
#120B0B
(18,11,11)
#110A0A
(17,10,10)
#100909
(16,9,9)
#0F0808
(15,8,8)
#0E0707
(14,7,7)
#0D0606
(13,6,6)
#0C0505
(12,5,5)
#0B0404
(11,4,4)
#0A0303
(10,3,3)
#090202
(9,2,2)
#000000
(0,0,0)

Tints of #130C0C

#130C0C
(19,12,12)
#282222
(40,34,34)
#3D3838
(61,56,56)
#524E4E
(82,78,78)
#676464
(103,100,100)
#7C7A7A
(124,122,122)
#919090
(145,144,144)
#A6A6A6
(166,166,166)
#BBBCBC
(187,188,188)
#D0D2D2
(208,210,210)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130C0C; }

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

This text font color is #130C0C.

Background Color

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

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

This div background color is #130C0C.

Border color

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

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

This div border color is #130C0C.

Opacity

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

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

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

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

This text has shadow with #130C0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130C0C.

Preview

Color preview on black background

This text has color #130C0C on black background.


Color preview on white background

This text has color #130C0C on white background.


Black color preview on #130C0C background

This text has black color on #130C0C background.


White color preview on #130C0C background

This text has white color on #130C0C background.


Related colors

Complementary color

Complementary color for #hex is #ECF3F3.


I love getcolorcode.com