#402F3B

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

Shades of Voodoo #402F3B

Tints of Voodoo #402F3B

Color information

#402F3B (or 0x402F3B) is unknown color: approx Voodoo. HEX triplet: 40, 2F and 3B. RGB value is (64,47,59). Sum of RGB (Red+Green+Blue) = 64+47+59=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #402F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F3B is #BFD0C4. Grayscale: #353535. Windows color (decimal): -12570821 or 3878720. OLE color: 3878720.

HSL color Cylindrical-coordinate representation of color #402F3B: hue angle of 317.65º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #402F3B is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB644759-
CMYK00.270.080.75
HSL317.65º15.32%21.76%-
HSV(B)317.65º26.56%25.1%-
XYZ3.923.444.59-
YUV53.45131.13135.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=37.65%
G=27.65%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64475900.270.080.75317.6515.3221.76
Hex402F3B01B84B13ef16
Octal1005773033101134761726
Binary100000010111111101101101110001001011100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F3B; }

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

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

<style>
 a { background-color: #402F3B; }

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

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

<style>
 span { border-color: #402F3B; }

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

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