Shades of Charcoal #474343
Tints of Charcoal #474343
RGB
CMYK
RGB Variations
Color information
#474343 (or 0x474343) is known color: Charcoal. HEX triplet: 47, 43 and 43. RGB value is (71,67,67). Sum of RGB (Red+Green+Blue) = 71+67+67=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 71 - color contains mainly: red. Hex color #474343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474343 is #B8BCBC. Grayscale: #444444. Windows color (decimal): -12106941 or 4408135. OLE color: 4408135.
HSL color Cylindrical-coordinate representation of color #474343: hue angle of 0º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #474343 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 67 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.72 |
| HSL | 0º | 0.03% | 0.27% | - |
| HSV(B) | 0º | 0.06% | 0.28% | - |
| XYZ | 5.62 | 5.76 | 6.13 | - |
| YUV | 68.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 67 | 0 | 0.06 | 0.06 | 0.72 | 0 | 0.03 | 0.27 |
| Hex | 47 | 43 | 43 | 0 | 6 | 6 | 48 | 0 | 3 | 1B |
| Octal | 107 | 103 | 103 | 0 | 6 | 6 | 110 | 0 | 3 | 33 |
| Binary | 1000111 | 1000011 | 1000011 | 0 | 110 | 110 | 1001000 | 0 | 11 | 11011 |
Color Harmonies of #474343
Complementary color
Monochromatic Colors of #474343
Black with #474343
Text Example
Text Example
White with #474343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474343; }
p { color: rgb(71,67,67); }
H1.HeaderClassName
{
color: #474343;
}
.AnyTagClassName
{
color: #474343;
}
</style>
background-color css
<style>
a { background-color: #474343; }
a { background-color: rgb(71,67,67); }
div.DivClassName
{
background-color: #474343;
}
.BgClassName
{
background-color: #474343;
}
</style>
border-color css
<style>
span { border-color: #474343; }
span { border-color: rgb(71,67,67); }
td.TdClassName
{
border-color: #474343;
}
.TagClassName
{
border-color: #474343;
}
</style>