Shades of Charcoal #494141
Tints of Charcoal #494141
RGB
CMYK
RGB Variations
Color information
#494141 (or 0x494141) is known color: Charcoal. HEX triplet: 49, 41 and 41. RGB value is (73,65,65). Sum of RGB (Red+Green+Blue) = 73+65+65=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #494141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494141 is #B6BEBE. Grayscale: #434343. Windows color (decimal): -11976383 or 4276553. OLE color: 4276553.
HSL color Cylindrical-coordinate representation of color #494141: hue angle of 0º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494141 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 65 | 65 | - |
CMYK | 0 | 0.11 | 0.11 | 0.71 |
HSL | 0º | 0.06% | 0.27% | - |
HSV(B) | 0º | 0.11% | 0.29% | - |
XYZ | 5.59 | 5.58 | 5.78 | - |
YUV | 67.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 65 | 65 | 0 | 0.11 | 0.11 | 0.71 | 0 | 0.06 | 0.27 |
Hex | 49 | 41 | 41 | 0 | B | B | 47 | 0 | 6 | 1B |
Octal | 111 | 101 | 101 | 0 | 13 | 13 | 107 | 0 | 6 | 33 |
Binary | 1001001 | 1000001 | 1000001 | 0 | 1011 | 1011 | 1000111 | 0 | 110 | 11011 |
Color Harmonies of #494141
Complementary color
Monochromatic Colors of #494141
Black with #494141
Text Example
Text Example
White with #494141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494141; }
p { color: rgb(73,65,65); }
H1.HeaderClassName
{
color: #494141;
}
.AnyTagClassName
{
color: #494141;
}
</style>
background-color css
<style>
a { background-color: #494141; }
a { background-color: rgb(73,65,65); }
div.DivClassName
{
background-color: #494141;
}
.BgClassName
{
background-color: #494141;
}
</style>
border-color css
<style>
span { border-color: #494141; }
span { border-color: rgb(73,65,65); }
td.TdClassName
{
border-color: #494141;
}
.TagClassName
{
border-color: #494141;
}
</style>