#403C3F

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

Shades of Voodoo #403C3F

Tints of Voodoo #403C3F

Color information

#403C3F (or 0x403C3F) is unknown color: approx Voodoo. HEX triplet: 40, 3C and 3F. RGB value is (64,60,63). Sum of RGB (Red+Green+Blue) = 64+60+63=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 64 - color contains mainly: red. Hex color #403C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C3F is #BFC3C0. Grayscale: #3D3D3D. Windows color (decimal): -12567489 or 4144192. OLE color: 4144192.

HSL color Cylindrical-coordinate representation of color #403C3F: hue angle of 315º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #403C3F is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB646063-
CMYK00.060.020.75
HSL315º3.23%24.31%-
HSV(B)315º6.25%25.1%-
XYZ4.634.685.36-
YUV61.54128.83129.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 63 (25% from 255) = 33.69%
R=34.22%
G=32.09%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64606300.060.020.753153.2324.31
Hex403C3F0624B13b318
Octal1007477062113473330
Binary100000011110011111101101010010111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C3F; }

 p { color: rgb(64,60,63); }

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

<style>
 a { background-color: #403C3F; }

 a { background-color: rgb(64,60,63); }

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

<style>
 span { border-color: #403C3F; }

 span { border-color: rgb(64,60,63); }

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