#412E3B

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

Shades of Voodoo #412E3B

Tints of Voodoo #412E3B

Color information

#412E3B (or 0x412E3B) is unknown color: approx Voodoo. HEX triplet: 41, 2E and 3B. RGB value is (65,46,59). Sum of RGB (Red+Green+Blue) = 65+46+59=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #412E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E3B is #BED1C4. Grayscale: #353535. Windows color (decimal): -12505541 or 3878465. OLE color: 3878465.

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

Color convert

RGB654659-
CMYK00.290.090.75
HSL318.95º17.12%21.76%-
HSV(B)318.95º29.23%25.49%-
XYZ3.953.394.58-
YUV53.16131.29136.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=38.24%
G=27.06%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65465900.290.090.75318.9517.1221.76
Hex412E3B01D94B13f1116
Octal1015673035111134772126
Binary1000001101110111011011101100110010111001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,46,59); }

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

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

 a { background-color: rgb(65,46,59); }

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

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

 span { border-color: rgb(65,46,59); }

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