#433B41

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

Shades of Voodoo #433B41

Tints of Voodoo #433B41

Color information

#433B41 (or 0x433B41) is unknown color: approx Voodoo. HEX triplet: 43, 3B and 41. RGB value is (67,59,65). Sum of RGB (Red+Green+Blue) = 67+59+65=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 67 - color contains mainly: red. Hex color #433B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433B41 is #BCC4BE. Grayscale: #3E3E3E. Windows color (decimal): -12371135 or 4275011. OLE color: 4275011.

HSL color Cylindrical-coordinate representation of color #433B41: hue angle of 315º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #433B41 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB675965-
CMYK00.120.030.74
HSL315º6.35%24.71%-
HSV(B)315º11.94%26.27%-
XYZ4.834.75.65-
YUV62.08129.65131.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.08%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=35.08%
G=30.89%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67596500.120.030.743156.3524.71
Hex433B410C34A13b619
Octal103731010143112473631
Binary100001111101110000010110011100101010011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433B41; }

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

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

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

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

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

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

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

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