Shades of Jon #3C3738
Tints of Jon #3C3738
RGB
CMYK
RGB Variations
Color information
#3C3738 (or 0x3C3738) is known color: Jon. HEX triplet: 3C, 37 and 38. RGB value is (60,55,56). Sum of RGB (Red+Green+Blue) = 60+55+56=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3738 is #C3C8C7. Grayscale: #383838. Windows color (decimal): -12830920 or 3684156. OLE color: 3684156.
HSL color Cylindrical-coordinate representation of color #3C3738: hue angle of 348º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C3738 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 56 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.76 |
| HSL | 348º | 0.04% | 0.23% | - |
| HSV(B) | 348º | 0.08% | 0.24% | - |
| XYZ | 3.94 | 3.98 | 4.3 | - |
| YUV | 56.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 56 | 0 | 0.08 | 0.07 | 0.76 | 348 | 0.04 | 0.23 |
| Hex | 3C | 37 | 38 | 0 | 8 | 7 | 4C | 15C | 4 | 17 |
| Octal | 74 | 67 | 70 | 0 | 10 | 7 | 114 | 534 | 4 | 27 |
| Binary | 111100 | 110111 | 111000 | 0 | 1000 | 111 | 1001100 | 101011100 | 100 | 10111 |
Color Harmonies of #3C3738
Complementary color
Monochromatic Colors of #3C3738
Black with #3C3738
Text Example
Text Example
White with #3C3738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3738; }
p { color: rgb(60,55,56); }
H1.HeaderClassName
{
color: #3C3738;
}
.AnyTagClassName
{
color: #3C3738;
}
</style>
background-color css
<style>
a { background-color: #3C3738; }
a { background-color: rgb(60,55,56); }
div.DivClassName
{
background-color: #3C3738;
}
.BgClassName
{
background-color: #3C3738;
}
</style>
border-color css
<style>
span { border-color: #3C3738; }
span { border-color: rgb(60,55,56); }
td.TdClassName
{
border-color: #3C3738;
}
.TagClassName
{
border-color: #3C3738;
}
</style>