#442A42

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

Shades of Voodoo #442A42

Tints of Voodoo #442A42

Color information

#442A42 (or 0x442A42) is unknown color: approx Voodoo. HEX triplet: 44, 2A and 42. RGB value is (68,42,66). Sum of RGB (Red+Green+Blue) = 68+42+66=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 68 - color contains mainly: red. Hex color #442A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A42 is #BBD5BD. Grayscale: #343434. Windows color (decimal): -12309950 or 4336196. OLE color: 4336196.

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

Color convert

RGB684266-
CMYK00.380.030.73
HSL304.62º23.64%21.57%-
HSV(B)304.62º38.24%26.67%-
XYZ4.23.285.57-
YUV52.51135.61139.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=38.64%
G=23.86%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68426600.380.030.73304.6223.6421.57
Hex442A420263491311816
Octal1045210204631114613026
Binary1000100101010100001001001101110010011001100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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