#3E353B

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

Shades of Voodoo #3E353B

Tints of Voodoo #3E353B

Color information

#3E353B (or 0x3E353B) is unknown color: approx Voodoo. HEX triplet: 3E, 35 and 3B. RGB value is (62,53,59). Sum of RGB (Red+Green+Blue) = 62+53+59=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 62 - color contains mainly: red. Hex color #3E353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E353B is #C1CAC4. Grayscale: #383838. Windows color (decimal): -12700357 or 3880254. OLE color: 3880254.

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

Color convert

RGB625359-
CMYK00.150.050.76
HSL320º7.83%22.55%-
HSV(B)320º14.52%24.31%-
XYZ4.053.894.67-
YUV56.38129.48132.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=35.63%
G=30.46%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62535900.150.050.763207.8322.55
Hex3E353B0F54C140817
Octal76657301751145001027
Binary111110110101111011011111011001100101000000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,53,59); }

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

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

 a { background-color: rgb(62,53,59); }

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

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

 span { border-color: rgb(62,53,59); }

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