#443740

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

Shades of Voodoo #443740

Tints of Voodoo #443740

Color information

#443740 (or 0x443740) is unknown color: approx Voodoo. HEX triplet: 44, 37 and 40. RGB value is (68,55,64). Sum of RGB (Red+Green+Blue) = 68+55+64=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 68 - color contains mainly: red. Hex color #443740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443740 is #BBC8BF. Grayscale: #3B3B3B. Windows color (decimal): -12306624 or 4208452. OLE color: 4208452.

HSL color Cylindrical-coordinate representation of color #443740: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #443740 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB685564-
CMYK00.190.060.73
HSL318.46º10.57%24.12%-
HSV(B)318.46º19.12%26.67%-
XYZ4.684.335.44-
YUV59.91130.31133.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=36.36%
G=29.41%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68556400.190.060.73318.4610.5724.12
Hex44374001364913eb18
Octal1046710002361114761330
Binary100010011011110000000100111101001001100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443740; }

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

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

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

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

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

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

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

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