COLOR #090316

HEX: #090316
RGB: (9,3,22)

Color info

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

RGB color model

#090316 color RGB value is (9,3,22).

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

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 22 of 255 = 9%

9
3
22

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

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 22 = 34 (100%)
R 9 of 34 ~ 26.47%
G 3 of 34 ~ 8.82%
B 22 of 34 ~ 64.71%

%26.47
%64.71

CMYK color model

#090316 color CMYK value is (59,86,0,91).

  • cyan value is 59.09%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(59,86,0,91)
C59M86Y0K91 
(59%,86%,0%,91%)
(0.59/0.86/0.00/0.91)	

CMYK percentages

%59.09
%86.36
%0
%91.37

Codes

Color #090316 in popluar color models

090316
RGB9322
HSL259°76.00%4.90%
HSB/HSV259°86.36%8.63%
CMYK59.09%86.36%0.00%
91.37%

Color #090316 in popluar number systems.

HEX090316
Decimal9322
Binary10011110110
Octal11326

Shades and tints

Shades of #090316

#090316
(9,3,22)
#090314
(9,3,20)
#090312
(9,3,18)
#090310
(9,3,16)
#09030E
(9,3,14)
#09030C
(9,3,12)
#09030A
(9,3,10)
#090308
(9,3,8)
#090306
(9,3,6)
#090304
(9,3,4)
#090302
(9,3,2)
#000000
(0,0,0)

Tints of #090316

#090316
(9,3,22)
#1F192B
(31,25,43)
#352F40
(53,47,64)
#4B4555
(75,69,85)
#615B6A
(97,91,106)
#77717F
(119,113,127)
#8D8794
(141,135,148)
#A39DA9
(163,157,169)
#B9B3BE
(185,179,190)
#CFC9D3
(207,201,211)
#E5DFE8
(229,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090316; }

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

This text font color is #090316.


Background Color

.myBgColor { background-color: #090316; }

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

This div background color is #090316.


Border color

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

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

This div border color is #090316.


Opacity

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

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

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

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

This text has shadow with #090316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090316 on black background.


Color preview on white background

This text has color #090316 on white background.



Black color preview on #090316 background

This text has black color on #090316 background.


White color preview on #090316 background

This text has white color on #090316 background.