COLOR #19090E

HEX: #19090E
RGB: (25,9,14)

Color info

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

RGB color model

#19090E color RGB value is (25,9,14).

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

RGB channels and saturation

R 25 of 255 = 10%
G 9 of 255 = 4%
B 14 of 255 = 5%

25
9
14

R + G + B ~ 6%. #19090E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 9 + 14 = 48 (100%)
R 25 of 48 ~ 52.08%
G 9 of 48 ~ 18.75%
B 14 of 48 ~ 29.17%

%52.08
%18.75
%29.17

CMYK color model

#19090E color CMYK value is (0,64,44,90).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 44.00%
  • key color value is 90.20%
CMYK:
(0,64,44,90)
C0M64Y44K90 
(0%,64%,44%,90%)
(0.00/0.64/0.44/0.90)	

CMYK percentages

%0
%64
%44
%90.2

Codes

Color #19090E in popluar color models

19090E
RGB25914
HSL341°47.06%6.67%
HSB/HSV341°64.00%9.80%
CMYK0.00%64.00%44.00%
90.20%

Color #19090E in popluar number systems.

HEX19090E
Decimal25914
Binary1100110011110
Octal311116

Shades and tints

Shades of #19090E

#19090E
(25,9,14)
#17090D
(23,9,13)
#15090C
(21,9,12)
#13090B
(19,9,11)
#11090A
(17,9,10)
#0F0909
(15,9,9)
#0D0908
(13,9,8)
#0B0907
(11,9,7)
#090906
(9,9,6)
#070905
(7,9,5)
#050904
(5,9,4)
#000000
(0,0,0)

Tints of #19090E

#19090E
(25,9,14)
#2D1F23
(45,31,35)
#413538
(65,53,56)
#554B4D
(85,75,77)
#696162
(105,97,98)
#7D7777
(125,119,119)
#918D8C
(145,141,140)
#A5A3A1
(165,163,161)
#B9B9B6
(185,185,182)
#CDCFCB
(205,207,203)
#E1E5E0
(225,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19090E color. Also use rgb(25,9,14) instead hex code.

Text Font Color

.myTextColor { color: #19090E; }

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

This text font color is #19090E.


Background Color

.myBgColor { background-color: #19090E; }

<div style="background-color:#19090E">Inner text</div>

This div background color is #19090E.


Border color

.myBorderColor { border: 1px solid #19090E; }

<div style="border:3px solid #19090E">Div</div>

This div border color is #19090E.


Opacity

.myOpacity80 { color: #19090E; opacity: 0.8; }

<p style="color:#19090E;opacity:0.8;">80%</p>

Text with #19090E 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 #19090E;}

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

This text has shadow with #19090E color.

.textShadow {text-shadow: 3px 3px 1px #19090E, 3px 3px 1px red;}

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

This text has shadow with #19090E primary color and red secondary color.


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

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

This text has shadow with #19090E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19090E on black background.


Color preview on white background

This text has color #19090E on white background.



Black color preview on #19090E background

This text has black color on #19090E background.


White color preview on #19090E background

This text has white color on #19090E background.