COLOR #091217

HEX: #091217
RGB: (9,18,23)

Color info

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

RGB color model

#091217 color RGB value is (9,18,23).

  • red value is 9;
  • green value is 18;
  • blue value is 23.
RGB:
(9,18,23)
(4%,7%,9%)

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 23 of 255 = 9%

9
18
23

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

Portions of RGB colors in percentages

R + G + B =
9 + 18 + 23 = 50 (100%)
R 9 of 50 ~ 18%
G 18 of 50 ~ 36%
B 23 of 50 ~ 46%

%18
%36
%46

CMYK color model

#091217 color CMYK value is (61,22,0,91).

  • cyan value is 60.87%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(61,22,0,91)
C61M22Y0K91 
(61%,22%,0%,91%)
(0.61/0.22/0.00/0.91)	

CMYK percentages

%60.87
%21.74
%0
%90.98

Codes

Color #091217 in popluar color models

091217
RGB91823
HSL201°43.75%6.27%
HSB/HSV201°60.87%9.02%
CMYK60.87%21.74%0.00%
90.98%

Color #091217 in popluar number systems.

HEX091217
Decimal91823
Binary10011001010111
Octal112227

Shades and tints

Shades of #091217

#091217
(9,18,23)
#091115
(9,17,21)
#091013
(9,16,19)
#090F11
(9,15,17)
#090E0F
(9,14,15)
#090D0D
(9,13,13)
#090C0B
(9,12,11)
#090B09
(9,11,9)
#090A07
(9,10,7)
#090905
(9,9,5)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #091217

#091217
(9,18,23)
#1F272C
(31,39,44)
#353C41
(53,60,65)
#4B5156
(75,81,86)
#61666B
(97,102,107)
#777B80
(119,123,128)
#8D9095
(141,144,149)
#A3A5AA
(163,165,170)
#B9BABF
(185,186,191)
#CFCFD4
(207,207,212)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091217 color. Also use rgb(9,18,23) instead hex code.

Text Font Color

.myTextColor { color: #091217; }

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

This text font color is #091217.


Background Color

.myBgColor { background-color: #091217; }

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

This div background color is #091217.


Border color

.myBorderColor { border: 1px solid #091217; }

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

This div border color is #091217.


Opacity

.myOpacity80 { color: #091217; opacity: 0.8; }

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

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

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

This text has shadow with #091217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091217 on black background.


Color preview on white background

This text has color #091217 on white background.



Black color preview on #091217 background

This text has black color on #091217 background.


White color preview on #091217 background

This text has white color on #091217 background.