Color Hex Logo

#321313 Color Hex

#321313
(50,19,19)
0 Favorites   0 Comments

Color spaces of #321313

RGB 501919
HSL0.000.450.14
HSV62°20°
CMYK 0.000.620.62   0.80
XYZ1.66581.19090.7582
Yxy1.19090.46080.3294
Hunter Lab10.91288.14983.5196
CIE-Lab10.490115.69547.2415

#321313 color RGB value is (50,19,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 00010011
Octal 62 23 23
Decimal 50 19 19
Hex 32 13 13

RGB Percentages of Color #321313

%56.82
%21.59
%21.59

CMYK Percentages of Color #321313

%0
%62
%62
%80

Triadic Colors of #321313

#321313 #133213 #131332

Analogous Colors of #321313

#321313 #322313 #321323

Monochromatic Colors of #321313

#321313

Complementary Color

#321313 #133232

#321313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321313 Color CSS Codes

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

#321313 Text Font Color

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

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


#321313 Background Color

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

This div background color is #321313


#321313 Border Color

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

This div border color is #321313


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,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 #321313">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321313


Comments

No comments written yet.

Please login to write comment.