COLOR #090416

HEX: #090416
RGB: (9,4,22)

Color info

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

RGB color model

#090416 color RGB value is (9,4,22).

  • red value is 9;
  • green value is 4;
  • blue value is 22.
RGB:
(9,4,22)
(4%,2%,9%)

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 22 of 255 = 9%

9
4
22

R + G + B ~ 5%. #090416 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 4 + 22 = 35 (100%)
R 9 of 35 ~ 25.71%
G 4 of 35 ~ 11.43%
B 22 of 35 ~ 62.86%

%25.71
%11.43
%62.86

CMYK color model

#090416 color CMYK value is (59,82,0,91).

  • cyan value is 59.09%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(59,82,0,91)
C59M82Y0K91 
(59%,82%,0%,91%)
(0.59/0.82/0.00/0.91)	

CMYK percentages

%59.09
%81.82
%0
%91.37

Codes

Color #090416 in popluar color models

090416
RGB9422
HSL257°69.23%5.10%
HSB/HSV257°81.82%8.63%
CMYK59.09%81.82%0.00%
91.37%

Color #090416 in popluar number systems.

HEX090416
Decimal9422
Binary100110010110
Octal11426

Shades and tints

Shades of #090416

#090416
(9,4,22)
#090414
(9,4,20)
#090412
(9,4,18)
#090410
(9,4,16)
#09040E
(9,4,14)
#09040C
(9,4,12)
#09040A
(9,4,10)
#090408
(9,4,8)
#090406
(9,4,6)
#090404
(9,4,4)
#090402
(9,4,2)
#000000
(0,0,0)

Tints of #090416

#090416
(9,4,22)
#1F1A2B
(31,26,43)
#353040
(53,48,64)
#4B4655
(75,70,85)
#615C6A
(97,92,106)
#77727F
(119,114,127)
#8D8894
(141,136,148)
#A39EA9
(163,158,169)
#B9B4BE
(185,180,190)
#CFCAD3
(207,202,211)
#E5E0E8
(229,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090416 color. Also use rgb(9,4,22) instead hex code.

Text Font Color

.myTextColor { color: #090416; }

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

This text font color is #090416.


Background Color

.myBgColor { background-color: #090416; }

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

This div background color is #090416.


Border color

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

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

This div border color is #090416.


Opacity

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

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

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

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

This text has shadow with #090416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090416 on black background.


Color preview on white background

This text has color #090416 on white background.



Black color preview on #090416 background

This text has black color on #090416 background.


White color preview on #090416 background

This text has white color on #090416 background.