#484841

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

Shades of Heavy Metal #484841

Tints of Heavy Metal #484841

Color information

#484841 (or 0x484841) is unknown color: approx Heavy Metal. HEX triplet: 48, 48 and 41. RGB value is (72,72,65). Sum of RGB (Red+Green+Blue) = 72+72+65=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484841 is #B7B7BE. Grayscale: #474747. Windows color (decimal): -12040127 or 4278344. OLE color: 4278344.

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

Color convert

RGB727265-
CMYK000.100.72
HSL60º5.11%26.86%-
HSV(B)60º9.72%28.24%-
XYZ5.946.395.92-
YUV71.2124.5128.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=34.45%
G=34.45%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727265000.100.72605.1126.86
Hex48484100A483c51b
Octal110110101001211074533
Binary100100010010001000001001010100100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484841; }

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

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

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

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

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

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

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

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