#443A40

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

Shades of Voodoo #443A40

Tints of Voodoo #443A40

Color information

#443A40 (or 0x443A40) is unknown color: approx Voodoo. HEX triplet: 44, 3A and 40. RGB value is (68,58,64). Sum of RGB (Red+Green+Blue) = 68+58+64=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 68 - color contains mainly: red. Hex color #443A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A40 is #BBC5BF. Grayscale: #3D3D3D. Windows color (decimal): -12305856 or 4209220. OLE color: 4209220.

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

Color convert

RGB685864-
CMYK00.150.060.73
HSL324º7.94%24.71%-
HSV(B)324º14.71%26.67%-
XYZ4.824.635.49-
YUV61.67129.31132.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=35.79%
G=30.53%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68586400.150.060.733247.9424.71
Hex443A400F649144819
Octal1047210001761115041031
Binary10001001110101000000011111101001001101000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443A40; }

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

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

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

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

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

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

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

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