#442D41

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

Shades of Voodoo #442D41

Tints of Voodoo #442D41

Color information

#442D41 (or 0x442D41) is unknown color: approx Voodoo. HEX triplet: 44, 2D and 41. RGB value is (68,45,65). Sum of RGB (Red+Green+Blue) = 68+45+65=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #442D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D41 is #BBD2BE. Grayscale: #363636. Windows color (decimal): -12309183 or 4271428. OLE color: 4271428.

HSL color Cylindrical-coordinate representation of color #442D41: hue angle of 307.83º 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 #442D41 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB684565-
CMYK00.340.040.73
HSL307.83º20.35%22.16%-
HSV(B)307.83º33.82%26.67%-
XYZ4.283.495.45-
YUV54.16134.12137.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=38.20%
G=25.28%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68456500.340.040.73307.8320.3522.16
Hex442D410224491341416
Octal1045510104241114642426
Binary10001001011011000001010001010010010011001101001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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