Color Hex Logo

#13191d Color Hex

#13191D
(19,25,29)
0 Favorites   0 Comments

Color spaces of #13191d

RGB 192529
HSL0.570.210.09
HSV204°34°11°
CMYK 0.340.140.00   0.89
XYZ0.83800.92241.2963
Yxy0.92240.27420.3018
Hunter Lab9.6042-1.2325-1.2796
CIE-Lab8.3275-1.5667-3.7240

#13191d color RGB value is (19,25,29).

#13191d hex color red value is 19, green value is 25 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #13191d hue: 0.57 , saturation: 0.21 and the lightness value of 13191d is 0.09.

The process color (four color CMYK) of #13191d color hex is 0.34, 0.14, 0.00, 0.89. Web safe color of #13191d is #000033. Color #13191d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011001 00011101
Octal 23 31 35
Decimal 19 25 29
Hex 13 19 1D

RGB Percentages of Color #13191d

%26.03
%34.25
%39.73

CMYK Percentages of Color #13191d

%34
%14
%0
%89

Triadic Colors of #13191d

#13191d #1d1319 #191d13

Analogous Colors of #13191d

#13191d #13141d #131d1c

Monochromatic Colors of #13191d

#13191d

Complementary Color

#13191d #1d1713

#13191d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13191d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13191d Color CSS Codes

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

#13191d Text Font Color

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

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


#13191d Background Color

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

This div background color is #13191d


#13191d Border Color

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

This div border color is #13191d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13191d


Comments

No comments written yet.

Please login to write comment.