Color Hex Logo

#390313 Color Hex

#390313
(57,3,19)
0 Favorites   0 Comments

Color spaces of #390313

RGB 57319
HSL0.950.900.12
HSV342°95°22°
CMYK 0.000.950.67   0.78
XYZ1.83740.98200.7088
Yxy0.98200.52080.2783
Hunter Lab9.909615.75502.6959
CIE-Lab8.840627.12005.1041

#390313 color RGB value is (57,3,19).

#390313 hex color red value is 57, green value is 3 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #390313 hue: 0.95 , saturation: 0.90 and the lightness value of 390313 is 0.12.

The process color (four color CMYK) of #390313 color hex is 0.00, 0.95, 0.67, 0.78. Web safe color of #390313 is #330000. Color #390313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000011 00010011
Octal 71 3 23
Decimal 57 3 19
Hex 39 3 13

RGB Percentages of Color #390313

%72.15
%3.80
%24.05

CMYK Percentages of Color #390313

%0
%95
%67
%78

Triadic Colors of #390313

#390313 #133903 #031339

Analogous Colors of #390313

#390313 #390e03 #39032e

Monochromatic Colors of #390313

#390313

Complementary Color

#390313 #033929

#390313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390313 Color CSS Codes

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

#390313 Text Font Color

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

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


#390313 Background Color

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

This div background color is #390313


#390313 Border Color

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

This div border color is #390313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390313


Comments

No comments written yet.

Please login to write comment.