Color Hex Logo

#092221 Color Hex

#092221
(9,34,33)
0 Favorites   0 Comments

Color spaces of #092221

RGB 93433
HSL0.490.580.08
HSV178°74°13°
CMYK 0.740.000.03   0.87
XYZ0.95921.31191.6415
Yxy1.31190.24520.3353
Hunter Lab11.4538-5.0957-0.4795
CIE-Lab11.3585-9.8738-2.2375

#092221 color RGB value is (9,34,33).

#092221 hex color red value is 9, green value is 34 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #092221 hue: 0.49 , saturation: 0.58 and the lightness value of 092221 is 0.08.

The process color (four color CMYK) of #092221 color hex is 0.74, 0.00, 0.03, 0.87. Web safe color of #092221 is #003333. Color #092221 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100010 00100001
Octal 11 42 41
Decimal 9 34 33
Hex 9 22 21

RGB Percentages of Color #092221

%11.84
%44.74
%43.42

CMYK Percentages of Color #092221

%74
%0
%3
%87

Triadic Colors of #092221

#092221 #210922 #222109

Analogous Colors of #092221

#092221 #091722 #092215

Monochromatic Colors of #092221

#092221

Complementary Color

#092221 #22090a

#092221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092221 Color CSS Codes

.mybgcolor {background-color:#092221; } 
.myforecolor {color:#092221; }
.mybordercolor {border:3px solid #092221; }

#092221 Text Font Color

<p style="color:#092221">Text here</p>

This sample text font color is #092221
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#092221 Background Color

<div style="background-color:#092221">
Div content here</div>

This div background color is #092221


#092221 Border Color

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

This div border color is #092221


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,34,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #092221; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #092221;
  -webkit-box-shadow: 1px 1px 3px 2px #092221;
  box-shadow:         1px 1px 3px 2px #092221; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,34,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #092221">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #092221;
  -webkit-box-shadow: 1px 1px 3px 2px #092221;
  box-shadow:         1px 1px 3px 2px #092221;">
Div content here</div>

This div box has shadow with color #092221


Comments

No comments written yet.

Please login to write comment.