Shades of Charcoal #484343
Tints of Charcoal #484343
RGB
CMYK
RGB Variations
Color information
#484343 (or 0x484343) is known color: Charcoal. HEX triplet: 48, 43 and 43. RGB value is (72,67,67). Sum of RGB (Red+Green+Blue) = 72+67+67=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484343 is #B7BCBC. Grayscale: #444444. Windows color (decimal): -12041405 or 4408136. OLE color: 4408136.
HSL color Cylindrical-coordinate representation of color #484343: hue angle of 0º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #484343 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 67 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.72 |
| HSL | 0º | 0.04% | 0.27% | - |
| HSV(B) | 0º | 0.07% | 0.28% | - |
| XYZ | 5.69 | 5.8 | 6.13 | - |
| YUV | 68.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 67 | 0 | 0.07 | 0.07 | 0.72 | 0 | 0.04 | 0.27 |
| Hex | 48 | 43 | 43 | 0 | 7 | 7 | 48 | 0 | 4 | 1B |
| Octal | 110 | 103 | 103 | 0 | 7 | 7 | 110 | 0 | 4 | 33 |
| Binary | 1001000 | 1000011 | 1000011 | 0 | 111 | 111 | 1001000 | 0 | 100 | 11011 |
Color Harmonies of #484343
Complementary color
Monochromatic Colors of #484343
Black with #484343
Text Example
Text Example
White with #484343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484343; }
p { color: rgb(72,67,67); }
H1.HeaderClassName
{
color: #484343;
}
.AnyTagClassName
{
color: #484343;
}
</style>
background-color css
<style>
a { background-color: #484343; }
a { background-color: rgb(72,67,67); }
div.DivClassName
{
background-color: #484343;
}
.BgClassName
{
background-color: #484343;
}
</style>
border-color css
<style>
span { border-color: #484343; }
span { border-color: rgb(72,67,67); }
td.TdClassName
{
border-color: #484343;
}
.TagClassName
{
border-color: #484343;
}
</style>