#422C3F

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

Shades of Voodoo #422C3F

Tints of Voodoo #422C3F

Color information

#422C3F (or 0x422C3F) is unknown color: approx Voodoo. HEX triplet: 42, 2C and 3F. RGB value is (66,44,63). Sum of RGB (Red+Green+Blue) = 66+44+63=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #422C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C3F is #BDD3C0. Grayscale: #343434. Windows color (decimal): -12440513 or 4140098. OLE color: 4140098.

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

Color convert

RGB664463-
CMYK00.330.050.74
HSL308.18º20%21.57%-
HSV(B)308.18º33.33%25.88%-
XYZ4.043.325.13-
YUV52.74133.79137.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 63 (25% from 255) = 36.42%
R=38.15%
G=25.43%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66446300.330.050.74308.182021.57
Hex422C3F02154A1341416
Octal102547704151124642426
Binary1000010101100111111010000110110010101001101001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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