#40313D

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

Shades of Voodoo #40313D

Tints of Voodoo #40313D

Color information

#40313D (or 0x40313D) is unknown color: approx Voodoo. HEX triplet: 40, 31 and 3D. RGB value is (64,49,61). Sum of RGB (Red+Green+Blue) = 64+49+61=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #40313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40313D is #BFCEC2. Grayscale: #363636. Windows color (decimal): -12570307 or 4010304. OLE color: 4010304.

HSL color Cylindrical-coordinate representation of color #40313D: hue angle of 312º 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 #40313D is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB644961-
CMYK00.230.050.75
HSL312º13.27%22.16%-
HSV(B)312º23.44%25.1%-
XYZ4.053.624.9-
YUV54.85131.47134.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=36.78%
G=28.16%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64496100.230.050.7531213.2722.16
Hex40313D01754B138d16
Octal100617502751134701526
Binary10000001100011111010101111011001011100111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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