Color Hex Logo

#251221 Color Hex

#251221
(37,18,33)
0 Favorites   0 Comments

Color spaces of #251221

RGB 371833
HSL0.870.350.11
HSV313°51°15°
CMYK 0.000.510.11   0.85
XYZ1.25380.93571.5534
Yxy0.93570.33500.2500
Hunter Lab9.67326.2085-2.7501
CIE-Lab8.443912.7792-6.3624

#251221 color RGB value is (37,18,33).

#251221 hex color red value is 37, green value is 18 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #251221 hue: 0.87 , saturation: 0.35 and the lightness value of 251221 is 0.11.

The process color (four color CMYK) of #251221 color hex is 0.00, 0.51, 0.11, 0.85. Web safe color of #251221 is #330033. Color #251221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010010 00100001
Octal 45 22 41
Decimal 37 18 33
Hex 25 12 21

RGB Percentages of Color #251221

%42.05
%20.45
%37.50

CMYK Percentages of Color #251221

%0
%51
%11
%85

Triadic Colors of #251221

#251221 #212512 #122125

Analogous Colors of #251221

#251221 #251218 #201225

Monochromatic Colors of #251221

#251221

Complementary Color

#251221 #122516

#251221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#251221 Color CSS Codes

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

#251221 Text Font Color

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

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


#251221 Background Color

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

This div background color is #251221


#251221 Border Color

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

This div border color is #251221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251221


Comments

No comments written yet.

Please login to write comment.