#403B3F

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

Shades of Voodoo #403B3F

Tints of Voodoo #403B3F

Color information

#403B3F (or 0x403B3F) is unknown color: approx Voodoo. HEX triplet: 40, 3B and 3F. RGB value is (64,59,63). Sum of RGB (Red+Green+Blue) = 64+59+63=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 64 - color contains mainly: red. Hex color #403B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B3F is #BFC4C0. Grayscale: #3C3C3C. Windows color (decimal): -12567745 or 4143936. OLE color: 4143936.

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

Color convert

RGB645963-
CMYK00.080.020.75
HSL312º4.07%24.12%-
HSV(B)312º7.81%25.1%-
XYZ4.584.585.34-
YUV60.95129.16130.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 63 (25% from 255) = 33.87%
R=34.41%
G=31.72%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64596300.080.020.753124.0724.12
Hex403B3F0824B138418
Octal10073770102113470430
Binary10000001110111111110100010100101110011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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