#422E3B

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

Shades of Voodoo #422E3B

Tints of Voodoo #422E3B

Color information

#422E3B (or 0x422E3B) is unknown color: approx Voodoo. HEX triplet: 42, 2E and 3B. RGB value is (66,46,59). Sum of RGB (Red+Green+Blue) = 66+46+59=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #422E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E3B is #BDD1C4. Grayscale: #353535. Windows color (decimal): -12440005 or 3878466. OLE color: 3878466.

HSL color Cylindrical-coordinate representation of color #422E3B: hue angle of 321º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #422E3B is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB664659-
CMYK00.300.110.74
HSL321º17.86%21.96%-
HSV(B)321º30.3%25.88%-
XYZ4.013.434.59-
YUV53.46131.13136.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=38.60%
G=26.90%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66465900.300.110.7432117.8621.96
Hex422E3B01EB4A1411216
Octal1025673036131125012226
Binary1000010101110111011011110101110010101010000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422E3B; }

 p { color: rgb(66,46,59); }

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

<style>
 a { background-color: #422E3B; }

 a { background-color: rgb(66,46,59); }

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

<style>
 span { border-color: #422E3B; }

 span { border-color: rgb(66,46,59); }

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