#482A3F

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

Shades of Voodoo #482A3F

Tints of Voodoo #482A3F

Color information

#482A3F (or 0x482A3F) is unknown color: approx Voodoo. HEX triplet: 48, 2A and 3F. RGB value is (72,42,63). Sum of RGB (Red+Green+Blue) = 72+42+63=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A3F is #B7D5C0. Grayscale: #353535. Windows color (decimal): -12047809 or 4139592. OLE color: 4139592.

HSL color Cylindrical-coordinate representation of color #482A3F: hue angle of 318º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A3F is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB724263-
CMYK00.420.120.72
HSL318º26.32%22.35%-
HSV(B)318º41.67%28.24%-
XYZ4.43.395.13-
YUV53.36133.44141.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 63 (25% from 255) = 35.59%
R=40.68%
G=23.73%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72426300.420.120.7231826.3222.35
Hex482A3F02AC4813e1a16
Octal1105277052141104763226
Binary10010001010101111110101010110010010001001111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,42,63); }

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

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

 a { background-color: rgb(72,42,63); }

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

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

 span { border-color: rgb(72,42,63); }

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