#3E3039

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

Shades of Voodoo #3E3039

Tints of Voodoo #3E3039

Color information

#3E3039 (or 0x3E3039) is unknown color: approx Voodoo. HEX triplet: 3E, 30 and 39. RGB value is (62,48,57). Sum of RGB (Red+Green+Blue) = 62+48+57=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3039 is #C1CFC6. Grayscale: #353535. Windows color (decimal): -12701639 or 3747902. OLE color: 3747902.

HSL color Cylindrical-coordinate representation of color #3E3039: hue angle of 321.43º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E3039 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB624857-
CMYK00.230.080.76
HSL321.43º12.73%21.57%-
HSV(B)321.43º22.58%24.31%-
XYZ3.783.434.33-
YUV53.21130.14134.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.13%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=37.13%
G=28.74%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62485700.230.080.76321.4312.7321.57
Hex3E303901784C141d16
Octal766071027101145011526
Binary11111011000011100101011110001001100101000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3039; }

 p { color: rgb(62,48,57); }

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

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

 a { background-color: rgb(62,48,57); }

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

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

 span { border-color: rgb(62,48,57); }

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