#482F42

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

Shades of Voodoo #482F42

Tints of Voodoo #482F42

Color information

#482F42 (or 0x482F42) is unknown color: approx Voodoo. HEX triplet: 48, 2F and 42. RGB value is (72,47,66). Sum of RGB (Red+Green+Blue) = 72+47+66=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #482F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F42 is #B7D0BD. Grayscale: #383838. Windows color (decimal): -12046526 or 4337480. OLE color: 4337480.

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

Color convert

RGB724766-
CMYK00.350.080.72
HSL314.4º21.01%23.33%-
HSV(B)314.4º34.72%28.24%-
XYZ4.673.85.64-
YUV56.64133.28138.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=38.92%
G=25.41%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72476600.350.080.72314.421.0123.33
Hex482F4202384813a1517
Octal11057102043101104722527
Binary100100010111110000100100011100010010001001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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