#443A42

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

Shades of Voodoo #443A42

Tints of Voodoo #443A42

Color information

#443A42 (or 0x443A42) is unknown color: approx Voodoo. HEX triplet: 44, 3A and 42. RGB value is (68,58,66). Sum of RGB (Red+Green+Blue) = 68+58+66=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 68 - color contains mainly: red. Hex color #443A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A42 is #BBC5BD. Grayscale: #3D3D3D. Windows color (decimal): -12305854 or 4340292. OLE color: 4340292.

HSL color Cylindrical-coordinate representation of color #443A42: hue angle of 312º 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 #443A42 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB685866-
CMYK00.150.030.73
HSL312º7.94%24.71%-
HSV(B)312º14.71%26.67%-
XYZ4.884.655.79-
YUV61.9130.31132.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=35.42%
G=30.21%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68586600.150.030.733127.9424.71
Hex443A420F349138819
Octal1047210201731114701031
Binary1000100111010100001001111111001001100111000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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