COLOR #19091F

HEX: #19091F
RGB: (25,9,31)

Color info

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

RGB color model

#19091F color RGB value is (25,9,31).

  • red value is 25;
  • green value is 9;
  • blue value is 31.
RGB:
(25,9,31)
(10%,4%,12%)

RGB channels and saturation

R 25 of 255 = 10%
G 9 of 255 = 4%
B 31 of 255 = 12%

25
9
31

R + G + B ~ 9%. #19091F is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 9 + 31 = 65 (100%)
R 25 of 65 ~ 38.46%
G 9 of 65 ~ 13.85%
B 31 of 65 ~ 47.69%

%38.46
%13.85
%47.69

CMYK color model

#19091F color CMYK value is (19,71,0,88).

  • cyan value is 19.35%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(19,71,0,88)
C19M71Y0K88 
(19%,71%,0%,88%)
(0.19/0.71/0.00/0.88)	

CMYK percentages

%19.35
%70.97
%0
%87.84

Codes

Color #19091F in popluar color models

19091F
RGB25931
HSL284°55.00%7.84%
HSB/HSV284°70.97%12.16%
CMYK19.35%70.97%0.00%
87.84%

Color #19091F in popluar number systems.

HEX19091F
Decimal25931
Binary11001100111111
Octal311137

Shades and tints

Shades of #19091F

#19091F
(25,9,31)
#17091D
(23,9,29)
#15091B
(21,9,27)
#130919
(19,9,25)
#110917
(17,9,23)
#0F0915
(15,9,21)
#0D0913
(13,9,19)
#0B0911
(11,9,17)
#09090F
(9,9,15)
#07090D
(7,9,13)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #19091F

#19091F
(25,9,31)
#2D1F33
(45,31,51)
#413547
(65,53,71)
#554B5B
(85,75,91)
#69616F
(105,97,111)
#7D7783
(125,119,131)
#918D97
(145,141,151)
#A5A3AB
(165,163,171)
#B9B9BF
(185,185,191)
#CDCFD3
(205,207,211)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19091F color. Also use rgb(25,9,31) instead hex code.

Text Font Color

.myTextColor { color: #19091F; }

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

This text font color is #19091F.


Background Color

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

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

This div background color is #19091F.


Border color

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

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

This div border color is #19091F.


Opacity

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

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

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

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

This text has shadow with #19091F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19091F on black background.


Color preview on white background

This text has color #19091F on white background.



Black color preview on #19091F background

This text has black color on #19091F background.


White color preview on #19091F background

This text has white color on #19091F background.