#442D42

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

Shades of Voodoo #442D42

Tints of Voodoo #442D42

Color information

#442D42 (or 0x442D42) is unknown color: approx Voodoo. HEX triplet: 44, 2D and 42. RGB value is (68,45,66). Sum of RGB (Red+Green+Blue) = 68+45+66=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 68 - color contains mainly: red. Hex color #442D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D42 is #BBD2BD. Grayscale: #363636. Windows color (decimal): -12309182 or 4336964. OLE color: 4336964.

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

Color convert

RGB684566-
CMYK00.340.030.73
HSL305.22º20.35%22.16%-
HSV(B)305.22º33.82%26.67%-
XYZ4.313.55.6-
YUV54.27134.62137.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=37.99%
G=25.14%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68456600.340.030.73305.2220.3522.16
Hex442D420223491311416
Octal1045510204231114612426
Binary1000100101101100001001000101110010011001100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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