#40393F

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

Shades of Voodoo #40393F

Tints of Voodoo #40393F

Color information

#40393F (or 0x40393F) is unknown color: approx Voodoo. HEX triplet: 40, 39 and 3F. RGB value is (64,57,63). Sum of RGB (Red+Green+Blue) = 64+57+63=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 64 - color contains mainly: red. Hex color #40393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40393F is #BFC6C0. Grayscale: #3B3B3B. Windows color (decimal): -12568257 or 4143424. OLE color: 4143424.

HSL color Cylindrical-coordinate representation of color #40393F: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #40393F is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB645763-
CMYK00.110.020.75
HSL308.57º5.79%23.73%-
HSV(B)308.57º10.94%25.1%-
XYZ4.474.385.31-
YUV59.78129.82131.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 63 (25% from 255) = 34.24%
R=34.78%
G=30.98%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64576300.110.020.75308.575.7923.73
Hex40393F0B24B135618
Octal10071770132113465630
Binary10000001110011111110101110100101110011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40393F; }

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

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

<style>
 a { background-color: #40393F; }

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

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

<style>
 span { border-color: #40393F; }

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

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