Shades of Payne's Grey #3D3F50
Tints of Payne's Grey #3D3F50
RGB
CMYK
RGB Variations
Color information
#3D3F50 (or 0x3D3F50) is known color: Payne's Grey. HEX triplet: 3D, 3F and 50. RGB value is (61,63,80). Sum of RGB (Red+Green+Blue) = 61+63+80=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 63 (25% from 255 or 30.88% 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 #3D3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3F50 is #C2C0AF. Grayscale: #404040. Windows color (decimal): -12763312 or 5259069. OLE color: 5259069.
HSL color Cylindrical-coordinate representation of color #3D3F50: hue angle of 233.68º 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 #3D3F50 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 63 | 80 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.69 |
| HSL | 233.68º | 0.13% | 0.28% | - |
| HSV(B) | 233.68º | 0.24% | 0.31% | - |
| XYZ | 5.15 | 5.13 | 8.31 | - |
| YUV | 64.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 80 | 0.24 | 0.21 | 0 | 0.69 | 233.68 | 0.13 | 0.28 |
| Hex | 3D | 3F | 50 | 18 | 15 | 0 | 45 | EA | D | 1C |
| Octal | 75 | 77 | 120 | 30 | 25 | 0 | 105 | 352 | 15 | 34 |
| Binary | 111101 | 111111 | 1010000 | 11000 | 10101 | 0 | 1000101 | 11101010 | 1101 | 11100 |
Color Harmonies of #3D3F50
Complementary color
Monochromatic Colors of #3D3F50
Black with #3D3F50
Text Example
Text Example
White with #3D3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F50; }
p { color: rgb(61,63,80); }
H1.HeaderClassName
{
color: #3D3F50;
}
.AnyTagClassName
{
color: #3D3F50;
}
</style>
background-color css
<style>
a { background-color: #3D3F50; }
a { background-color: rgb(61,63,80); }
div.DivClassName
{
background-color: #3D3F50;
}
.BgClassName
{
background-color: #3D3F50;
}
</style>
border-color css
<style>
span { border-color: #3D3F50; }
span { border-color: rgb(61,63,80); }
td.TdClassName
{
border-color: #3D3F50;
}
.TagClassName
{
border-color: #3D3F50;
}
</style>