#40363D

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

Shades of Voodoo #40363D

Tints of Voodoo #40363D

Color information

#40363D (or 0x40363D) is unknown color: approx Voodoo. HEX triplet: 40, 36 and 3D. RGB value is (64,54,61). Sum of RGB (Red+Green+Blue) = 64+54+61=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 64 - color contains mainly: red. Hex color #40363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40363D is #BFC9C2. Grayscale: #393939. Windows color (decimal): -12569027 or 4011584. OLE color: 4011584.

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

Color convert

RGB645461-
CMYK00.160.050.75
HSL318º8.47%23.14%-
HSV(B)318º15.62%25.1%-
XYZ4.284.074.97-
YUV57.79129.81132.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=35.75%
G=30.17%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64546100.160.050.753188.4723.14
Hex40363D01054B13e817
Octal100667502051134761027
Binary10000001101101111010100001011001011100111110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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