#413E40

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

Shades of Voodoo #413E40

Tints of Voodoo #413E40

Color information

#413E40 (or 0x413E40) is unknown color: approx Voodoo. HEX triplet: 41, 3E and 40. RGB value is (65,62,64). Sum of RGB (Red+Green+Blue) = 65+62+64=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 65 - color contains mainly: red. Hex color #413E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E40 is #BEC1BF. Grayscale: #3F3F3F. Windows color (decimal): -12501440 or 4210241. OLE color: 4210241.

HSL color Cylindrical-coordinate representation of color #413E40: hue angle of 320º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #413E40 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB656264-
CMYK00.050.020.75
HSL320º2.36%24.9%-
HSV(B)320º4.62%25.49%-
XYZ4.834.945.55-
YUV63.12128.49129.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=34.03%
G=32.46%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65626400.050.020.753202.3624.9
Hex413E400524B140219
Octal10176100052113500231
Binary1000001111110100000001011010010111010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E40; }

 p { color: rgb(65,62,64); }

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

<style>
 a { background-color: #413E40; }

 a { background-color: rgb(65,62,64); }

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

<style>
 span { border-color: #413E40; }

 span { border-color: rgb(65,62,64); }

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