#40253C

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

Shades of Voodoo #40253C

Tints of Voodoo #40253C

Color information

#40253C (or 0x40253C) is unknown color: approx Voodoo. HEX triplet: 40, 25 and 3C. RGB value is (64,37,60). Sum of RGB (Red+Green+Blue) = 64+37+60=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #40253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40253C is #BFDAC3. Grayscale: #2F2F2F. Windows color (decimal): -12573380 or 3941696. OLE color: 3941696.

HSL color Cylindrical-coordinate representation of color #40253C: hue angle of 308.89º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40253C is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB643760-
CMYK00.420.060.75
HSL308.89º26.73%19.8%-
HSV(B)308.89º42.19%25.1%-
XYZ3.592.744.61-
YUV47.69134.95139.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=39.75%
G=22.98%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64376000.420.060.75308.8926.7319.8
Hex40253C02A64B1351b14
Octal100457405261134653324
Binary1000000100101111100010101011010010111001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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