Color Hex Logo

#41131d Color Hex

#41131D
(65,19,29)
0 Favorites   0 Comments

Color spaces of #41131d

RGB 651929
HSL0.960.550.16
HSV347°71°25°
CMYK 0.000.710.55   0.75
XYZ2.63461.67831.3475
Yxy1.67830.46540.2965
Hunter Lab12.954913.62982.9014
CIE-Lab13.699423.30504.9444

#41131d color RGB value is (65,19,29).

#41131d hex color red value is 65, green value is 19 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #41131d hue: 0.96 , saturation: 0.55 and the lightness value of 41131d is 0.16.

The process color (four color CMYK) of #41131d color hex is 0.00, 0.71, 0.55, 0.75. Web safe color of #41131d is #330033. Color #41131d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 00011101
Octal 101 23 35
Decimal 65 19 29
Hex 41 13 1D

RGB Percentages of Color #41131d

%57.52
%16.81
%25.66

CMYK Percentages of Color #41131d

%0
%71
%55
%75

Triadic Colors of #41131d

#41131d #1d4113 #131d41

Analogous Colors of #41131d

#41131d #412013 #411334

Monochromatic Colors of #41131d

#41131d

Complementary Color

#41131d #134137

#41131d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41131d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41131d Color CSS Codes

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

#41131d Text Font Color

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

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


#41131d Background Color

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

This div background color is #41131d


#41131d Border Color

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

This div border color is #41131d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,19,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41131d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41131d;
  -webkit-box-shadow: 1px 1px 3px 2px #41131d;
  box-shadow:         1px 1px 3px 2px #41131d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41131d


Comments

No comments written yet.

Please login to write comment.