#40383D

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

Shades of Voodoo #40383D

Tints of Voodoo #40383D

Color information

#40383D (or 0x40383D) is unknown color: approx Voodoo. HEX triplet: 40, 38 and 3D. RGB value is (64,56,61). Sum of RGB (Red+Green+Blue) = 64+56+61=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #40383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40383D is #BFC7C2. Grayscale: #3A3A3A. Windows color (decimal): -12568515 or 4012096. OLE color: 4012096.

HSL color Cylindrical-coordinate representation of color #40383D: hue angle of 322.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40383D is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB645661-
CMYK00.130.050.75
HSL322.5º6.67%23.53%-
HSV(B)322.5º12.5%25.1%-
XYZ4.374.265.01-
YUV58.96129.15131.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=35.36%
G=30.94%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64566100.130.050.75322.56.6723.53
Hex40383D0D54B143718
Octal10070750155113503730
Binary100000011100011110101101101100101110100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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