#42323C

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

Shades of Voodoo #42323C

Tints of Voodoo #42323C

Color information

#42323C (or 0x42323C) is unknown color: approx Voodoo. HEX triplet: 42, 32 and 3C. RGB value is (66,50,60). Sum of RGB (Red+Green+Blue) = 66+50+60=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #42323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42323C is #BDCDC3. Grayscale: #373737. Windows color (decimal): -12438980 or 3945026. OLE color: 3945026.

HSL color Cylindrical-coordinate representation of color #42323C: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42323C is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB665060-
CMYK00.240.090.74
HSL322.5º13.79%22.75%-
HSV(B)322.5º24.24%25.88%-
XYZ4.23.774.78-
YUV55.92130.3135.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=37.5%
G=28.41%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66506000.240.090.74322.513.7922.75
Hex42323C01894A142e17
Octal1026274030111125021627
Binary100001011001011110001100010011001010101000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42323C; }

 p { color: rgb(66,50,60); }

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

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

 a { background-color: rgb(66,50,60); }

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

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

 span { border-color: rgb(66,50,60); }

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