Shades of Charcoal #473F3F
Tints of Charcoal #473F3F
RGB
CMYK
RGB Variations
Color information
#473F3F (or 0x473F3F) is known color: Charcoal. HEX triplet: 47, 3F and 3F. RGB value is (71,63,63). Sum of RGB (Red+Green+Blue) = 71+63+63=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #473F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F3F is #B8C0C0. Grayscale: #414141. Windows color (decimal): -12107969 or 4144967. OLE color: 4144967.
HSL color Cylindrical-coordinate representation of color #473F3F: hue angle of 0º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #473F3F is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 63 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.72 |
| HSL | 0º | 0.06% | 0.26% | - |
| HSV(B) | 0º | 0.11% | 0.28% | - |
| XYZ | 5.27 | 5.25 | 5.44 | - |
| YUV | 65.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 63 | 0 | 0.11 | 0.11 | 0.72 | 0 | 0.06 | 0.26 |
| Hex | 47 | 3F | 3F | 0 | B | B | 48 | 0 | 6 | 1A |
| Octal | 107 | 77 | 77 | 0 | 13 | 13 | 110 | 0 | 6 | 32 |
| Binary | 1000111 | 111111 | 111111 | 0 | 1011 | 1011 | 1001000 | 0 | 110 | 11010 |
Color Harmonies of #473F3F
Complementary color
Monochromatic Colors of #473F3F
Black with #473F3F
Text Example
Text Example
White with #473F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F3F; }
p { color: rgb(71,63,63); }
H1.HeaderClassName
{
color: #473F3F;
}
.AnyTagClassName
{
color: #473F3F;
}
</style>
background-color css
<style>
a { background-color: #473F3F; }
a { background-color: rgb(71,63,63); }
div.DivClassName
{
background-color: #473F3F;
}
.BgClassName
{
background-color: #473F3F;
}
</style>
border-color css
<style>
span { border-color: #473F3F; }
span { border-color: rgb(71,63,63); }
td.TdClassName
{
border-color: #473F3F;
}
.TagClassName
{
border-color: #473F3F;
}
</style>