COLOR #19112A

HEX: #19112A
RGB: (25,17,42)

Color info

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

RGB color model

#19112A color RGB value is (25,17,42).

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

RGB channels and saturation

R 25 of 255 = 10%
G 17 of 255 = 7%
B 42 of 255 = 16%

25
17
42

R + G + B ~ 11%. #19112A is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 17 + 42 = 84 (100%)
R 25 of 84 ~ 29.76%
G 17 of 84 ~ 20.24%
B 42 of 84 ~ 50%

%29.76
%20.24
%50

CMYK color model

#19112A color CMYK value is (40,60,0,84).

  • cyan value is 40.48%
  • magenta value is 59.52%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(40,60,0,84)
C40M60Y0K84 
(40%,60%,0%,84%)
(0.40/0.60/0.00/0.84)	

CMYK percentages

%40.48
%59.52
%0
%83.53

Codes

Color #19112A in popluar color models

19112A
RGB251742
HSL259°42.37%11.57%
HSB/HSV259°59.52%16.47%
CMYK40.48%59.52%0.00%
83.53%

Color #19112A in popluar number systems.

HEX19112A
Decimal251742
Binary1100110001101010
Octal312152

Shades and tints

Shades of #19112A

#19112A
(25,17,42)
#171027
(23,16,39)
#150F24
(21,15,36)
#130E21
(19,14,33)
#110D1E
(17,13,30)
#0F0C1B
(15,12,27)
#0D0B18
(13,11,24)
#0B0A15
(11,10,21)
#090912
(9,9,18)
#07080F
(7,8,15)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #19112A

#19112A
(25,17,42)
#2D263D
(45,38,61)
#413B50
(65,59,80)
#555063
(85,80,99)
#696576
(105,101,118)
#7D7A89
(125,122,137)
#918F9C
(145,143,156)
#A5A4AF
(165,164,175)
#B9B9C2
(185,185,194)
#CDCED5
(205,206,213)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19112A; }

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

This text font color is #19112A.


Background Color

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

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

This div background color is #19112A.


Border color

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

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

This div border color is #19112A.


Opacity

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

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

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

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

This text has shadow with #19112A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19112A on black background.


Color preview on white background

This text has color #19112A on white background.



Black color preview on #19112A background

This text has black color on #19112A background.


White color preview on #19112A background

This text has white color on #19112A background.