#484848

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

Shades of Charcoal #484848

Tints of Charcoal #484848

Color information

#484848 (or 0x484848) is unknown color: approx Charcoal. HEX triplet: 48, 48 and 48. RGB value is (72,72,72). Sum of RGB (Red+Green+Blue) = 72+72+72=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 72 - color contains mainly: red, green, blue. Hex color #484848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484848 is #B7B7B7. Grayscale: #484848. Windows color (decimal): -12040120 or 4737096. OLE color: 4737096.

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

Color convert

RGB727272-
CMYK0000.72
HSL0%28.24%-
HSV(B)0%28.24%-
XYZ6.166.487.06-
YUV72128128-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7272720000.720028.24
Hex48484800048001c
Octal1101101100001100034
Binary10010001001000100100000010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484848; }

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

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

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

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

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

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

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

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