Color Hex Logo

#36001f Color Hex

#36001F
(54,0,31)
0 Favorites   0 Comments

Color spaces of #36001f

RGB 54031
HSL0.901.000.11
HSV326°100°21°
CMYK 0.001.000.43   0.79
XYZ1.76860.88321.3736
Yxy0.88320.43940.2194
Hunter Lab9.397917.1459-2.0874
CIE-Lab7.977929.1424-5.2171

#36001f color RGB value is (54,0,31).

#36001f hex color red value is 54, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #36001f hue: 0.90 , saturation: 1.00 and the lightness value of 36001f is 0.11.

The process color (four color CMYK) of #36001f color hex is 0.00, 1.00, 0.43, 0.79. Web safe color of #36001f is #330033. Color #36001f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00000000 00011111
Octal 66 0 37
Decimal 54 0 31
Hex 36 0 1F

RGB Percentages of Color #36001f

%63.53
%0.00
%36.47

CMYK Percentages of Color #36001f

%0
%100
%43
%79

Triadic Colors of #36001f

#36001f #1f3600 #001f36

Analogous Colors of #36001f

#36001f #360004 #320036

Monochromatic Colors of #36001f

#36001f

Complementary Color

#36001f #003617

#36001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#36001f Color CSS Codes

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

#36001f Text Font Color

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

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


#36001f Background Color

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

This div background color is #36001f


#36001f Border Color

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

This div border color is #36001f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,0,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36001f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36001f;
  -webkit-box-shadow: 1px 1px 3px 2px #36001f;
  box-shadow:         1px 1px 3px 2px #36001f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36001f


Comments

No comments written yet.

Please login to write comment.