Color Hex Logo

#390016 Color Hex

#390016
(57,0,22)
0 Favorites   0 Comments

Color spaces of #390016

RGB 57022
HSL0.941.000.11
HSV337°100°22°
CMYK 0.001.000.61   0.78
XYZ1.83220.92780.8416
Yxy0.92780.50870.2576
Hunter Lab9.632217.09701.5622
CIE-Lab8.374929.00062.4017

#390016 color RGB value is (57,0,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 00010110
Octal 71 0 26
Decimal 57 0 22
Hex 39 0 16

RGB Percentages of Color #390016

%72.15
%0.00
%27.85

CMYK Percentages of Color #390016

%0
%100
%61
%78

Triadic Colors of #390016

#390016 #163900 #001639

Analogous Colors of #390016

#390016 #390700 #390033

Monochromatic Colors of #390016

#390016

Complementary Color

#390016 #003923

#390016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390016 Color CSS Codes

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

#390016 Text Font Color

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

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


#390016 Background Color

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

This div background color is #390016


#390016 Border Color

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

This div border color is #390016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390016


Comments

No comments written yet.

Please login to write comment.