Color Hex Logo

#41061b Color Hex

#41061B
(65,6,27)
0 Favorites   0 Comments

Color spaces of #41061b

RGB 65627
HSL0.940.830.14
HSV339°91°25°
CMYK 0.000.910.58   0.75
XYZ2.44291.33321.1655
Yxy1.33320.49440.2698
Hunter Lab11.546417.55932.0977
CIE-Lab11.505728.99763.3465

#41061b color RGB value is (65,6,27).

#41061b hex color red value is 65, green value is 6 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #41061b hue: 0.94 , saturation: 0.83 and the lightness value of 41061b is 0.14.

The process color (four color CMYK) of #41061b color hex is 0.00, 0.91, 0.58, 0.75. Web safe color of #41061b is #330033. Color #41061b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000110 00011011
Octal 101 6 33
Decimal 65 6 27
Hex 41 6 1B

RGB Percentages of Color #41061b

%66.33
%6.12
%27.55

CMYK Percentages of Color #41061b

%0
%91
%58
%75

Triadic Colors of #41061b

#41061b #1b4106 #061b41

Analogous Colors of #41061b

#41061b #410f06 #410639

Monochromatic Colors of #41061b

#41061b

Complementary Color

#41061b #06412c

#41061b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41061b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41061b Color CSS Codes

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

#41061b Text Font Color

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

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


#41061b Background Color

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

This div background color is #41061b


#41061b Border Color

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

This div border color is #41061b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,6,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41061b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41061b;
  -webkit-box-shadow: 1px 1px 3px 2px #41061b;
  box-shadow:         1px 1px 3px 2px #41061b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41061b


Comments

No comments written yet.

Please login to write comment.