Color Hex Logo

#390017 Color Hex

#390017
(57,0,23)
0 Favorites   0 Comments

Color spaces of #390017

RGB 57023
HSL0.931.000.11
HSV336°100°22°
CMYK 0.001.000.60   0.78
XYZ1.84200.93170.8934
Yxy0.93170.50230.2541
Hunter Lab9.652517.17171.2690
CIE-Lab8.409029.09221.7196

#390017 color RGB value is (57,0,23).

#390017 hex color red value is 57, green value is 0 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #390017 hue: 0.93 , saturation: 1.00 and the lightness value of 390017 is 0.11.

The process color (four color CMYK) of #390017 color hex is 0.00, 1.00, 0.60, 0.78. Web safe color of #390017 is #330000. Color #390017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 00010111
Octal 71 0 27
Decimal 57 0 23
Hex 39 0 17

RGB Percentages of Color #390017

%71.25
%0.00
%28.75

CMYK Percentages of Color #390017

%0
%100
%60
%78

Triadic Colors of #390017

#390017 #173900 #001739

Analogous Colors of #390017

#390017 #390600 #390033

Monochromatic Colors of #390017

#390017

Complementary Color

#390017 #003922

#390017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390017 Color CSS Codes

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

#390017 Text Font Color

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

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


#390017 Background Color

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

This div background color is #390017


#390017 Border Color

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

This div border color is #390017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390017


Comments

No comments written yet.

Please login to write comment.