Color Hex Logo

#341401 Color Hex

#341401
(52,20,1)
0 Favorites   0 Comments

Color spaces of #341401

RGB 52201
HSL0.060.960.10
HSV22°98°20°
CMYK 0.000.620.98   0.80
XYZ1.67181.23260.1785
Yxy1.23260.54230.3998
Hunter Lab11.10237.45006.8183
CIE-Lab10.795714.533716.0601

#341401 color RGB value is (52,20,1).

#341401 hex color red value is 52, green value is 20 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #341401 hue: 0.06 , saturation: 0.96 and the lightness value of 341401 is 0.10.

The process color (four color CMYK) of #341401 color hex is 0.00, 0.62, 0.98, 0.80. Web safe color of #341401 is #330000. Color #341401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010100 00000001
Octal 64 24 1
Decimal 52 20 1
Hex 34 14 1

RGB Percentages of Color #341401

%71.23
%27.40
%1.37

CMYK Percentages of Color #341401

%0
%62
%98
%80

Triadic Colors of #341401

#341401 #013414 #140134

Analogous Colors of #341401

#341401 #342e01 #340107

Monochromatic Colors of #341401

#341401

Complementary Color

#341401 #012134

#341401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341401 Color CSS Codes

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

#341401 Text Font Color

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

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


#341401 Background Color

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

This div background color is #341401


#341401 Border Color

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

This div border color is #341401


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,20,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341401; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341401;
  -webkit-box-shadow: 1px 1px 3px 2px #341401;
  box-shadow:         1px 1px 3px 2px #341401; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,20,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341401

#341401 Color Palettes


Comments

No comments written yet.

Please login to write comment.