Shades of Charade #3C4445
Tints of Charade #3C4445
RGB
CMYK
RGB Variations
Color information
#3C4445 (or 0x3C4445) is known color: Charade. HEX triplet: 3C, 44 and 45. RGB value is (60,68,69). Sum of RGB (Red+Green+Blue) = 60+68+69=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 69 - color contains mainly: blue. Hex color #3C4445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4445 is #C3BBBA. Grayscale: #414141. Windows color (decimal): -12827579 or 4539452. OLE color: 4539452.
HSL color Cylindrical-coordinate representation of color #3C4445: hue angle of 186.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C4445 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 68 | 69 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.73 |
| HSL | 186.67º | 0.07% | 0.25% | - |
| HSV(B) | 186.67º | 0.13% | 0.27% | - |
| XYZ | 5 | 5.52 | 6.43 | - |
| YUV | 65.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 69 | 0.13 | 0.01 | 0 | 0.73 | 186.67 | 0.07 | 0.25 |
| Hex | 3C | 44 | 45 | D | 1 | 0 | 49 | BB | 7 | 19 |
| Octal | 74 | 104 | 105 | 15 | 1 | 0 | 111 | 273 | 7 | 31 |
| Binary | 111100 | 1000100 | 1000101 | 1101 | 1 | 0 | 1001001 | 10111011 | 111 | 11001 |
Color Harmonies of #3C4445
Complementary color
Monochromatic Colors of #3C4445
Black with #3C4445
Text Example
Text Example
White with #3C4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4445; }
p { color: rgb(60,68,69); }
H1.HeaderClassName
{
color: #3C4445;
}
.AnyTagClassName
{
color: #3C4445;
}
</style>
background-color css
<style>
a { background-color: #3C4445; }
a { background-color: rgb(60,68,69); }
div.DivClassName
{
background-color: #3C4445;
}
.BgClassName
{
background-color: #3C4445;
}
</style>
border-color css
<style>
span { border-color: #3C4445; }
span { border-color: rgb(60,68,69); }
td.TdClassName
{
border-color: #3C4445;
}
.TagClassName
{
border-color: #3C4445;
}
</style>