Color Hex Logo

#181512 Color Hex

#181512
(24,21,18)
0 Favorites   0 Comments

Color spaces of #181512

RGB 242118
HSL0.080.140.08
HSV30°25°
CMYK 0.000.130.25   0.91
XYZ0.75400.77420.6820
Yxy0.77420.34110.3503
Hunter Lab8.7989-0.10181.5636
CIE-Lab6.99330.74332.3025

#181512 color RGB value is (24,21,18).

#181512 hex color red value is 24, green value is 21 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #181512 hue: 0.08 , saturation: 0.14 and the lightness value of 181512 is 0.08.

The process color (four color CMYK) of #181512 color hex is 0.00, 0.13, 0.25, 0.91. Web safe color of #181512 is #000000. Color #181512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010101 00010010
Octal 30 25 22
Decimal 24 21 18
Hex 18 15 12

RGB Percentages of Color #181512

%38.10
%33.33
%28.57

CMYK Percentages of Color #181512

%0
%13
%25
%91

Triadic Colors of #181512

#181512 #121815 #151218

Analogous Colors of #181512

#181512 #181812 #181212

Monochromatic Colors of #181512

#181512

Complementary Color

#181512 #121518

#181512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#181512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#181512 Color CSS Codes

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

#181512 Text Font Color

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

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


#181512 Background Color

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

This div background color is #181512


#181512 Border Color

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

This div border color is #181512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #181512


Comments

No comments written yet.

Please login to write comment.