#393438

Color #393438 Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #393438

Tints of Voodoo #393438

Color information

#393438 (or 0x393438) is unknown color: approx Voodoo. HEX triplet: 39, 34 and 38. RGB value is (57,52,56). Sum of RGB (Red+Green+Blue) = 57+52+56=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 57 - color contains mainly: red. Hex color #393438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393438 is #C6CBC7. Grayscale: #353535. Windows color (decimal): -13028296 or 3683385. OLE color: 3683385.

HSL color Cylindrical-coordinate representation of color #393438: hue angle of 312º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #393438 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB575256-
CMYK00.090.020.78
HSL312º4.59%21.37%-
HSV(B)312º8.77%22.35%-
XYZ3.633.614.25-
YUV53.95129.16130.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=34.55%
G=31.52%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57525600.090.020.783124.5921.37
Hex3934380924E138515
Octal7164700112116470525
Binary1110011101001110000100110100111010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393438; }

 p { color: rgb(57,52,56); }

 H1.HeaderClassName
 {
   color: #393438;
 }
 .AnyTagClassName
 {
   color: #393438;
 }
</style>
background-color css

<style>
 a { background-color: #393438; }

 a { background-color: rgb(57,52,56); }

 div.DivClassName
 {
   background-color: #393438;
 }
 .BgClassName
 {
   background-color: #393438;
 }
</style>
border-color css

<style>
 span { border-color: #393438; }

 span { border-color: rgb(57,52,56); }

 td.TdClassName
 {
   border-color: #393438;
 }
 .TagClassName
 {
   border-color: #393438;
 }
</style>