#40293D

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

Shades of Voodoo #40293D

Tints of Voodoo #40293D

Color information

#40293D (or 0x40293D) is unknown color: approx Voodoo. HEX triplet: 40, 29 and 3D. RGB value is (64,41,61). Sum of RGB (Red+Green+Blue) = 64+41+61=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40293D is #BFD6C2. Grayscale: #323232. Windows color (decimal): -12572355 or 4008256. OLE color: 4008256.

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

Color convert

RGB644161-
CMYK00.360.050.75
HSL307.83º21.9%20.59%-
HSV(B)307.83º35.94%25.1%-
XYZ3.753.014.8-
YUV50.16134.12137.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=38.55%
G=24.70%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64416100.360.050.75307.8321.920.59
Hex40293D02454B1341615
Octal100517504451134642625
Binary1000000101001111101010010010110010111001101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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