Color Hex Logo

#011718 Color Hex

#011718
(1,23,24)
0 Favorites   0 Comments

Color spaces of #011718

RGB 12324
HSL0.510.920.05
HSV183°96°
CMYK 0.960.040.00   0.91
XYZ0.48380.68520.9709
Yxy0.68520.22610.3202
Hunter Lab8.2777-4.0533-1.1598
CIE-Lab6.1894-6.8599-3.2157

#011718 color RGB value is (1,23,24).

#011718 hex color red value is 1, green value is 23 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #011718 hue: 0.51 , saturation: 0.92 and the lightness value of 011718 is 0.05.

The process color (four color CMYK) of #011718 color hex is 0.96, 0.04, 0.00, 0.91. Web safe color of #011718 is #000000. Color #011718 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010111 00011000
Octal 1 27 30
Decimal 1 23 24
Hex 1 17 18

RGB Percentages of Color #011718

%2.08
%47.92
%50.00

CMYK Percentages of Color #011718

%96
%4
%0
%91

Triadic Colors of #011718

#011718 #180117 #171801

Analogous Colors of #011718

#011718 #010c18 #01180e

Monochromatic Colors of #011718

#011718

Complementary Color

#011718 #180201

#011718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011718 Color CSS Codes

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

#011718 Text Font Color

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

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


#011718 Background Color

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

This div background color is #011718


#011718 Border Color

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

This div border color is #011718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011718


Comments

No comments written yet.

Please login to write comment.