#483340

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

Shades of Voodoo #483340

Tints of Voodoo #483340

Color information

#483340 (or 0x483340) is unknown color: approx Voodoo. HEX triplet: 48, 33 and 40. RGB value is (72,51,64). Sum of RGB (Red+Green+Blue) = 72+51+64=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #483340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483340 is #B7CCBF. Grayscale: #3A3A3A. Windows color (decimal): -12045504 or 4207432. OLE color: 4207432.

HSL color Cylindrical-coordinate representation of color #483340: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483340 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB725164-
CMYK00.290.110.72
HSL322.86º17.07%24.12%-
HSV(B)322.86º29.17%28.24%-
XYZ4.784.125.39-
YUV58.76130.96137.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=38.50%
G=27.27%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72516400.290.110.72322.8617.0724.12
Hex48334001DB481431118
Octal11063100035131105032130
Binary10010001100111000000011101101110010001010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483340; }

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

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

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

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

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

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

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

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