#442E3D

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

Shades of Voodoo #442E3D

Tints of Voodoo #442E3D

Color information

#442E3D (or 0x442E3D) is unknown color: approx Voodoo. HEX triplet: 44, 2E and 3D. RGB value is (68,46,61). Sum of RGB (Red+Green+Blue) = 68+46+61=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 68 - color contains mainly: red. Hex color #442E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E3D is #BBD1C2. Grayscale: #363636. Windows color (decimal): -12308931 or 4009540. OLE color: 4009540.

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

Color convert

RGB684661-
CMYK00.320.100.73
HSL319.09º19.3%22.35%-
HSV(B)319.09º32.35%26.67%-
XYZ4.23.524.87-
YUV54.29131.79137.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=38.86%
G=26.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68466100.320.100.73319.0919.322.35
Hex442E3D020A4913f1316
Octal1045675040121114772326
Binary10001001011101111010100000101010010011001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,46,61); }

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

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

 a { background-color: rgb(68,46,61); }

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

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

 span { border-color: rgb(68,46,61); }

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