#484840

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

Shades of Heavy Metal #484840

Tints of Heavy Metal #484840

Color information

#484840 (or 0x484840) is unknown color: approx Heavy Metal. HEX triplet: 48, 48 and 40. RGB value is (72,72,64). Sum of RGB (Red+Green+Blue) = 72+72+64=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484840 is #B7B7BF. Grayscale: #474747. Windows color (decimal): -12040128 or 4212808. OLE color: 4212808.

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

Color convert

RGB727264-
CMYK000.110.72
HSL60º5.88%26.67%-
HSV(B)60º11.11%28.24%-
XYZ5.926.385.77-
YUV71.09124128.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=34.62%
G=34.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727264000.110.72605.8826.67
Hex48484000B483c61b
Octal110110100001311074633
Binary100100010010001000000001011100100011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484840; }

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

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

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

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

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

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

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

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