#42323F

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

Shades of Voodoo #42323F

Tints of Voodoo #42323F

Color information

#42323F (or 0x42323F) is unknown color: approx Voodoo. HEX triplet: 42, 32 and 3F. RGB value is (66,50,63). Sum of RGB (Red+Green+Blue) = 66+50+63=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #42323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42323F is #BDCDC0. Grayscale: #383838. Windows color (decimal): -12438977 or 4141634. OLE color: 4141634.

HSL color Cylindrical-coordinate representation of color #42323F: hue angle of 311.25º 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 #42323F is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB665063-
CMYK00.240.050.74
HSL311.25º13.79%22.75%-
HSV(B)311.25º24.24%25.88%-
XYZ4.283.85.21-
YUV56.27131.8134.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 63 (25% from 255) = 35.20%
R=36.87%
G=27.93%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66506300.240.050.74311.2513.7922.75
Hex42323F01854A137e17
Octal102627703051124671627
Binary10000101100101111110110001011001010100110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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