#443B41

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

Shades of Voodoo #443B41

Tints of Voodoo #443B41

Color information

#443B41 (or 0x443B41) is unknown color: approx Voodoo. HEX triplet: 44, 3B and 41. RGB value is (68,59,65). Sum of RGB (Red+Green+Blue) = 68+59+65=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 68 - color contains mainly: red. Hex color #443B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B41 is #BBC4BE. Grayscale: #3E3E3E. Windows color (decimal): -12305599 or 4275012. OLE color: 4275012.

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

Color convert

RGB685965-
CMYK00.130.040.73
HSL320º7.09%24.9%-
HSV(B)320º13.24%26.67%-
XYZ4.94.745.66-
YUV62.38129.48132.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=35.42%
G=30.73%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68596500.130.040.733207.0924.9
Hex443B410D449140719
Octal104731010154111500731
Binary1000100111011100000101101100100100110100000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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