Shades of Payne's Grey #3C3C49
Tints of Payne's Grey #3C3C49
RGB
CMYK
RGB Variations
Color information
#3C3C49 (or 0x3C3C49) is known color: Payne's Grey. HEX triplet: 3C, 3C and 49. RGB value is (60,60,73). Sum of RGB (Red+Green+Blue) = 60+60+73=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C3C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3C49 is #C3C3B6. Grayscale: #3D3D3D. Windows color (decimal): -12829623 or 4799548. OLE color: 4799548.
HSL color Cylindrical-coordinate representation of color #3C3C49: hue angle of 240º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3C49 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 60 | 60 | 73 | - |
CMYK | 0.18 | 0.18 | 0 | 0.71 |
HSL | 240º | 0.1% | 0.26% | - |
HSV(B) | 240º | 0.18% | 0.29% | - |
XYZ | 4.68 | 4.67 | 6.96 | - |
YUV | 61.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 60 | 73 | 0.18 | 0.18 | 0 | 0.71 | 240 | 0.1 | 0.26 |
Hex | 3C | 3C | 49 | 12 | 12 | 0 | 47 | F0 | A | 1A |
Octal | 74 | 74 | 111 | 22 | 22 | 0 | 107 | 360 | 12 | 32 |
Binary | 111100 | 111100 | 1001001 | 10010 | 10010 | 0 | 1000111 | 11110000 | 1010 | 11010 |
Color Harmonies of #3C3C49
Complementary color
Monochromatic Colors of #3C3C49
Black with #3C3C49
Text Example
Text Example
White with #3C3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C49; }
p { color: rgb(60,60,73); }
H1.HeaderClassName
{
color: #3C3C49;
}
.AnyTagClassName
{
color: #3C3C49;
}
</style>
background-color css
<style>
a { background-color: #3C3C49; }
a { background-color: rgb(60,60,73); }
div.DivClassName
{
background-color: #3C3C49;
}
.BgClassName
{
background-color: #3C3C49;
}
</style>
border-color css
<style>
span { border-color: #3C3C49; }
span { border-color: rgb(60,60,73); }
td.TdClassName
{
border-color: #3C3C49;
}
.TagClassName
{
border-color: #3C3C49;
}
</style>