#433D41

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

Shades of Voodoo #433D41

Tints of Voodoo #433D41

Color information

#433D41 (or 0x433D41) is unknown color: approx Voodoo. HEX triplet: 43, 3D and 41. RGB value is (67,61,65). Sum of RGB (Red+Green+Blue) = 67+61+65=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 67 - color contains mainly: red. Hex color #433D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D41 is #BCC2BE. Grayscale: #3F3F3F. Windows color (decimal): -12370623 or 4275523. OLE color: 4275523.

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

Color convert

RGB676165-
CMYK00.090.030.74
HSL320º4.69%25.1%-
HSV(B)320º8.96%26.27%-
XYZ4.944.915.69-
YUV63.25128.99130.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=34.72%
G=31.61%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67616500.090.030.743204.6925.1
Hex433D410934A140519
Octal103751010113112500531
Binary100001111110110000010100111100101010100000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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