#402A3A

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

Shades of Voodoo #402A3A

Tints of Voodoo #402A3A

Color information

#402A3A (or 0x402A3A) is unknown color: approx Voodoo. HEX triplet: 40, 2A and 3A. RGB value is (64,42,58). Sum of RGB (Red+Green+Blue) = 64+42+58=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #402A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A3A is #BFD5C5. Grayscale: #323232. Windows color (decimal): -12572102 or 3811904. OLE color: 3811904.

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

Color convert

RGB644258-
CMYK00.340.090.75
HSL316.36º20.75%20.78%-
HSV(B)316.36º34.38%25.1%-
XYZ3.713.054.4-
YUV50.4132.29137.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=39.02%
G=25.61%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64425800.340.090.75316.3620.7520.78
Hex402A3A02294B13c1515
Octal1005272042111134742525
Binary10000001010101110100100010100110010111001111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,58); }

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

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

 a { background-color: rgb(64,42,58); }

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

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

 span { border-color: rgb(64,42,58); }

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