#422F3C

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

Shades of Voodoo #422F3C

Tints of Voodoo #422F3C

Color information

#422F3C (or 0x422F3C) is unknown color: approx Voodoo. HEX triplet: 42, 2F and 3C. RGB value is (66,47,60). Sum of RGB (Red+Green+Blue) = 66+47+60=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #422F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F3C is #BDD0C3. Grayscale: #363636. Windows color (decimal): -12439748 or 3944258. OLE color: 3944258.

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

Color convert

RGB664760-
CMYK00.290.090.74
HSL318.95º16.81%22.16%-
HSV(B)318.95º28.79%25.88%-
XYZ4.083.524.74-
YUV54.16131.29136.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=38.15%
G=27.17%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66476000.290.090.74318.9516.8122.16
Hex422F3C01D94A13f1116
Octal1025774035111124772126
Binary1000010101111111100011101100110010101001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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