Color Hex Logo

#121313 Color Hex

#121313
(18,19,19)
0 Favorites   0 Comments

Color spaces of #121313

RGB 181919
HSL0.500.030.07
HSV180°
CMYK 0.050.000.00   0.93
XYZ0.59990.64140.7083
Yxy0.64140.30770.3290
Hunter Lab8.0087-0.64470.3625
CIE-Lab5.7937-0.3986-0.1420

#121313 color RGB value is (18,19,19).

#121313 hex color red value is 18, green value is 19 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #121313 hue: 0.50 , saturation: 0.03 and the lightness value of 121313 is 0.07.

The process color (four color CMYK) of #121313 color hex is 0.05, 0.00, 0.00, 0.93. Web safe color of #121313 is #000000. Color #121313 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 00010011
Octal 22 23 23
Decimal 18 19 19
Hex 12 13 13

RGB Percentages of Color #121313

%32.14
%33.93
%33.93

CMYK Percentages of Color #121313

%5
%0
%0
%93

Triadic Colors of #121313

#121313 #131213 #131312

Monochromatic Colors of #121313

#121313

Complementary Color

#121313 #131212

#121313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121313 Color CSS Codes

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

#121313 Text Font Color

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

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


#121313 Background Color

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

This div background color is #121313


#121313 Border Color

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

This div border color is #121313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121313


Comments

No comments written yet.

Please login to write comment.