COLOR #090311

HEX: #090311
RGB: (9,3,17)

Color info

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

RGB color model

#090311 color RGB value is (9,3,17).

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

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 17 of 255 = 7%

9
3
17

R + G + B ~ 4%. #090311 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 17 = 29 (100%)
R 9 of 29 ~ 31.03%
G 3 of 29 ~ 10.34%
B 17 of 29 ~ 58.62%

%31.03
%10.34
%58.62

CMYK color model

#090311 color CMYK value is (47,82,0,93).

  • cyan value is 47.06%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(47,82,0,93)
C47M82Y0K93 
(47%,82%,0%,93%)
(0.47/0.82/0.00/0.93)	

CMYK percentages

%47.06
%82.35
%0
%93.33

Codes

Color #090311 in popluar color models

090311
RGB9317
HSL266°70.00%3.92%
HSB/HSV266°82.35%6.67%
CMYK47.06%82.35%0.00%
93.33%

Color #090311 in popluar number systems.

HEX090311
Decimal9317
Binary10011110001
Octal11321

Shades and tints

Shades of #090311

#090311
(9,3,17)
#090310
(9,3,16)
#09030F
(9,3,15)
#09030E
(9,3,14)
#09030D
(9,3,13)
#09030C
(9,3,12)
#09030B
(9,3,11)
#09030A
(9,3,10)
#090309
(9,3,9)
#090308
(9,3,8)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #090311

#090311
(9,3,17)
#1F1926
(31,25,38)
#352F3B
(53,47,59)
#4B4550
(75,69,80)
#615B65
(97,91,101)
#77717A
(119,113,122)
#8D878F
(141,135,143)
#A39DA4
(163,157,164)
#B9B3B9
(185,179,185)
#CFC9CE
(207,201,206)
#E5DFE3
(229,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090311; }

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

This text font color is #090311.


Background Color

.myBgColor { background-color: #090311; }

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

This div background color is #090311.


Border color

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

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

This div border color is #090311.


Opacity

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

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

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

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

This text has shadow with #090311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090311 on black background.


Color preview on white background

This text has color #090311 on white background.



Black color preview on #090311 background

This text has black color on #090311 background.


White color preview on #090311 background

This text has white color on #090311 background.