#40293C

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

Shades of Voodoo #40293C

Tints of Voodoo #40293C

Color information

#40293C (or 0x40293C) is unknown color: approx Voodoo. HEX triplet: 40, 29 and 3C. RGB value is (64,41,60). Sum of RGB (Red+Green+Blue) = 64+41+60=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #40293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40293C is #BFD6C3. Grayscale: #313131. Windows color (decimal): -12572356 or 3942720. OLE color: 3942720.

HSL color Cylindrical-coordinate representation of color #40293C: hue angle of 310.43º 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 #40293C is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB644160-
CMYK00.360.060.75
HSL310.43º21.9%20.59%-
HSV(B)310.43º35.94%25.1%-
XYZ3.7234.66-
YUV50.04133.62137.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=38.79%
G=24.85%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64416000.360.060.75310.4321.920.59
Hex40293C02464B1361615
Octal100517404461134662625
Binary1000000101001111100010010011010010111001101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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