Color Hex Logo

#361129 Color Hex

#361129
(54,17,41)
0 Favorites   0 Comments

Color spaces of #361129

RGB 541741
HSL0.890.520.14
HSV321°69°21°
CMYK 0.000.690.24   0.79
XYZ2.12201.34532.2456
Yxy1.34530.37140.2355
Hunter Lab11.598712.3591-3.3599
CIE-Lab11.588721.8734-7.2805

#361129 color RGB value is (54,17,41).

#361129 hex color red value is 54, green value is 17 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #361129 hue: 0.89 , saturation: 0.52 and the lightness value of 361129 is 0.14.

The process color (four color CMYK) of #361129 color hex is 0.00, 0.69, 0.24, 0.79. Web safe color of #361129 is #330033. Color #361129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010001 00101001
Octal 66 21 51
Decimal 54 17 41
Hex 36 11 29

RGB Percentages of Color #361129

%48.21
%15.18
%36.61

CMYK Percentages of Color #361129

%0
%69
%24
%79

Triadic Colors of #361129

#361129 #293611 #112936

Analogous Colors of #361129

#361129 #361117 #311136

Monochromatic Colors of #361129

#361129

Complementary Color

#361129 #11361e

#361129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361129 Color CSS Codes

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

#361129 Text Font Color

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

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


#361129 Background Color

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

This div background color is #361129


#361129 Border Color

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

This div border color is #361129


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,17,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361129; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361129;
  -webkit-box-shadow: 1px 1px 3px 2px #361129;
  box-shadow:         1px 1px 3px 2px #361129; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,17,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361129


Comments

No comments written yet.

Please login to write comment.