#481B40

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

Shades of Voodoo #481B40

Tints of Voodoo #481B40

Color information

#481B40 (or 0x481B40) is unknown color: approx Voodoo. HEX triplet: 48, 1B and 40. RGB value is (72,27,64). Sum of RGB (Red+Green+Blue) = 72+27+64=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B40 is #B7E4BF. Grayscale: #2C2C2C. Windows color (decimal): -12051648 or 4201288. OLE color: 4201288.

HSL color Cylindrical-coordinate representation of color #481B40: hue angle of 310.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B40 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB722764-
CMYK00.620.110.72
HSL310.67º45.45%19.41%-
HSV(B)310.67º62.5%28.24%-
XYZ3.992.535.13-
YUV44.67138.91147.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=44.17%
G=16.56%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72276400.620.110.72310.6745.4519.41
Hex481B4003EB481372d13
Octal11033100076131104675523
Binary100100011011100000001111101011100100010011011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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