#40323B

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

Shades of Voodoo #40323B

Tints of Voodoo #40323B

Color information

#40323B (or 0x40323B) is unknown color: approx Voodoo. HEX triplet: 40, 32 and 3B. RGB value is (64,50,59). Sum of RGB (Red+Green+Blue) = 64+50+59=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #40323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40323B is #BFCDC4. Grayscale: #373737. Windows color (decimal): -12570053 or 3879488. OLE color: 3879488.

HSL color Cylindrical-coordinate representation of color #40323B: hue angle of 321.43º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #40323B is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB645059-
CMYK00.220.080.75
HSL321.43º12.28%22.35%-
HSV(B)321.43º21.88%25.1%-
XYZ4.043.694.64-
YUV55.21130.14134.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=36.99%
G=28.90%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64505900.220.080.75321.4312.2822.35
Hex40323B01684B141c16
Octal1006273026101135011426
Binary100000011001011101101011010001001011101000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40323B; }

 p { color: rgb(64,50,59); }

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

<style>
 a { background-color: #40323B; }

 a { background-color: rgb(64,50,59); }

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

<style>
 span { border-color: #40323B; }

 span { border-color: rgb(64,50,59); }

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