Color Hex Logo

#011518 Color Hex

#011518
(1,21,24)
0 Favorites   0 Comments

Color spaces of #011518

RGB 12124
HSL0.520.920.05
HSV188°96°
CMYK 0.960.130.00   0.91
XYZ0.44560.60870.9582
Yxy0.60870.22140.3025
Hunter Lab7.8019-3.4585-1.8204
CIE-Lab5.4983-5.4462-4.2256

#011518 color RGB value is (1,21,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 00011000
Octal 1 25 30
Decimal 1 21 24
Hex 1 15 18

RGB Percentages of Color #011518

%2.17
%45.65
%52.17

CMYK Percentages of Color #011518

%96
%13
%0
%91

Triadic Colors of #011518

#011518 #180115 #151801

Analogous Colors of #011518

#011518 #010a18 #011810

Monochromatic Colors of #011518

#011518

Complementary Color

#011518 #180401

#011518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011518 Color CSS Codes

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

#011518 Text Font Color

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

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


#011518 Background Color

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

This div background color is #011518


#011518 Border Color

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

This div border color is #011518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011518


Comments

No comments written yet.

Please login to write comment.