#393338

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

Shades of Voodoo #393338

Tints of Voodoo #393338

Color information

#393338 (or 0x393338) is unknown color: approx Voodoo. HEX triplet: 39, 33 and 38. RGB value is (57,51,56). Sum of RGB (Red+Green+Blue) = 57+51+56=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 57 - color contains mainly: red. Hex color #393338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393338 is #C6CCC7. Grayscale: #353535. Windows color (decimal): -13028552 or 3683129. OLE color: 3683129.

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

Color convert

RGB575156-
CMYK00.110.020.78
HSL310º5.56%21.18%-
HSV(B)310º10.53%22.35%-
XYZ3.583.524.23-
YUV53.36129.49130.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=34.76%
G=31.10%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57515600.110.020.783105.5621.18
Hex3933380B24E136615
Octal7163700132116466625
Binary1110011100111110000101110100111010011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393338; }

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

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

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

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

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

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

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

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