#481E42

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

Shades of Voodoo #481E42

Tints of Voodoo #481E42

Color information

#481E42 (or 0x481E42) is unknown color: approx Voodoo. HEX triplet: 48, 1E and 42. RGB value is (72,30,66). Sum of RGB (Red+Green+Blue) = 72+30+66=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E42 is #B7E1BD. Grayscale: #2E2E2E. Windows color (decimal): -12050878 or 4333128. OLE color: 4333128.

HSL color Cylindrical-coordinate representation of color #481E42: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E42 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB723066-
CMYK00.580.080.72
HSL308.57º41.18%20%-
HSV(B)308.57º58.33%28.24%-
XYZ4.122.75.46-
YUV46.66138.91146.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=42.86%
G=17.86%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72306600.580.080.72308.5741.1820
Hex481E4203A8481352914
Octal11036102072101104655124
Binary100100011110100001001110101000100100010011010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E42; }

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

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

<style>
 a { background-color: #481E42; }

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

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

<style>
 span { border-color: #481E42; }

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

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