Color Hex Logo

#251329 Color Hex

#251329
(37,19,41)
0 Favorites   0 Comments

Color spaces of #251329

RGB 371941
HSL0.800.370.12
HSV289°54°16°
CMYK 0.100.540.00   0.84
XYZ1.39611.01922.2210
Yxy1.01920.30110.2198
Hunter Lab10.09557.0173-5.9768
CIE-Lab9.150414.0443-11.2834

#251329 color RGB value is (37,19,41).

#251329 hex color red value is 37, green value is 19 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #251329 hue: 0.80 , saturation: 0.37 and the lightness value of 251329 is 0.12.

The process color (four color CMYK) of #251329 color hex is 0.10, 0.54, 0.00, 0.84. Web safe color of #251329 is #330033. Color #251329 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010011 00101001
Octal 45 23 51
Decimal 37 19 41
Hex 25 13 29

RGB Percentages of Color #251329

%38.14
%19.59
%42.27

CMYK Percentages of Color #251329

%10
%54
%0
%84

Triadic Colors of #251329

#251329 #292513 #132925

Analogous Colors of #251329

#251329 #291322 #1a1329

Monochromatic Colors of #251329

#251329

Complementary Color

#251329 #172913

#251329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#251329 Color CSS Codes

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

#251329 Text Font Color

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

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


#251329 Background Color

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

This div background color is #251329


#251329 Border Color

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

This div border color is #251329


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,19,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251329


Comments

No comments written yet.

Please login to write comment.