COLOR #09181F

HEX: #09181F
RGB: (9,24,31)

Color info

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

RGB color model

#09181F color RGB value is (9,24,31).

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

RGB channels and saturation

R 9 of 255 = 4%
G 24 of 255 = 9%
B 31 of 255 = 12%

9
24
31

R + G + B ~ 8%. #09181F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 24 + 31 = 64 (100%)
R 9 of 64 ~ 14.06%
G 24 of 64 ~ 37.5%
B 31 of 64 ~ 48.44%

%14.06
%37.5
%48.44

CMYK color model

#09181F color CMYK value is (71,23,0,88).

  • cyan value is 70.97%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(71,23,0,88)
C71M23Y0K88 
(71%,23%,0%,88%)
(0.71/0.23/0.00/0.88)	

CMYK percentages

%70.97
%22.58
%0
%87.84

Codes

Color #09181F in popluar color models

09181F
RGB92431
HSL199°55.00%7.84%
HSB/HSV199°70.97%12.16%
CMYK70.97%22.58%0.00%
87.84%

Color #09181F in popluar number systems.

HEX09181F
Decimal92431
Binary10011100011111
Octal113037

Shades and tints

Shades of #09181F

#09181F
(9,24,31)
#09161D
(9,22,29)
#09141B
(9,20,27)
#091219
(9,18,25)
#091017
(9,16,23)
#090E15
(9,14,21)
#090C13
(9,12,19)
#090A11
(9,10,17)
#09080F
(9,8,15)
#09060D
(9,6,13)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #09181F

#09181F
(9,24,31)
#1F2D33
(31,45,51)
#354247
(53,66,71)
#4B575B
(75,87,91)
#616C6F
(97,108,111)
#778183
(119,129,131)
#8D9697
(141,150,151)
#A3ABAB
(163,171,171)
#B9C0BF
(185,192,191)
#CFD5D3
(207,213,211)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09181F; }

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

This text font color is #09181F.


Background Color

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

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

This div background color is #09181F.


Border color

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

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

This div border color is #09181F.


Opacity

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

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

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

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

This text has shadow with #09181F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09181F on black background.


Color preview on white background

This text has color #09181F on white background.



Black color preview on #09181F background

This text has black color on #09181F background.


White color preview on #09181F background

This text has white color on #09181F background.