#482F41

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

Shades of Voodoo #482F41

Tints of Voodoo #482F41

Color information

#482F41 (or 0x482F41) is unknown color: approx Voodoo. HEX triplet: 48, 2F and 41. RGB value is (72,47,65). Sum of RGB (Red+Green+Blue) = 72+47+65=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #482F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F41 is #B7D0BE. Grayscale: #383838. Windows color (decimal): -12046527 or 4271944. OLE color: 4271944.

HSL color Cylindrical-coordinate representation of color #482F41: hue angle of 316.8º 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 #482F41 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB724765-
CMYK00.350.100.72
HSL316.8º21.01%23.33%-
HSV(B)316.8º34.72%28.24%-
XYZ4.643.795.49-
YUV56.53132.78139.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=39.13%
G=25.54%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72476500.350.100.72316.821.0123.33
Hex482F41023A4813d1517
Octal11057101043121104752527
Binary100100010111110000010100011101010010001001111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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