Shades of Charade #3F4546
Tints of Charade #3F4546
RGB
CMYK
RGB Variations
Color information
#3F4546 (or 0x3F4546) is known color: Charade. HEX triplet: 3F, 45 and 46. RGB value is (63,69,70). Sum of RGB (Red+Green+Blue) = 63+69+70=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F4546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4546 is #C0BAB9. Grayscale: #434343. Windows color (decimal): -12630714 or 4605247. OLE color: 4605247.
HSL color Cylindrical-coordinate representation of color #3F4546: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F4546 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 70 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.73 |
| HSL | 188.57º | 0.05% | 0.26% | - |
| HSV(B) | 188.57º | 0.1% | 0.27% | - |
| XYZ | 5.28 | 5.76 | 6.63 | - |
| YUV | 67.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 70 | 0.10 | 0.01 | 0 | 0.73 | 188.57 | 0.05 | 0.26 |
| Hex | 3F | 45 | 46 | A | 1 | 0 | 49 | BD | 5 | 1A |
| Octal | 77 | 105 | 106 | 12 | 1 | 0 | 111 | 275 | 5 | 32 |
| Binary | 111111 | 1000101 | 1000110 | 1010 | 1 | 0 | 1001001 | 10111101 | 101 | 11010 |
Color Harmonies of #3F4546
Complementary color
Monochromatic Colors of #3F4546
Black with #3F4546
Text Example
Text Example
White with #3F4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4546; }
p { color: rgb(63,69,70); }
H1.HeaderClassName
{
color: #3F4546;
}
.AnyTagClassName
{
color: #3F4546;
}
</style>
background-color css
<style>
a { background-color: #3F4546; }
a { background-color: rgb(63,69,70); }
div.DivClassName
{
background-color: #3F4546;
}
.BgClassName
{
background-color: #3F4546;
}
</style>
border-color css
<style>
span { border-color: #3F4546; }
span { border-color: rgb(63,69,70); }
td.TdClassName
{
border-color: #3F4546;
}
.TagClassName
{
border-color: #3F4546;
}
</style>