#443440

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

Shades of Voodoo #443440

Tints of Voodoo #443440

Color information

#443440 (or 0x443440) is unknown color: approx Voodoo. HEX triplet: 44, 34 and 40. RGB value is (68,52,64). Sum of RGB (Red+Green+Blue) = 68+52+64=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 68 - color contains mainly: red. Hex color #443440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443440 is #BBCBBF. Grayscale: #3A3A3A. Windows color (decimal): -12307392 or 4207684. OLE color: 4207684.

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

Color convert

RGB685264-
CMYK00.240.060.73
HSL315º13.33%23.53%-
HSV(B)315º23.53%26.67%-
XYZ4.544.065.39-
YUV58.15131.3135.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68526400.240.060.7331513.3323.53
Hex44344001864913bd18
Octal1046410003061114731530
Binary100010011010010000000110001101001001100111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443440; }

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

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

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

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

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

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

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

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