Color Hex Logo

#112112 Color Hex

#112112
(17,33,18)
0 Favorites   0 Comments

Color spaces of #112112

RGB 173318
HSL0.340.320.10
HSV124°48°13°
CMYK 0.480.000.45   0.87
XYZ0.88421.25060.7670
Yxy1.25060.30470.4310
Hunter Lab11.1830-5.45703.7616
CIE-Lab10.9255-10.90077.8664

#112112 color RGB value is (17,33,18).

#112112 hex color red value is 17, green value is 33 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #112112 hue: 0.34 , saturation: 0.32 and the lightness value of 112112 is 0.10.

The process color (four color CMYK) of #112112 color hex is 0.48, 0.00, 0.45, 0.87. Web safe color of #112112 is #003300. Color #112112 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 00010010
Octal 21 41 22
Decimal 17 33 18
Hex 11 21 12

RGB Percentages of Color #112112

%25.00
%48.53
%26.47

CMYK Percentages of Color #112112

%48
%0
%45
%87

Triadic Colors of #112112

#112112 #121121 #211211

Analogous Colors of #112112

#112112 #11211a #182111

Monochromatic Colors of #112112

#112112

Complementary Color

#112112 #211120

#112112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112112 Color CSS Codes

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

#112112 Text Font Color

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

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


#112112 Background Color

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

This div background color is #112112


#112112 Border Color

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

This div border color is #112112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112112

#112112 Color Palettes


Comments

No comments written yet.

Please login to write comment.