#412F3C

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

Shades of Voodoo #412F3C

Tints of Voodoo #412F3C

Color information

#412F3C (or 0x412F3C) is unknown color: approx Voodoo. HEX triplet: 41, 2F and 3C. RGB value is (65,47,60). Sum of RGB (Red+Green+Blue) = 65+47+60=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #412F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F3C is #BED0C3. Grayscale: #353535. Windows color (decimal): -12505284 or 3944257. OLE color: 3944257.

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

Color convert

RGB654760-
CMYK00.280.080.75
HSL316.67º16.07%21.96%-
HSV(B)316.67º27.69%25.49%-
XYZ4.013.484.74-
YUV53.86131.46135.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=37.79%
G=27.33%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65476000.280.080.75316.6716.0721.96
Hex412F3C01C84B13d1016
Octal1015774034101134752026
Binary1000001101111111100011100100010010111001111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412F3C; }

 p { color: rgb(65,47,60); }

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

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

 a { background-color: rgb(65,47,60); }

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

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

 span { border-color: rgb(65,47,60); }

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