#3E343C

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

Shades of Voodoo #3E343C

Tints of Voodoo #3E343C

Color information

#3E343C (or 0x3E343C) is unknown color: approx Voodoo. HEX triplet: 3E, 34 and 3C. RGB value is (62,52,60). Sum of RGB (Red+Green+Blue) = 62+52+60=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 62 - color contains mainly: red. Hex color #3E343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E343C is #C1CBC3. Grayscale: #373737. Windows color (decimal): -12700612 or 3945534. OLE color: 3945534.

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

Color convert

RGB625260-
CMYK00.160.030.76
HSL312º8.77%22.35%-
HSV(B)312º16.13%24.31%-
XYZ4.033.814.8-
YUV55.9130.31132.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=35.63%
G=29.89%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62526000.160.030.763128.7722.35
Hex3E343C01034C138916
Octal76647402031144701126
Binary111110110100111100010000111001100100111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,52,60); }

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

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

 a { background-color: rgb(62,52,60); }

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

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

 span { border-color: rgb(62,52,60); }

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