Shades of Payne's Grey #3F3D51
Tints of Payne's Grey #3F3D51
RGB
CMYK
RGB Variations
Color information
#3F3D51 (or 0x3F3D51) is known color: Payne's Grey. HEX triplet: 3F, 3D and 51. RGB value is (63,61,81). Sum of RGB (Red+Green+Blue) = 63+61+81=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F3D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D51 is #C0C2AE. Grayscale: #3F3F3F. Windows color (decimal): -12632751 or 5324095. OLE color: 5324095.
HSL color Cylindrical-coordinate representation of color #3F3D51: hue angle of 246º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F3D51 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 61 | 81 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.68 |
| HSL | 246º | 0.14% | 0.28% | - |
| HSV(B) | 246º | 0.25% | 0.32% | - |
| XYZ | 5.2 | 4.99 | 8.47 | - |
| YUV | 63.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 81 | 0.22 | 0.25 | 0 | 0.68 | 246 | 0.14 | 0.28 |
| Hex | 3F | 3D | 51 | 16 | 19 | 0 | 44 | F6 | E | 1C |
| Octal | 77 | 75 | 121 | 26 | 31 | 0 | 104 | 366 | 16 | 34 |
| Binary | 111111 | 111101 | 1010001 | 10110 | 11001 | 0 | 1000100 | 11110110 | 1110 | 11100 |
Color Harmonies of #3F3D51
Complementary color
Monochromatic Colors of #3F3D51
Black with #3F3D51
Text Example
Text Example
White with #3F3D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D51; }
p { color: rgb(63,61,81); }
H1.HeaderClassName
{
color: #3F3D51;
}
.AnyTagClassName
{
color: #3F3D51;
}
</style>
background-color css
<style>
a { background-color: #3F3D51; }
a { background-color: rgb(63,61,81); }
div.DivClassName
{
background-color: #3F3D51;
}
.BgClassName
{
background-color: #3F3D51;
}
</style>
border-color css
<style>
span { border-color: #3F3D51; }
span { border-color: rgb(63,61,81); }
td.TdClassName
{
border-color: #3F3D51;
}
.TagClassName
{
border-color: #3F3D51;
}
</style>