Color Hex Logo

#1f373b Color Hex

#1F373B
(31,55,59)
0 Favorites   0 Comments

Color spaces of #1f373b

RGB 315559
HSL0.520.310.18
HSV189°47°23°
CMYK 0.470.070.00   0.77
XYZ2.72073.33944.6389
Yxy3.33940.25430.3121
Hunter Lab18.2740-5.4038-2.2591
CIE-Lab21.3549-8.0620-5.4475

#1f373b color RGB value is (31,55,59).

#1f373b hex color red value is 31, green value is 55 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #1f373b hue: 0.52 , saturation: 0.31 and the lightness value of 1f373b is 0.18.

The process color (four color CMYK) of #1f373b color hex is 0.47, 0.07, 0.00, 0.77. Web safe color of #1f373b is #333333. Color #1f373b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00110111 00111011
Octal 37 67 73
Decimal 31 55 59
Hex 1F 37 3B

RGB Percentages of Color #1f373b

%21.38
%37.93
%40.69

CMYK Percentages of Color #1f373b

%47
%7
%0
%77

Triadic Colors of #1f373b

#1f373b #3b1f37 #373b1f

Analogous Colors of #1f373b

#1f373b #1f293b #1f3b31

Monochromatic Colors of #1f373b

#1f373b

Complementary Color

#1f373b #3b231f

#1f373b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f373b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f373b Color CSS Codes

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

#1f373b Text Font Color

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

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


#1f373b Background Color

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

This div background color is #1f373b


#1f373b Border Color

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

This div border color is #1f373b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,55,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f373b


Comments

No comments written yet.

Please login to write comment.