#442D3F

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

Shades of Voodoo #442D3F

Tints of Voodoo #442D3F

Color information

#442D3F (or 0x442D3F) is unknown color: approx Voodoo. HEX triplet: 44, 2D and 3F. RGB value is (68,45,63). Sum of RGB (Red+Green+Blue) = 68+45+63=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 68 - color contains mainly: red. Hex color #442D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D3F is #BBD2C0. Grayscale: #353535. Windows color (decimal): -12309185 or 4140356. OLE color: 4140356.

HSL color Cylindrical-coordinate representation of color #442D3F: hue angle of 313.04º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #442D3F is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB684563-
CMYK00.340.070.73
HSL313.04º20.35%22.16%-
HSV(B)313.04º33.82%26.67%-
XYZ4.223.465.15-
YUV53.93133.12138.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 63 (25% from 255) = 35.80%
R=38.64%
G=25.57%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68456300.340.070.73313.0420.3522.16
Hex442D3F0227491391416
Octal104557704271114712426
Binary1000100101101111111010001011110010011001110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442D3F; }

 p { color: rgb(68,45,63); }

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

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

 a { background-color: rgb(68,45,63); }

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

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

 span { border-color: rgb(68,45,63); }

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