Html Css Color HEX #484841 Heavy Metal

📋 copy color: '#484841'

red 72 ◦ green 72 ◦ blue 65

#484841
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heavy Metal #484841

Tints of Heavy Metal #484841

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.1%

R = 34.45%
G = 34.45%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#484841 (or 0x484841) is known color: 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

RGB 72 72 65 -
CMYK 0 0 0.10 0.72
HSL 60º 0.05% 0.27% -
HSV(B) 60º 0.1% 0.28% -
XYZ 5.94 6.39 5.92 -
YUV 71.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 72 72 65 0 0 0.10 0.72 60 0.05 0.27
Hex 48 48 41 0 0 A 48 3C 5 1B
Octal 110 110 101 0 0 12 110 74 5 33
Binary 1001000 1001000 1000001 0 0 1010 1001000 111100 101 11011

Color Harmonies of #484841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484841

Black with #484841

Text Example


Text Example

White with #484841

Text Example


Text Example

HTML Codes & Css Web 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>