Shades of Charade #3E4548
Tints of Charade #3E4548
RGB
CMYK
RGB Variations
Color information
#3E4548 (or 0x3E4548) is known color: Charade. HEX triplet: 3E, 45 and 48. RGB value is (62,69,72). Sum of RGB (Red+Green+Blue) = 62+69+72=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E4548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4548 is #C1BAB7. Grayscale: #434343. Windows color (decimal): -12696248 or 4736318. OLE color: 4736318.
HSL color Cylindrical-coordinate representation of color #3E4548: hue angle of 198º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3E4548 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 69 | 72 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.72 |
| HSL | 198º | 0.07% | 0.26% | - |
| HSV(B) | 198º | 0.14% | 0.28% | - |
| XYZ | 5.28 | 5.75 | 6.96 | - |
| YUV | 67.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 72 | 0.14 | 0.04 | 0 | 0.72 | 198 | 0.07 | 0.26 |
| Hex | 3E | 45 | 48 | E | 4 | 0 | 48 | C6 | 7 | 1A |
| Octal | 76 | 105 | 110 | 16 | 4 | 0 | 110 | 306 | 7 | 32 |
| Binary | 111110 | 1000101 | 1001000 | 1110 | 100 | 0 | 1001000 | 11000110 | 111 | 11010 |
Color Harmonies of #3E4548
Complementary color
Monochromatic Colors of #3E4548
Black with #3E4548
Text Example
Text Example
White with #3E4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4548; }
p { color: rgb(62,69,72); }
H1.HeaderClassName
{
color: #3E4548;
}
.AnyTagClassName
{
color: #3E4548;
}
</style>
background-color css
<style>
a { background-color: #3E4548; }
a { background-color: rgb(62,69,72); }
div.DivClassName
{
background-color: #3E4548;
}
.BgClassName
{
background-color: #3E4548;
}
</style>
border-color css
<style>
span { border-color: #3E4548; }
span { border-color: rgb(62,69,72); }
td.TdClassName
{
border-color: #3E4548;
}
.TagClassName
{
border-color: #3E4548;
}
</style>