#40323E

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

Shades of Voodoo #40323E

Tints of Voodoo #40323E

Color information

#40323E (or 0x40323E) is unknown color: approx Voodoo. HEX triplet: 40, 32 and 3E. RGB value is (64,50,62). Sum of RGB (Red+Green+Blue) = 64+50+62=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #40323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40323E is #BFCDC1. Grayscale: #373737. Windows color (decimal): -12570050 or 4076096. OLE color: 4076096.

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

Color convert

RGB645062-
CMYK00.220.030.75
HSL308.57º12.28%22.35%-
HSV(B)308.57º21.88%25.1%-
XYZ4.123.725.06-
YUV55.55131.64134.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=36.36%
G=28.41%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64506200.220.030.75308.5712.2822.35
Hex40323E01634B135c16
Octal100627602631134651426
Binary1000000110010111110010110111001011100110101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40323E; }

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

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

<style>
 a { background-color: #40323E; }

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

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

<style>
 span { border-color: #40323E; }

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

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