Color Hex Logo

#1f3337 Color Hex

#1F3337
(31,51,55)
0 Favorites   0 Comments

Color spaces of #1f3337

RGB 315155
HSL0.530.280.17
HSV190°44°22°
CMYK 0.440.070.00   0.78
XYZ2.43852.93484.0524
Yxy2.93480.25870.3114
Hunter Lab17.1313-4.5716-2.0332
CIE-Lab19.7809-6.7598-5.0839

#1f3337 color RGB value is (31,51,55).

#1f3337 hex color red value is 31, green value is 51 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #1f3337 hue: 0.53 , saturation: 0.28 and the lightness value of 1f3337 is 0.17.

The process color (four color CMYK) of #1f3337 color hex is 0.44, 0.07, 0.00, 0.78. Web safe color of #1f3337 is #333333. Color #1f3337 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00110011 00110111
Octal 37 63 67
Decimal 31 51 55
Hex 1F 33 37

RGB Percentages of Color #1f3337

%22.63
%37.23
%40.15

CMYK Percentages of Color #1f3337

%44
%7
%0
%78

Triadic Colors of #1f3337

#1f3337 #371f33 #33371f

Analogous Colors of #1f3337

#1f3337 #1f2737 #1f372f

Monochromatic Colors of #1f3337

#1f3337

Complementary Color

#1f3337 #37231f

#1f3337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f3337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f3337 Color CSS Codes

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

#1f3337 Text Font Color

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

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


#1f3337 Background Color

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

This div background color is #1f3337


#1f3337 Border Color

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

This div border color is #1f3337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f3337


Comments

No comments written yet.

Please login to write comment.