Color Hex Logo

#091101 Color Hex

#091101
(9,17,1)
0 Favorites   0 Comments

Color spaces of #091101

RGB 9171
HSL0.250.890.04
HSV90°94°
CMYK 0.470.000.94   0.93
XYZ0.31860.46120.1009
Yxy0.46120.36180.5237
Hunter Lab6.7912-3.51043.8729
CIE-Lab4.1660-4.90575.7395

#091101 color RGB value is (9,17,1).

#091101 hex color red value is 9, green value is 17 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #091101 hue: 0.25 , saturation: 0.89 and the lightness value of 091101 is 0.04.

The process color (four color CMYK) of #091101 color hex is 0.47, 0.00, 0.94, 0.93. Web safe color of #091101 is #000000. Color #091101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010001 00000001
Octal 11 21 1
Decimal 9 17 1
Hex 9 11 1

RGB Percentages of Color #091101

%33.33
%62.96
%3.70

CMYK Percentages of Color #091101

%47
%0
%94
%93

Triadic Colors of #091101

#091101 #010911 #110109

Analogous Colors of #091101

#091101 #011101 #111101

Monochromatic Colors of #091101

#091101

Complementary Color

#091101 #090111

#091101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091101 Color CSS Codes

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

#091101 Text Font Color

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

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


#091101 Background Color

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

This div background color is #091101


#091101 Border Color

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

This div border color is #091101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091101


Comments

No comments written yet.

Please login to write comment.