#40373E

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

Shades of Voodoo #40373E

Tints of Voodoo #40373E

Color information

#40373E (or 0x40373E) is unknown color: approx Voodoo. HEX triplet: 40, 37 and 3E. RGB value is (64,55,62). Sum of RGB (Red+Green+Blue) = 64+55+62=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #40373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373E is #BFC8C1. Grayscale: #3A3A3A. Windows color (decimal): -12568770 or 4077376. OLE color: 4077376.

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

Color convert

RGB645562-
CMYK00.140.030.75
HSL313.33º7.56%23.33%-
HSV(B)313.33º14.06%25.1%-
XYZ4.354.175.13-
YUV58.49129.98131.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=35.36%
G=30.39%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64556200.140.030.75313.337.5623.33
Hex40373E0E34B139817
Octal100677601631134711027
Binary100000011011111111001110111001011100111001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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