Color Hex Logo

#251231 Color Hex

#251231
(37,18,49)
1 Favorites   0 Comments

Color spaces of #251231

RGB 371849
HSL0.770.460.13
HSV277°63°19°
CMYK 0.240.630.00   0.81
XYZ1.53361.04773.0271
Yxy1.04770.27340.1868
Hunter Lab10.23578.8318-10.3693
CIE-Lab9.382716.9379-16.8247

#251231 color RGB value is (37,18,49).

#251231 hex color red value is 37, green value is 18 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #251231 hue: 0.77 , saturation: 0.46 and the lightness value of 251231 is 0.13.

The process color (four color CMYK) of #251231 color hex is 0.24, 0.63, 0.00, 0.81. Web safe color of #251231 is #330033. Color #251231 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010010 00110001
Octal 45 22 61
Decimal 37 18 49
Hex 25 12 31

RGB Percentages of Color #251231

%35.58
%17.31
%47.12

CMYK Percentages of Color #251231

%24
%63
%0
%81

Triadic Colors of #251231

#251231 #312512 #123125

Analogous Colors of #251231

#251231 #31122e #161231

Monochromatic Colors of #251231

#251231

Complementary Color

#251231 #1e3112

#251231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#251231 Color CSS Codes

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

#251231 Text Font Color

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

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


#251231 Background Color

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

This div background color is #251231


#251231 Border Color

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

This div border color is #251231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251231


Comments

No comments written yet.

Please login to write comment.