Color Hex Logo

#131715 Color Hex

#131715
(19,23,21)
0 Favorites   0 Comments

Color spaces of #131715

RGB 192321
HSL0.420.100.08
HSV150°17°
CMYK 0.170.000.09   0.91
XYZ0.71030.80540.8275
Yxy0.80540.30310.3437
Hunter Lab8.9744-1.57740.8152
CIE-Lab7.2751-2.26160.7072

#131715 color RGB value is (19,23,21).

#131715 hex color red value is 19, green value is 23 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #131715 hue: 0.42 , saturation: 0.10 and the lightness value of 131715 is 0.08.

The process color (four color CMYK) of #131715 color hex is 0.17, 0.00, 0.09, 0.91. Web safe color of #131715 is #000000. Color #131715 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010111 00010101
Octal 23 27 25
Decimal 19 23 21
Hex 13 17 15

RGB Percentages of Color #131715

%30.16
%36.51
%33.33

CMYK Percentages of Color #131715

%17
%0
%9
%91

Triadic Colors of #131715

#131715 #151317 #171513

Analogous Colors of #131715

#131715 #131717 #131713

Monochromatic Colors of #131715

#131715

Complementary Color

#131715 #171315

#131715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131715 Color CSS Codes

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

#131715 Text Font Color

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

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


#131715 Background Color

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

This div background color is #131715


#131715 Border Color

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

This div border color is #131715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131715


Comments

No comments written yet.

Please login to write comment.