#422B3F

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

Shades of Voodoo #422B3F

Tints of Voodoo #422B3F

Color information

#422B3F (or 0x422B3F) is unknown color: approx Voodoo. HEX triplet: 42, 2B and 3F. RGB value is (66,43,63). Sum of RGB (Red+Green+Blue) = 66+43+63=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B3F is #BDD4C0. Grayscale: #343434. Windows color (decimal): -12440769 or 4139842. OLE color: 4139842.

HSL color Cylindrical-coordinate representation of color #422B3F: hue angle of 307.83º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #422B3F is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB664363-
CMYK00.350.050.74
HSL307.83º21.1%21.37%-
HSV(B)307.83º34.85%25.88%-
XYZ4.013.245.12-
YUV52.16134.12137.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 63 (25% from 255) = 36.63%
R=38.37%
G=25%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66436300.350.050.74307.8321.121.37
Hex422B3F02354A1341515
Octal102537704351124642525
Binary1000010101011111111010001110110010101001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,43,63); }

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

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

 a { background-color: rgb(66,43,63); }

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

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

 span { border-color: rgb(66,43,63); }

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