Color Hex Logo

#1f131d Color Hex

#1F131D
(31,19,29)
0 Favorites   0 Comments

Color spaces of #1f131d

RGB 311929
HSL0.860.240.10
HSV310°39°12°
CMYK 0.000.390.06   0.88
XYZ1.01970.84581.2719
Yxy0.84580.32500.2696
Hunter Lab9.19673.6971-1.7620
CIE-Lab7.64008.3793-4.6209

#1f131d color RGB value is (31,19,29).

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

The process color (four color CMYK) of #1f131d color hex is 0.00, 0.39, 0.06, 0.88. Web safe color of #1f131d is #330033. Color #1f131d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00010011 00011101
Octal 37 23 35
Decimal 31 19 29
Hex 1F 13 1D

RGB Percentages of Color #1f131d

%39.24
%24.05
%36.71

CMYK Percentages of Color #1f131d

%0
%39
%6
%88

Triadic Colors of #1f131d

#1f131d #1d1f13 #131d1f

Analogous Colors of #1f131d

#1f131d #1f1317 #1b131f

Monochromatic Colors of #1f131d

#1f131d

Complementary Color

#1f131d #131f15

#1f131d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f131d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f131d Color CSS Codes

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

#1f131d Text Font Color

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

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


#1f131d Background Color

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

This div background color is #1f131d


#1f131d Border Color

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

This div border color is #1f131d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f131d


Comments

No comments written yet.

Please login to write comment.