Shades of Charade #3F4547
Tints of Charade #3F4547
RGB
CMYK
RGB Variations
Color information
#3F4547 (or 0x3F4547) is known color: Charade. HEX triplet: 3F, 45 and 47. RGB value is (63,69,71). Sum of RGB (Red+Green+Blue) = 63+69+71=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4547 is #C0BAB8. Grayscale: #434343. Windows color (decimal): -12630713 or 4670783. OLE color: 4670783.
HSL color Cylindrical-coordinate representation of color #3F4547: hue angle of 195º 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 #3F4547 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 69 | 71 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.72 |
| HSL | 195º | 0.06% | 0.26% | - |
| HSV(B) | 195º | 0.11% | 0.28% | - |
| XYZ | 5.32 | 5.77 | 6.79 | - |
| YUV | 67.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 71 | 0.11 | 0.03 | 0 | 0.72 | 195 | 0.06 | 0.26 |
| Hex | 3F | 45 | 47 | B | 3 | 0 | 48 | C3 | 6 | 1A |
| Octal | 77 | 105 | 107 | 13 | 3 | 0 | 110 | 303 | 6 | 32 |
| Binary | 111111 | 1000101 | 1000111 | 1011 | 11 | 0 | 1001000 | 11000011 | 110 | 11010 |
Color Harmonies of #3F4547
Complementary color
Monochromatic Colors of #3F4547
Black with #3F4547
Text Example
Text Example
White with #3F4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4547; }
p { color: rgb(63,69,71); }
H1.HeaderClassName
{
color: #3F4547;
}
.AnyTagClassName
{
color: #3F4547;
}
</style>
background-color css
<style>
a { background-color: #3F4547; }
a { background-color: rgb(63,69,71); }
div.DivClassName
{
background-color: #3F4547;
}
.BgClassName
{
background-color: #3F4547;
}
</style>
border-color css
<style>
span { border-color: #3F4547; }
span { border-color: rgb(63,69,71); }
td.TdClassName
{
border-color: #3F4547;
}
.TagClassName
{
border-color: #3F4547;
}
</style>