Color Hex Logo

#001f16 Color Hex

#001F16
(0,31,22)
0 Favorites   0 Comments

Color spaces of #001f16

RGB 03122
HSL0.451.000.06
HSV163°100°12°
CMYK 1.000.000.29   0.88
XYZ0.63481.03790.9259
Yxy1.03790.24430.3994
Hunter Lab10.1877-6.70621.7429
CIE-Lab9.3033-14.09642.7966

#001f16 color RGB value is (0,31,22).

#001f16 hex color red value is 0, green value is 31 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #001f16 hue: 0.45 , saturation: 1.00 and the lightness value of 001f16 is 0.06.

The process color (four color CMYK) of #001f16 color hex is 1.00, 0.00, 0.29, 0.88. Web safe color of #001f16 is #003300. Color #001f16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011111 00010110
Octal 0 37 26
Decimal 0 31 22
Hex 0 1F 16

RGB Percentages of Color #001f16

%0.00
%58.49
%41.51

CMYK Percentages of Color #001f16

%100
%0
%29
%88

Triadic Colors of #001f16

#001f16 #16001f #1f1600

Analogous Colors of #001f16

#001f16 #00191f #001f07

Monochromatic Colors of #001f16

#001f16

Complementary Color

#001f16 #1f0009

#001f16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001f16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001f16 Color CSS Codes

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

#001f16 Text Font Color

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

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


#001f16 Background Color

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

This div background color is #001f16


#001f16 Border Color

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

This div border color is #001f16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001f16


Comments

No comments written yet.

Please login to write comment.