#413940

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

Shades of Voodoo #413940

Tints of Voodoo #413940

Color information

#413940 (or 0x413940) is unknown color: approx Voodoo. HEX triplet: 41, 39 and 40. RGB value is (65,57,64). Sum of RGB (Red+Green+Blue) = 65+57+64=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 65 - color contains mainly: red. Hex color #413940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413940 is #BEC6BF. Grayscale: #3C3C3C. Windows color (decimal): -12502720 or 4208961. OLE color: 4208961.

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

Color convert

RGB655764-
CMYK00.120.020.75
HSL307.5º6.56%23.92%-
HSV(B)307.5º12.31%25.49%-
XYZ4.574.425.46-
YUV60.19130.15131.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=34.95%
G=30.65%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65576400.120.020.75307.56.5623.92
Hex4139400C24B134718
Octal101711000142113464730
Binary100000111100110000000110010100101110011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413940; }

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

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

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

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

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

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

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

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