Shades of Charcoal #493F3F
Tints of Charcoal #493F3F
RGB
CMYK
RGB Variations
Color information
#493F3F (or 0x493F3F) is known color: Charcoal. HEX triplet: 49, 3F and 3F. RGB value is (73,63,63). Sum of RGB (Red+Green+Blue) = 73+63+63=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #493F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F3F is #B6C0C0. Grayscale: #424242. Windows color (decimal): -11976897 or 4144969. OLE color: 4144969.
HSL color Cylindrical-coordinate representation of color #493F3F: hue angle of 0º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #493F3F is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 63 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.71 |
| HSL | 0º | 0.07% | 0.27% | - |
| HSV(B) | 0º | 0.14% | 0.29% | - |
| XYZ | 5.42 | 5.33 | 5.45 | - |
| YUV | 65.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 63 | 0 | 0.14 | 0.14 | 0.71 | 0 | 0.07 | 0.27 |
| Hex | 49 | 3F | 3F | 0 | E | E | 47 | 0 | 7 | 1B |
| Octal | 111 | 77 | 77 | 0 | 16 | 16 | 107 | 0 | 7 | 33 |
| Binary | 1001001 | 111111 | 111111 | 0 | 1110 | 1110 | 1000111 | 0 | 111 | 11011 |
Color Harmonies of #493F3F
Complementary color
Monochromatic Colors of #493F3F
Black with #493F3F
Text Example
Text Example
White with #493F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F3F; }
p { color: rgb(73,63,63); }
H1.HeaderClassName
{
color: #493F3F;
}
.AnyTagClassName
{
color: #493F3F;
}
</style>
background-color css
<style>
a { background-color: #493F3F; }
a { background-color: rgb(73,63,63); }
div.DivClassName
{
background-color: #493F3F;
}
.BgClassName
{
background-color: #493F3F;
}
</style>
border-color css
<style>
span { border-color: #493F3F; }
span { border-color: rgb(73,63,63); }
td.TdClassName
{
border-color: #493F3F;
}
.TagClassName
{
border-color: #493F3F;
}
</style>