#443340

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

Shades of Voodoo #443340

Tints of Voodoo #443340

Color information

#443340 (or 0x443340) is unknown color: approx Voodoo. HEX triplet: 44, 33 and 40. RGB value is (68,51,64). Sum of RGB (Red+Green+Blue) = 68+51+64=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 68 - color contains mainly: red. Hex color #443340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443340 is #BBCCBF. Grayscale: #393939. Windows color (decimal): -12307648 or 4207428. OLE color: 4207428.

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

Color convert

RGB685164-
CMYK00.250.060.73
HSL314.12º14.29%23.33%-
HSV(B)314.12º25%26.67%-
XYZ4.493.975.38-
YUV57.56131.63135.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=37.16%
G=27.87%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68516400.250.060.73314.1214.2923.33
Hex44334001964913ae17
Octal1046310003161114721627
Binary100010011001110000000110011101001001100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443340; }

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

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

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

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

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

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

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

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