#40313C

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

Shades of Voodoo #40313C

Tints of Voodoo #40313C

Color information

#40313C (or 0x40313C) is unknown color: approx Voodoo. HEX triplet: 40, 31 and 3C. RGB value is (64,49,60). Sum of RGB (Red+Green+Blue) = 64+49+60=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #40313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40313C is #BFCEC3. Grayscale: #363636. Windows color (decimal): -12570308 or 3944768. OLE color: 3944768.

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

Color convert

RGB644960-
CMYK00.230.060.75
HSL316º13.27%22.16%-
HSV(B)316º23.44%25.1%-
XYZ4.033.614.76-
YUV54.74130.97134.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=36.99%
G=28.32%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64496000.230.060.7531613.2722.16
Hex40313C01764B13cd16
Octal100617402761134741526
Binary10000001100011111000101111101001011100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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