Color Hex Logo

#091016 Color Hex

#091016
(9,16,22)
0 Favorites   0 Comments

Color spaces of #091016

RGB 91622
HSL0.580.420.06
HSV208°59°
CMYK 0.590.270.00   0.91
XYZ0.44280.48660.8296
Yxy0.48660.25170.2766
Hunter Lab6.9757-0.8766-2.1682
CIE-Lab4.3954-0.8069-4.2878

#091016 color RGB value is (9,16,22).

#091016 hex color red value is 9, green value is 16 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #091016 hue: 0.58 , saturation: 0.42 and the lightness value of 091016 is 0.06.

The process color (four color CMYK) of #091016 color hex is 0.59, 0.27, 0.00, 0.91. Web safe color of #091016 is #000000. Color #091016 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010000 00010110
Octal 11 20 26
Decimal 9 16 22
Hex 9 10 16

RGB Percentages of Color #091016

%19.15
%34.04
%46.81

CMYK Percentages of Color #091016

%59
%27
%0
%91

Triadic Colors of #091016

#091016 #160910 #101609

Analogous Colors of #091016

#091016 #090916 #091616

Monochromatic Colors of #091016

#091016

Complementary Color

#091016 #160f09

#091016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091016 Color CSS Codes

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

#091016 Text Font Color

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

This sample text font color is #091016
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.


#091016 Background Color

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

This div background color is #091016


#091016 Border Color

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

This div border color is #091016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091016


Comments

No comments written yet.

Please login to write comment.