COLOR #090321

HEX: #090321
RGB: (9,3,33)

Color info

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

RGB color model

#090321 color RGB value is (9,3,33).

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

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 33 of 255 = 13%

9
3
33

R + G + B ~ 6%. #090321 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 33 = 45 (100%)
R 9 of 45 ~ 20%
G 3 of 45 ~ 6.67%
B 33 of 45 ~ 73.33%

%20
%73.33

CMYK color model

#090321 color CMYK value is (73,91,0,87).

  • cyan value is 72.73%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(73,91,0,87)
C73M91Y0K87 
(73%,91%,0%,87%)
(0.73/0.91/0.00/0.87)	

CMYK percentages

%72.73
%90.91
%0
%87.06

Codes

Color #090321 in popluar color models

090321
RGB9333
HSL252°83.33%7.06%
HSB/HSV252°90.91%12.94%
CMYK72.73%90.91%0.00%
87.06%

Color #090321 in popluar number systems.

HEX090321
Decimal9333
Binary100111100001
Octal11341

Shades and tints

Shades of #090321

#090321
(9,3,33)
#09031E
(9,3,30)
#09031B
(9,3,27)
#090318
(9,3,24)
#090315
(9,3,21)
#090312
(9,3,18)
#09030F
(9,3,15)
#09030C
(9,3,12)
#090309
(9,3,9)
#090306
(9,3,6)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #090321

#090321
(9,3,33)
#1F1935
(31,25,53)
#352F49
(53,47,73)
#4B455D
(75,69,93)
#615B71
(97,91,113)
#777185
(119,113,133)
#8D8799
(141,135,153)
#A39DAD
(163,157,173)
#B9B3C1
(185,179,193)
#CFC9D5
(207,201,213)
#E5DFE9
(229,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090321; }

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

This text font color is #090321.


Background Color

.myBgColor { background-color: #090321; }

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

This div background color is #090321.


Border color

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

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

This div border color is #090321.


Opacity

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

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

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

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

This text has shadow with #090321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090321 on black background.


Color preview on white background

This text has color #090321 on white background.



Black color preview on #090321 background

This text has black color on #090321 background.


White color preview on #090321 background

This text has white color on #090321 background.