#3E333A

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

Shades of Voodoo #3E333A

Tints of Voodoo #3E333A

Color information

#3E333A (or 0x3E333A) is unknown color: approx Voodoo. HEX triplet: 3E, 33 and 3A. RGB value is (62,51,58). Sum of RGB (Red+Green+Blue) = 62+51+58=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 62 - color contains mainly: red. Hex color #3E333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E333A is #C1CCC5. Grayscale: #373737. Windows color (decimal): -12700870 or 3814206. OLE color: 3814206.

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

Color convert

RGB625158-
CMYK00.180.060.76
HSL321.82º9.73%22.16%-
HSV(B)321.82º17.74%24.31%-
XYZ3.933.74.51-
YUV55.09129.64132.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=36.26%
G=29.82%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62515800.180.060.76321.829.7322.16
Hex3E333A01264C142a16
Octal76637202261145021226
Binary1111101100111110100100101101001100101000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,58); }

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

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

 a { background-color: rgb(62,51,58); }

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

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

 span { border-color: rgb(62,51,58); }

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