#432F41

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

Shades of Voodoo #432F41

Tints of Voodoo #432F41

Color information

#432F41 (or 0x432F41) is unknown color: approx Voodoo. HEX triplet: 43, 2F and 41. RGB value is (67,47,65). Sum of RGB (Red+Green+Blue) = 67+47+65=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 67 - color contains mainly: red. Hex color #432F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F41 is #BCD0BE. Grayscale: #363636. Windows color (decimal): -12374207 or 4271939. OLE color: 4271939.

HSL color Cylindrical-coordinate representation of color #432F41: hue angle of 306º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #432F41 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB674765-
CMYK00.300.030.74
HSL306º17.54%22.35%-
HSV(B)306º29.85%26.27%-
XYZ4.293.615.47-
YUV55.03133.63136.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=37.43%
G=26.26%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67476500.300.030.7430617.5422.35
Hex432F4101E34A1321216
Octal1035710103631124622226
Binary100001110111110000010111101110010101001100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432F41; }

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

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

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

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

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

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

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

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