#402B39

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

Shades of Voodoo #402B39

Tints of Voodoo #402B39

Color information

#402B39 (or 0x402B39) is unknown color: approx Voodoo. HEX triplet: 40, 2B and 39. RGB value is (64,43,57). Sum of RGB (Red+Green+Blue) = 64+43+57=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #402B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B39 is #BFD4C6. Grayscale: #323232. Windows color (decimal): -12571847 or 3746624. OLE color: 3746624.

HSL color Cylindrical-coordinate representation of color #402B39: hue angle of 320º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #402B39 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB644357-
CMYK00.330.110.75
HSL320º19.63%20.98%-
HSV(B)320º32.81%25.1%-
XYZ3.723.114.28-
YUV50.87131.46137.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=39.02%
G=26.22%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64435700.330.110.7532019.6320.98
Hex402B39021B4B1401415
Octal1005371041131135002425
Binary10000001010111110010100001101110010111010000001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,57); }

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

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

 a { background-color: rgb(64,43,57); }

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

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

 span { border-color: rgb(64,43,57); }

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