Shades of Charade #3F4749
Tints of Charade #3F4749
RGB
CMYK
RGB Variations
Color information
#3F4749 (or 0x3F4749) is known color: Charade. HEX triplet: 3F, 47 and 49. RGB value is (63,71,73). Sum of RGB (Red+Green+Blue) = 63+71+73=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F4749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4749 is #C0B8B6. Grayscale: #444444. Windows color (decimal): -12630199 or 4802367. OLE color: 4802367.
HSL color Cylindrical-coordinate representation of color #3F4749: hue angle of 192º 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 #3F4749 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 71 | 73 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.71 |
| HSL | 192º | 0.07% | 0.27% | - |
| HSV(B) | 192º | 0.14% | 0.29% | - |
| XYZ | 5.51 | 6.04 | 7.18 | - |
| YUV | 68.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 73 | 0.14 | 0.03 | 0 | 0.71 | 192 | 0.07 | 0.27 |
| Hex | 3F | 47 | 49 | E | 3 | 0 | 47 | C0 | 7 | 1B |
| Octal | 77 | 107 | 111 | 16 | 3 | 0 | 107 | 300 | 7 | 33 |
| Binary | 111111 | 1000111 | 1001001 | 1110 | 11 | 0 | 1000111 | 11000000 | 111 | 11011 |
Color Harmonies of #3F4749
Complementary color
Monochromatic Colors of #3F4749
Black with #3F4749
Text Example
Text Example
White with #3F4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4749; }
p { color: rgb(63,71,73); }
H1.HeaderClassName
{
color: #3F4749;
}
.AnyTagClassName
{
color: #3F4749;
}
</style>
background-color css
<style>
a { background-color: #3F4749; }
a { background-color: rgb(63,71,73); }
div.DivClassName
{
background-color: #3F4749;
}
.BgClassName
{
background-color: #3F4749;
}
</style>
border-color css
<style>
span { border-color: #3F4749; }
span { border-color: rgb(63,71,73); }
td.TdClassName
{
border-color: #3F4749;
}
.TagClassName
{
border-color: #3F4749;
}
</style>