#40393E

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

Shades of Voodoo #40393E

Tints of Voodoo #40393E

Color information

#40393E (or 0x40393E) is unknown color: approx Voodoo. HEX triplet: 40, 39 and 3E. RGB value is (64,57,62). Sum of RGB (Red+Green+Blue) = 64+57+62=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 64 - color contains mainly: red. Hex color #40393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40393E is #BFC6C1. Grayscale: #3B3B3B. Windows color (decimal): -12568258 or 4077888. OLE color: 4077888.

HSL color Cylindrical-coordinate representation of color #40393E: hue angle of 317.14º 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 #40393E is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB645762-
CMYK00.110.030.75
HSL317.14º5.79%23.73%-
HSV(B)317.14º10.94%25.1%-
XYZ4.454.365.17-
YUV59.66129.32131.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=34.97%
G=31.15%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64576200.110.030.75317.145.7923.73
Hex40393E0B34B13d618
Octal10071760133113475630
Binary10000001110011111100101111100101110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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