#40353D

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

Shades of Voodoo #40353D

Tints of Voodoo #40353D

Color information

#40353D (or 0x40353D) is unknown color: approx Voodoo. HEX triplet: 40, 35 and 3D. RGB value is (64,53,61). Sum of RGB (Red+Green+Blue) = 64+53+61=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40353D is #BFCAC2. Grayscale: #393939. Windows color (decimal): -12569283 or 4011328. OLE color: 4011328.

HSL color Cylindrical-coordinate representation of color #40353D: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40353D is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB645361-
CMYK00.170.050.75
HSL316.36º9.4%22.94%-
HSV(B)316.36º17.19%25.1%-
XYZ4.233.974.96-
YUV57.2130.14132.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=35.96%
G=29.78%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64536100.170.050.75316.369.422.94
Hex40353D01154B13c917
Octal100657502151134741127
Binary10000001101011111010100011011001011100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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