Color Hex Logo

#121419 Color Hex

#121419
(18,20,25)
0 Favorites   0 Comments

Color spaces of #121419

RGB 182025
HSL0.620.160.08
HSV223°28°10°
CMYK 0.280.200.00   0.90
XYZ0.67510.69911.0191
Yxy0.69910.28210.2921
Hunter Lab8.3612-0.2197-1.3737
CIE-Lab6.31490.4353-3.6745

#121419 color RGB value is (18,20,25).

#121419 hex color red value is 18, green value is 20 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #121419 hue: 0.62 , saturation: 0.16 and the lightness value of 121419 is 0.08.

The process color (four color CMYK) of #121419 color hex is 0.28, 0.20, 0.00, 0.90. Web safe color of #121419 is #000000. Color #121419 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010100 00011001
Octal 22 24 31
Decimal 18 20 25
Hex 12 14 19

RGB Percentages of Color #121419

%28.57
%31.75
%39.68

CMYK Percentages of Color #121419

%28
%20
%0
%90

Triadic Colors of #121419

#121419 #191214 #141912

Analogous Colors of #121419

#121419 #141219 #121819

Monochromatic Colors of #121419

#121419

Complementary Color

#121419 #191712

#121419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121419 Color CSS Codes

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

#121419 Text Font Color

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

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


#121419 Background Color

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

This div background color is #121419


#121419 Border Color

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

This div border color is #121419


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,20,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121419


Comments

No comments written yet.

Please login to write comment.