#442F42

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

Shades of Voodoo #442F42

Tints of Voodoo #442F42

Color information

#442F42 (or 0x442F42) is unknown color: approx Voodoo. HEX triplet: 44, 2F and 42. RGB value is (68,47,66). Sum of RGB (Red+Green+Blue) = 68+47+66=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 68 - color contains mainly: red. Hex color #442F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F42 is #BBD0BD. Grayscale: #373737. Windows color (decimal): -12308670 or 4337476. OLE color: 4337476.

HSL color Cylindrical-coordinate representation of color #442F42: hue angle of 305.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #442F42 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB684766-
CMYK00.310.030.73
HSL305.71º18.26%22.55%-
HSV(B)305.71º30.88%26.67%-
XYZ4.383.665.63-
YUV55.44133.96136.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=37.57%
G=25.97%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68476600.310.030.73305.7118.2622.55
Hex442F4201F3491321217
Octal1045710203731114622227
Binary100010010111110000100111111110010011001100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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