COLOR #19130A

HEX: #19130A
RGB: (25,19,10)

Color info

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

RGB color model

#19130A color RGB value is (25,19,10).

  • red value is 25;
  • green value is 19;
  • blue value is 10.
RGB:
(25,19,10)
(10%,7%,4%)

RGB channels and saturation

R 25 of 255 = 10%
G 19 of 255 = 7%
B 10 of 255 = 4%

25
19
10

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

Portions of RGB colors in percentages

R + G + B =
25 + 19 + 10 = 54 (100%)
R 25 of 54 ~ 46.3%
G 19 of 54 ~ 35.19%
B 10 of 54 ~ 18.52%

%46.3
%35.19
%18.52

CMYK color model

#19130A color CMYK value is (0,24,60,90).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 60.00%
  • key color value is 90.20%
CMYK:
(0,24,60,90)
C0M24Y60K90 
(0%,24%,60%,90%)
(0.00/0.24/0.60/0.90)	

CMYK percentages

%0
%24
%60
%90.2

Codes

Color #19130A in popluar color models

19130A
RGB251910
HSL36°42.86%6.86%
HSB/HSV36°60.00%9.80%
CMYK0.00%24.00%60.00%
90.20%

Color #19130A in popluar number systems.

HEX19130A
Decimal251910
Binary11001100111010
Octal312312

Shades and tints

Shades of #19130A

#19130A
(25,19,10)
#17120A
(23,18,10)
#15110A
(21,17,10)
#13100A
(19,16,10)
#110F0A
(17,15,10)
#0F0E0A
(15,14,10)
#0D0D0A
(13,13,10)
#0B0C0A
(11,12,10)
#090B0A
(9,11,10)
#070A0A
(7,10,10)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #19130A

#19130A
(25,19,10)
#2D2820
(45,40,32)
#413D36
(65,61,54)
#55524C
(85,82,76)
#696762
(105,103,98)
#7D7C78
(125,124,120)
#91918E
(145,145,142)
#A5A6A4
(165,166,164)
#B9BBBA
(185,187,186)
#CDD0D0
(205,208,208)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19130A; }

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

This text font color is #19130A.


Background Color

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

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

This div background color is #19130A.


Border color

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

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

This div border color is #19130A.


Opacity

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

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

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

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

This text has shadow with #19130A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19130A on black background.


Color preview on white background

This text has color #19130A on white background.



Black color preview on #19130A background

This text has black color on #19130A background.


White color preview on #19130A background

This text has white color on #19130A background.