Color Hex Logo

#041216 Color Hex

#041216
(4,18,22)
0 Favorites   0 Comments

Color spaces of #041216

RGB 41822
HSL0.540.690.05
HSV193°82°
CMYK 0.820.180.00   0.91
XYZ0.41120.51640.8370
Yxy0.51640.23300.2926
Hunter Lab7.1861-2.3616-1.8755
CIE-Lab4.6646-3.2617-3.9296

#041216 color RGB value is (4,18,22).

#041216 hex color red value is 4, green value is 18 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #041216 hue: 0.54 , saturation: 0.69 and the lightness value of 041216 is 0.05.

The process color (four color CMYK) of #041216 color hex is 0.82, 0.18, 0.00, 0.91. Web safe color of #041216 is #000000. Color #041216 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010010 00010110
Octal 4 22 26
Decimal 4 18 22
Hex 4 12 16

RGB Percentages of Color #041216

%9.09
%40.91
%50.00

CMYK Percentages of Color #041216

%82
%18
%0
%91

Triadic Colors of #041216

#041216 #160412 #121604

Analogous Colors of #041216

#041216 #040916 #041611

Monochromatic Colors of #041216

#041216

Complementary Color

#041216 #160804

#041216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041216 Color CSS Codes

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

#041216 Text Font Color

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

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


#041216 Background Color

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

This div background color is #041216


#041216 Border Color

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

This div border color is #041216


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,18,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 #041216">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041216


Comments

No comments written yet.

Please login to write comment.