#402E3E

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

Shades of Voodoo #402E3E

Tints of Voodoo #402E3E

Color information

#402E3E (or 0x402E3E) is unknown color: approx Voodoo. HEX triplet: 40, 2E and 3E. RGB value is (64,46,62). Sum of RGB (Red+Green+Blue) = 64+46+62=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #402E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E3E is #BFD1C1. Grayscale: #353535. Windows color (decimal): -12571074 or 4075072. OLE color: 4075072.

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

Color convert

RGB644662-
CMYK00.280.030.75
HSL306.67º16.36%21.57%-
HSV(B)306.67º28.12%25.1%-
XYZ3.963.395-
YUV53.21132.96135.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=37.21%
G=26.74%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64466200.280.030.75306.6716.3621.57
Hex402E3E01C34B1331016
Octal100567603431134632026
Binary10000001011101111100111001110010111001100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,46,62); }

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

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

 a { background-color: rgb(64,46,62); }

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

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

 span { border-color: rgb(64,46,62); }

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