Color Hex Logo

#130d1d Color Hex

#130D1D
(19,13,29)
0 Favorites   0 Comments

Color spaces of #130d1d

RGB 191329
HSL0.730.380.08
HSV263°55°11°
CMYK 0.340.550.00   0.89
XYZ0.63430.51501.2284
Yxy0.51500.26680.2166
Hunter Lab7.17643.2186-5.1254
CIE-Lab4.65205.9319-9.2495

#130d1d color RGB value is (19,13,29).

#130d1d hex color red value is 19, green value is 13 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #130d1d hue: 0.73 , saturation: 0.38 and the lightness value of 130d1d is 0.08.

The process color (four color CMYK) of #130d1d color hex is 0.34, 0.55, 0.00, 0.89. Web safe color of #130d1d is #000033. Color #130d1d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001101 00011101
Octal 23 15 35
Decimal 19 13 29
Hex 13 D 1D

RGB Percentages of Color #130d1d

%31.15
%21.31
%47.54

CMYK Percentages of Color #130d1d

%34
%55
%0
%89

Triadic Colors of #130d1d

#130d1d #1d130d #0d1d13

Analogous Colors of #130d1d

#130d1d #1b0d1d #0d0f1d

Monochromatic Colors of #130d1d

#130d1d

Complementary Color

#130d1d #171d0d

#130d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#130d1d Color CSS Codes

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

#130d1d Text Font Color

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

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


#130d1d Background Color

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

This div background color is #130d1d


#130d1d Border Color

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

This div border color is #130d1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,13,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 #130d1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130d1d


Comments

No comments written yet.

Please login to write comment.