#482F40

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

Shades of Voodoo #482F40

Tints of Voodoo #482F40

Color information

#482F40 (or 0x482F40) is unknown color: approx Voodoo. HEX triplet: 48, 2F and 40. RGB value is (72,47,64). Sum of RGB (Red+Green+Blue) = 72+47+64=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #482F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F40 is #B7D0BF. Grayscale: #383838. Windows color (decimal): -12046528 or 4206408. OLE color: 4206408.

HSL color Cylindrical-coordinate representation of color #482F40: hue angle of 319.2º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #482F40 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB724764-
CMYK00.350.110.72
HSL319.2º21.01%23.33%-
HSV(B)319.2º34.72%28.24%-
XYZ4.613.785.34-
YUV56.41132.28139.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=39.34%
G=25.68%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72476400.350.110.72319.221.0123.33
Hex482F40023B4813f1517
Octal11057100043131104772527
Binary100100010111110000000100011101110010001001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482F40; }

 p { color: rgb(72,47,64); }

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

<style>
 a { background-color: #482F40; }

 a { background-color: rgb(72,47,64); }

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

<style>
 span { border-color: #482F40; }

 span { border-color: rgb(72,47,64); }

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