Shades of Payne's Grey #3F3D50
Tints of Payne's Grey #3F3D50
RGB
CMYK
RGB Variations
Color information
#3F3D50 (or 0x3F3D50) is known color: Payne's Grey. HEX triplet: 3F, 3D and 50. RGB value is (63,61,80). Sum of RGB (Red+Green+Blue) = 63+61+80=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D50 is #C0C2AF. Grayscale: #3F3F3F. Windows color (decimal): -12632752 or 5258559. OLE color: 5258559.
HSL color Cylindrical-coordinate representation of color #3F3D50: hue angle of 246.32º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F3D50 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 61 | 80 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.69 |
| HSL | 246.32º | 0.13% | 0.28% | - |
| HSV(B) | 246.32º | 0.24% | 0.31% | - |
| XYZ | 5.17 | 4.97 | 8.28 | - |
| YUV | 63.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 80 | 0.21 | 0.24 | 0 | 0.69 | 246.32 | 0.13 | 0.28 |
| Hex | 3F | 3D | 50 | 15 | 18 | 0 | 45 | F6 | D | 1C |
| Octal | 77 | 75 | 120 | 25 | 30 | 0 | 105 | 366 | 15 | 34 |
| Binary | 111111 | 111101 | 1010000 | 10101 | 11000 | 0 | 1000101 | 11110110 | 1101 | 11100 |
Color Harmonies of #3F3D50
Complementary color
Monochromatic Colors of #3F3D50
Black with #3F3D50
Text Example
Text Example
White with #3F3D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D50; }
p { color: rgb(63,61,80); }
H1.HeaderClassName
{
color: #3F3D50;
}
.AnyTagClassName
{
color: #3F3D50;
}
</style>
background-color css
<style>
a { background-color: #3F3D50; }
a { background-color: rgb(63,61,80); }
div.DivClassName
{
background-color: #3F3D50;
}
.BgClassName
{
background-color: #3F3D50;
}
</style>
border-color css
<style>
span { border-color: #3F3D50; }
span { border-color: rgb(63,61,80); }
td.TdClassName
{
border-color: #3F3D50;
}
.TagClassName
{
border-color: #3F3D50;
}
</style>