#413A40

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

Shades of Voodoo #413A40

Tints of Voodoo #413A40

Color information

#413A40 (or 0x413A40) is unknown color: approx Voodoo. HEX triplet: 41, 3A and 40. RGB value is (65,58,64). Sum of RGB (Red+Green+Blue) = 65+58+64=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 65 - color contains mainly: red. Hex color #413A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A40 is #BEC5BF. Grayscale: #3C3C3C. Windows color (decimal): -12502464 or 4209217. OLE color: 4209217.

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

Color convert

RGB655864-
CMYK00.110.020.75
HSL308.57º5.69%24.12%-
HSV(B)308.57º10.77%25.49%-
XYZ4.624.525.48-
YUV60.78129.82131.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=34.76%
G=31.02%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65586400.110.020.75308.575.6924.12
Hex413A400B24B135618
Octal101721000132113465630
Binary100000111101010000000101110100101110011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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