COLOR #09190F

HEX: #09190F
RGB: (9,25,15)

Color info

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

RGB color model

#09190F color RGB value is (9,25,15).

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

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 15 of 255 = 6%

9
25
15

R + G + B ~ 7%. #09190F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 25 + 15 = 49 (100%)
R 9 of 49 ~ 18.37%
G 25 of 49 ~ 51.02%
B 15 of 49 ~ 30.61%

%18.37
%51.02
%30.61

CMYK color model

#09190F color CMYK value is (64,0,40,90).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 90.20%
CMYK:
(64,0,40,90)
C64M0Y40K90 
(64%,0%,40%,90%)
(0.64/0.00/0.40/0.90)	

CMYK percentages

%64
%0
%40
%90.2

Codes

Color #09190F in popluar color models

09190F
RGB92515
HSL143°47.06%6.67%
HSB/HSV143°64.00%9.80%
CMYK64.00%0.00%40.00%
90.20%

Color #09190F in popluar number systems.

HEX09190F
Decimal92515
Binary1001110011111
Octal113117

Shades and tints

Shades of #09190F

#09190F
(9,25,15)
#09170E
(9,23,14)
#09150D
(9,21,13)
#09130C
(9,19,12)
#09110B
(9,17,11)
#090F0A
(9,15,10)
#090D09
(9,13,9)
#090B08
(9,11,8)
#090907
(9,9,7)
#090706
(9,7,6)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #09190F

#09190F
(9,25,15)
#1F2D24
(31,45,36)
#354139
(53,65,57)
#4B554E
(75,85,78)
#616963
(97,105,99)
#777D78
(119,125,120)
#8D918D
(141,145,141)
#A3A5A2
(163,165,162)
#B9B9B7
(185,185,183)
#CFCDCC
(207,205,204)
#E5E1E1
(229,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09190F; }

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

This text font color is #09190F.


Background Color

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

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

This div background color is #09190F.


Border color

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

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

This div border color is #09190F.


Opacity

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

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

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

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

This text has shadow with #09190F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09190F on black background.


Color preview on white background

This text has color #09190F on white background.



Black color preview on #09190F background

This text has black color on #09190F background.


White color preview on #09190F background

This text has white color on #09190F background.