Color Hex Logo

#41131c Color Hex

#41131C
(65,19,28)
0 Favorites   0 Comments

Color spaces of #41131c

RGB 651928
HSL0.970.550.16
HSV348°71°25°
CMYK 0.000.710.57   0.75
XYZ2.62241.67341.2834
Yxy1.67340.47000.2999
Hunter Lab12.936013.54773.1729
CIE-Lab13.670523.19585.6400

#41131c color RGB value is (65,19,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 00011100
Octal 101 23 34
Decimal 65 19 28
Hex 41 13 1C

RGB Percentages of Color #41131c

%58.04
%16.96
%25.00

CMYK Percentages of Color #41131c

%0
%71
%57
%75

Triadic Colors of #41131c

#41131c #1c4113 #131c41

Analogous Colors of #41131c

#41131c #412113 #411333

Monochromatic Colors of #41131c

#41131c

Complementary Color

#41131c #134138

#41131c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41131c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41131c Color CSS Codes

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

#41131c Text Font Color

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

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


#41131c Background Color

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

This div background color is #41131c


#41131c Border Color

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

This div border color is #41131c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41131c


Comments

No comments written yet.

Please login to write comment.