#443941

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

Shades of Voodoo #443941

Tints of Voodoo #443941

Color information

#443941 (or 0x443941) is unknown color: approx Voodoo. HEX triplet: 44, 39 and 41. RGB value is (68,57,65). Sum of RGB (Red+Green+Blue) = 68+57+65=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 68 - color contains mainly: red. Hex color #443941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443941 is #BBC6BE. Grayscale: #3D3D3D. Windows color (decimal): -12306111 or 4274500. OLE color: 4274500.

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

Color convert

RGB685765-
CMYK00.160.040.73
HSL316.36º8.8%24.51%-
HSV(B)316.36º16.18%26.67%-
XYZ4.84.545.62-
YUV61.2130.14132.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=35.79%
G=30%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68576500.160.040.73316.368.824.51
Hex44394101044913c919
Octal1047110102041114741131
Binary100010011100110000010100001001001001100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443941; }

 p { color: rgb(68,57,65); }

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

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

 a { background-color: rgb(68,57,65); }

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

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

 span { border-color: rgb(68,57,65); }

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