#433740

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

Shades of Voodoo #433740

Tints of Voodoo #433740

Color information

#433740 (or 0x433740) is unknown color: approx Voodoo. HEX triplet: 43, 37 and 40. RGB value is (67,55,64). Sum of RGB (Red+Green+Blue) = 67+55+64=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 67 - color contains mainly: red. Hex color #433740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433740 is #BCC8BF. Grayscale: #3B3B3B. Windows color (decimal): -12372160 or 4208451. OLE color: 4208451.

HSL color Cylindrical-coordinate representation of color #433740: hue angle of 315º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #433740 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB675564-
CMYK00.180.040.74
HSL315º9.84%23.92%-
HSV(B)315º17.91%26.27%-
XYZ4.614.35.44-
YUV59.61130.48133.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.02%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=36.02%
G=29.57%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67556400.180.040.743159.8423.92
Hex43374001244A13ba18
Octal1036710002241124731230
Binary100001111011110000000100101001001010100111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433740; }

 p { color: rgb(67,55,64); }

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

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

 a { background-color: rgb(67,55,64); }

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

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

 span { border-color: rgb(67,55,64); }

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