Shades of Payne's Grey #3D3C47
Tints of Payne's Grey #3D3C47
RGB
CMYK
RGB Variations
Color information
#3D3C47 (or 0x3D3C47) is known color: Payne's Grey. HEX triplet: 3D, 3C and 47. RGB value is (61,60,71). Sum of RGB (Red+Green+Blue) = 61+60+71=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D3C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C47 is #C2C3B8. Grayscale: #3D3D3D. Windows color (decimal): -12764089 or 4668477. OLE color: 4668477.
HSL color Cylindrical-coordinate representation of color #3D3C47: hue angle of 245.45º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D3C47 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 60 | 71 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.72 |
| HSL | 245.45º | 0.08% | 0.26% | - |
| HSV(B) | 245.45º | 0.15% | 0.28% | - |
| XYZ | 4.68 | 4.68 | 6.62 | - |
| YUV | 61.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 71 | 0.14 | 0.15 | 0 | 0.72 | 245.45 | 0.08 | 0.26 |
| Hex | 3D | 3C | 47 | E | F | 0 | 48 | F5 | 8 | 1A |
| Octal | 75 | 74 | 107 | 16 | 17 | 0 | 110 | 365 | 10 | 32 |
| Binary | 111101 | 111100 | 1000111 | 1110 | 1111 | 0 | 1001000 | 11110101 | 1000 | 11010 |
Color Harmonies of #3D3C47
Complementary color
Monochromatic Colors of #3D3C47
Black with #3D3C47
Text Example
Text Example
White with #3D3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C47; }
p { color: rgb(61,60,71); }
H1.HeaderClassName
{
color: #3D3C47;
}
.AnyTagClassName
{
color: #3D3C47;
}
</style>
background-color css
<style>
a { background-color: #3D3C47; }
a { background-color: rgb(61,60,71); }
div.DivClassName
{
background-color: #3D3C47;
}
.BgClassName
{
background-color: #3D3C47;
}
</style>
border-color css
<style>
span { border-color: #3D3C47; }
span { border-color: rgb(61,60,71); }
td.TdClassName
{
border-color: #3D3C47;
}
.TagClassName
{
border-color: #3D3C47;
}
</style>