COLOR #19112F

HEX: #19112F
RGB: (25,17,47)

Color info

#19112F contains red, green and blue colors in about the same proportion. Web safe color of #19112F is #000033 (or #003).

RGB color model

#19112F color RGB value is (25,17,47).

  • red value is 25;
  • green value is 17;
  • blue value is 47.
RGB:
(25,17,47)
(10%,7%,18%)

RGB channels and saturation

R 25 of 255 = 10%
G 17 of 255 = 7%
B 47 of 255 = 18%

25
17
47

R + G + B ~ 12%. #19112F is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 17 + 47 = 89 (100%)
R 25 of 89 ~ 28.09%
G 17 of 89 ~ 19.1%
B 47 of 89 ~ 52.81%

%28.09
%19.1
%52.81

CMYK color model

#19112F color CMYK value is (47,64,0,82).

  • cyan value is 46.81%
  • magenta value is 63.83%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(47,64,0,82)
C47M64Y0K82 
(47%,64%,0%,82%)
(0.47/0.64/0.00/0.82)	

CMYK percentages

%46.81
%63.83
%0
%81.57

Codes

Color #19112F in popluar color models

19112F
RGB251747
HSL256°46.88%12.55%
HSB/HSV256°63.83%18.43%
CMYK46.81%63.83%0.00%
81.57%

Color #19112F in popluar number systems.

HEX19112F
Decimal251747
Binary1100110001101111
Octal312157

Shades and tints

Shades of #19112F

#19112F
(25,17,47)
#17102B
(23,16,43)
#150F27
(21,15,39)
#130E23
(19,14,35)
#110D1F
(17,13,31)
#0F0C1B
(15,12,27)
#0D0B17
(13,11,23)
#0B0A13
(11,10,19)
#09090F
(9,9,15)
#07080B
(7,8,11)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #19112F

#19112F
(25,17,47)
#2D2641
(45,38,65)
#413B53
(65,59,83)
#555065
(85,80,101)
#696577
(105,101,119)
#7D7A89
(125,122,137)
#918F9B
(145,143,155)
#A5A4AD
(165,164,173)
#B9B9BF
(185,185,191)
#CDCED1
(205,206,209)
#E1E3E3
(225,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19112F color. Also use rgb(25,17,47) instead hex code.

Text Font Color

.myTextColor { color: #19112F; }

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

This text font color is #19112F.


Background Color

.myBgColor { background-color: #19112F; }

<div style="background-color:#19112F">Inner text</div>

This div background color is #19112F.


Border color

.myBorderColor { border: 1px solid #19112F; }

<div style="border:3px solid #19112F">Div</div>

This div border color is #19112F.


Opacity

.myOpacity80 { color: #19112F; opacity: 0.8; }

<p style="color:#19112F;opacity:0.8;">80%</p>

Text with #19112F 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 #19112F;}

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

This text has shadow with #19112F color.

.textShadow {text-shadow: 3px 3px 1px #19112F, 3px 3px 1px red;}

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

This text has shadow with #19112F primary color and red secondary color.


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

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

This text has shadow with #19112F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19112F on black background.


Color preview on white background

This text has color #19112F on white background.



Black color preview on #19112F background

This text has black color on #19112F background.


White color preview on #19112F background

This text has white color on #19112F background.