Color Hex Logo

#341313 Color Hex

#341313
(52,19,19)
0 Favorites   0 Comments

Color spaces of #341313

RGB 521919
HSL0.000.460.14
HSV63°20°
CMYK 0.000.630.63   0.80
XYZ1.76661.24280.7629
Yxy1.24280.46830.3295
Hunter Lab11.14818.77713.7463
CIE-Lab10.869416.62887.8283

#341313 color RGB value is (52,19,19).

#341313 hex color red value is 52, green value is 19 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #341313 hue: 0.00 , saturation: 0.46 and the lightness value of 341313 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010011 00010011
Octal 64 23 23
Decimal 52 19 19
Hex 34 13 13

RGB Percentages of Color #341313

%57.78
%21.11
%21.11

CMYK Percentages of Color #341313

%0
%63
%63
%80

Triadic Colors of #341313

#341313 #133413 #131334

Analogous Colors of #341313

#341313 #342413 #341324

Monochromatic Colors of #341313

#341313

Complementary Color

#341313 #133434

#341313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341313 Color CSS Codes

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

#341313 Text Font Color

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

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


#341313 Background Color

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

This div background color is #341313


#341313 Border Color

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

This div border color is #341313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341313


Comments

No comments written yet.

Please login to write comment.