COLOR #19130C

HEX: #19130C RGB: (25,19,12)

Color info

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

RGB color model

#19130C color RGB value is (25,19,12).

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

RGB channels and saturation

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

25
19
12

R + G + B ~ 7%. #19130C is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 19 + 12 = 56 (100%)
R 25 of 56 ~ 44.64%
G 19 of 56 ~ 33.93%
B 12 of 56 ~ 21.43'%

%44.64
%33.93
%21.43

CMYK color model

#19130C color CMYK value is (0,24,52,90).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 52.00%
  • key color value is 90.20%

CMYK: (0,24,52,90)
C0M24Y52K90 (0%, 24%, 52%, 90%)
(0.00 / 0.24 / 0.52 / 0.90)

CMYK percentages

%0
%24
%52
%90.2

Codes

Color #19130C in popluar color models

19 13 0C
RGB 25 19 12
HSL 32° 35.14% 7.25%
HSB/HSV 32° 52.00% 9.80%
CMYK 0.00% 24.00% 52.00%
90.20%

Color #19130C in popluar number systems.

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

Shades and tints

Shades of #19130C

#19130C
(25,19,12)
#17120B
(23,18,11)
#15110A
(21,17,10)
#131009
(19,16,9)
#110F08
(17,15,8)
#0F0E07
(15,14,7)
#0D0D06
(13,13,6)
#0B0C05
(11,12,5)
#090B04
(9,11,4)
#070A03
(7,10,3)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #19130C

#19130C
(25,19,12)
#2D2822
(45,40,34)
#413D38
(65,61,56)
#55524E
(85,82,78)
#696764
(105,103,100)
#7D7C7A
(125,124,122)
#919190
(145,145,144)
#A5A6A6
(165,166,166)
#B9BBBC
(185,187,188)
#CDD0D2
(205,208,210)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19130C; }

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

This text font color is #19130C.

Background Color

.myBgColor { background-color: #19130C; }

<div style="background-color:#19130C">Inner text</div>

This div background color is #19130C.

Border color

.myBorderColor { border: 1px solid #19130C; }

<div style="border:3px solid #19130C">Div</div>

This div border color is #19130C.

Opacity

.myOpacity80 { color: #19130C; opacity: 0.8; }

<p style="color:#19130C;opacity:0.8;">80%</p>

Text with #19130C 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 #19130C;}

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

This text has shadow with #19130C color.


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

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

This text has shadow with #19130C primary color and red secondary color.


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

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

This text has shadow with #19130C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #19130C.

Preview

Color preview on black background

This text has color #19130C on black background.


Color preview on white background

This text has color #19130C on white background.


Black color preview on #19130C background

This text has black color on #19130C background.


White color preview on #19130C background

This text has white color on #19130C background.


Related colors

Complementary color

Complementary color for #hex is #E6ECF3.


I love getcolorcode.com

Triadic colors

1 #0C1913 and #130C19 with #19130C are triadic colors.

2 #0C1319 and #13190C with #19130C are triadic colors.