Shades of Charcoal #484848
Tints of Charcoal #484848
RGB
CMYK
RGB Variations
Color information
#484848 (or 0x484848) is known color: 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
RGB | 72 | 72 | 72 | - |
CMYK | 0 | 0 | 0 | 0.72 |
HSL | 0º | 0% | 0.28% | - |
HSV(B) | 0º | 0% | 0.28% | - |
XYZ | 6.16 | 6.48 | 7.06 | - |
YUV | 72 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 72 | 72 | 0 | 0 | 0 | 0.72 | 0 | 0 | 0.28 |
Hex | 48 | 48 | 48 | 0 | 0 | 0 | 48 | 0 | 0 | 1C |
Octal | 110 | 110 | 110 | 0 | 0 | 0 | 110 | 0 | 0 | 34 |
Binary | 1001000 | 1001000 | 1001000 | 0 | 0 | 0 | 1001000 | 0 | 0 | 11100 |
Color Harmonies of #484848
Complementary color
Monochromatic Colors of #484848
Black with #484848
Text Example
Text Example
White with #484848
Text Example
Text Example
HTML Codes & Css Web 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>