#40373D

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

Shades of Voodoo #40373D

Tints of Voodoo #40373D

Color information

#40373D (or 0x40373D) is unknown color: approx Voodoo. HEX triplet: 40, 37 and 3D. RGB value is (64,55,61). Sum of RGB (Red+Green+Blue) = 64+55+61=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 64 - color contains mainly: red. Hex color #40373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373D is #BFC8C2. Grayscale: #3A3A3A. Windows color (decimal): -12568771 or 4011840. OLE color: 4011840.

HSL color Cylindrical-coordinate representation of color #40373D: hue angle of 320º 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 #40373D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB645561-
CMYK00.140.050.75
HSL320º7.56%23.33%-
HSV(B)320º14.06%25.1%-
XYZ4.324.164.99-
YUV58.37129.48132.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=35.56%
G=30.56%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64556100.140.050.753207.5623.33
Hex40373D0E54B140817
Octal100677501651135001027
Binary1000000110111111101011101011001011101000000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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