Color Hex Logo

#1d171c Color Hex

#1D171C
(29,23,28)
0 Favorites   0 Comments

Color spaces of #1d171c

RGB 292328
HSL0.860.120.10
HSV310°21°11°
CMYK 0.000.210.03   0.89
XYZ1.02270.95781.2296
Yxy0.95780.31860.2984
Hunter Lab9.78671.5262-0.5985
CIE-Lab8.63484.1995-2.3970

#1d171c color RGB value is (29,23,28).

#1d171c hex color red value is 29, green value is 23 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #1d171c hue: 0.86 , saturation: 0.12 and the lightness value of 1d171c is 0.10.

The process color (four color CMYK) of #1d171c color hex is 0.00, 0.21, 0.03, 0.89. Web safe color of #1d171c is #330033. Color #1d171c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00010111 00011100
Octal 35 27 34
Decimal 29 23 28
Hex 1D 17 1C

RGB Percentages of Color #1d171c

%36.25
%28.75
%35.00

CMYK Percentages of Color #1d171c

%0
%21
%3
%89

Triadic Colors of #1d171c

#1d171c #1c1d17 #171c1d

Analogous Colors of #1d171c

#1d171c #1d1719 #1b171d

Monochromatic Colors of #1d171c

#1d171c

Complementary Color

#1d171c #171d18

#1d171c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d171c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d171c Color CSS Codes

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

#1d171c Text Font Color

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

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


#1d171c Background Color

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

This div background color is #1d171c


#1d171c Border Color

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

This div border color is #1d171c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d171c


Comments

No comments written yet.

Please login to write comment.