Shades of Charade #3C4041
Tints of Charade #3C4041
RGB
CMYK
RGB Variations
Color information
#3C4041 (or 0x3C4041) is known color: Charade. HEX triplet: 3C, 40 and 41. RGB value is (60,64,65). Sum of RGB (Red+Green+Blue) = 60+64+65=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4041 is #C3BFBE. Grayscale: #3E3E3E. Windows color (decimal): -12828607 or 4276284. OLE color: 4276284.
HSL color Cylindrical-coordinate representation of color #3C4041: hue angle of 192º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C4041 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 65 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.75 |
| HSL | 192º | 0.04% | 0.25% | - |
| HSV(B) | 192º | 0.08% | 0.25% | - |
| XYZ | 4.65 | 5.01 | 5.72 | - |
| YUV | 62.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 65 | 0.08 | 0.02 | 0 | 0.75 | 192 | 0.04 | 0.25 |
| Hex | 3C | 40 | 41 | 8 | 2 | 0 | 4B | C0 | 4 | 19 |
| Octal | 74 | 100 | 101 | 10 | 2 | 0 | 113 | 300 | 4 | 31 |
| Binary | 111100 | 1000000 | 1000001 | 1000 | 10 | 0 | 1001011 | 11000000 | 100 | 11001 |
Color Harmonies of #3C4041
Complementary color
Monochromatic Colors of #3C4041
Black with #3C4041
Text Example
Text Example
White with #3C4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4041; }
p { color: rgb(60,64,65); }
H1.HeaderClassName
{
color: #3C4041;
}
.AnyTagClassName
{
color: #3C4041;
}
</style>
background-color css
<style>
a { background-color: #3C4041; }
a { background-color: rgb(60,64,65); }
div.DivClassName
{
background-color: #3C4041;
}
.BgClassName
{
background-color: #3C4041;
}
</style>
border-color css
<style>
span { border-color: #3C4041; }
span { border-color: rgb(60,64,65); }
td.TdClassName
{
border-color: #3C4041;
}
.TagClassName
{
border-color: #3C4041;
}
</style>