Shades of Charade #3C4243
Tints of Charade #3C4243
RGB
CMYK
RGB Variations
Color information
#3C4243 (or 0x3C4243) is known color: Charade. HEX triplet: 3C, 42 and 43. RGB value is (60,66,67). Sum of RGB (Red+Green+Blue) = 60+66+67=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C4243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4243 is #C3BDBC. Grayscale: #404040. Windows color (decimal): -12828093 or 4407868. OLE color: 4407868.
HSL color Cylindrical-coordinate representation of color #3C4243: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3C4243 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 66 | 67 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.74 |
| HSL | 188.57º | 0.06% | 0.25% | - |
| HSV(B) | 188.57º | 0.1% | 0.26% | - |
| XYZ | 4.82 | 5.26 | 6.07 | - |
| YUV | 64.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 67 | 0.10 | 0.01 | 0 | 0.74 | 188.57 | 0.06 | 0.25 |
| Hex | 3C | 42 | 43 | A | 1 | 0 | 4A | BD | 6 | 19 |
| Octal | 74 | 102 | 103 | 12 | 1 | 0 | 112 | 275 | 6 | 31 |
| Binary | 111100 | 1000010 | 1000011 | 1010 | 1 | 0 | 1001010 | 10111101 | 110 | 11001 |
Color Harmonies of #3C4243
Complementary color
Monochromatic Colors of #3C4243
Black with #3C4243
Text Example
Text Example
White with #3C4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4243; }
p { color: rgb(60,66,67); }
H1.HeaderClassName
{
color: #3C4243;
}
.AnyTagClassName
{
color: #3C4243;
}
</style>
background-color css
<style>
a { background-color: #3C4243; }
a { background-color: rgb(60,66,67); }
div.DivClassName
{
background-color: #3C4243;
}
.BgClassName
{
background-color: #3C4243;
}
</style>
border-color css
<style>
span { border-color: #3C4243; }
span { border-color: rgb(60,66,67); }
td.TdClassName
{
border-color: #3C4243;
}
.TagClassName
{
border-color: #3C4243;
}
</style>