COLOR #090221

HEX: #090221
RGB: (9,2,33)

Color info

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

RGB color model

#090221 color RGB value is (9,2,33).

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

RGB channels and saturation

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

9
2
33

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

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 33 = 44 (100%)
R 9 of 44 ~ 20.45%
G 2 of 44 ~ 4.55%
B 33 of 44 ~ 75%

%20.45
%75

CMYK color model

#090221 color CMYK value is (73,94,0,87).

  • cyan value is 72.73%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(73,94,0,87)
C73M94Y0K87 
(73%,94%,0%,87%)
(0.73/0.94/0.00/0.87)	

CMYK percentages

%72.73
%93.94
%0
%87.06

Codes

Color #090221 in popluar color models

090221
RGB9233
HSL254°88.57%6.86%
HSB/HSV254°93.94%12.94%
CMYK72.73%93.94%0.00%
87.06%

Color #090221 in popluar number systems.

HEX090221
Decimal9233
Binary100110100001
Octal11241

Shades and tints

Shades of #090221

#090221
(9,2,33)
#09021E
(9,2,30)
#09021B
(9,2,27)
#090218
(9,2,24)
#090215
(9,2,21)
#090212
(9,2,18)
#09020F
(9,2,15)
#09020C
(9,2,12)
#090209
(9,2,9)
#090206
(9,2,6)
#090203
(9,2,3)
#000000
(0,0,0)

Tints of #090221

#090221
(9,2,33)
#1F1935
(31,25,53)
#353049
(53,48,73)
#4B475D
(75,71,93)
#615E71
(97,94,113)
#777585
(119,117,133)
#8D8C99
(141,140,153)
#A3A3AD
(163,163,173)
#B9BAC1
(185,186,193)
#CFD1D5
(207,209,213)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090221; }

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

This text font color is #090221.


Background Color

.myBgColor { background-color: #090221; }

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

This div background color is #090221.


Border color

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

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

This div border color is #090221.


Opacity

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

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

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

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

This text has shadow with #090221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090221 on black background.


Color preview on white background

This text has color #090221 on white background.



Black color preview on #090221 background

This text has black color on #090221 background.


White color preview on #090221 background

This text has white color on #090221 background.