Shades of Payne's Grey #3D3B51
Tints of Payne's Grey #3D3B51
RGB
CMYK
RGB Variations
Color information
#3D3B51 (or 0x3D3B51) is known color: Payne's Grey. HEX triplet: 3D, 3B and 51. RGB value is (61,59,81). Sum of RGB (Red+Green+Blue) = 61+59+81=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D3B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3B51 is #C2C4AE. Grayscale: #3E3E3E. Windows color (decimal): -12764335 or 5323581. OLE color: 5323581.
HSL color Cylindrical-coordinate representation of color #3D3B51: hue angle of 245.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D3B51 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 59 | 81 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.68 |
| HSL | 245.45º | 0.16% | 0.27% | - |
| HSV(B) | 245.45º | 0.27% | 0.32% | - |
| XYZ | 4.97 | 4.71 | 8.43 | - |
| YUV | 62.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 81 | 0.25 | 0.27 | 0 | 0.68 | 245.45 | 0.16 | 0.27 |
| Hex | 3D | 3B | 51 | 19 | 1B | 0 | 44 | F5 | 10 | 1B |
| Octal | 75 | 73 | 121 | 31 | 33 | 0 | 104 | 365 | 20 | 33 |
| Binary | 111101 | 111011 | 1010001 | 11001 | 11011 | 0 | 1000100 | 11110101 | 10000 | 11011 |
Color Harmonies of #3D3B51
Complementary color
Monochromatic Colors of #3D3B51
Black with #3D3B51
Text Example
Text Example
White with #3D3B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B51; }
p { color: rgb(61,59,81); }
H1.HeaderClassName
{
color: #3D3B51;
}
.AnyTagClassName
{
color: #3D3B51;
}
</style>
background-color css
<style>
a { background-color: #3D3B51; }
a { background-color: rgb(61,59,81); }
div.DivClassName
{
background-color: #3D3B51;
}
.BgClassName
{
background-color: #3D3B51;
}
</style>
border-color css
<style>
span { border-color: #3D3B51; }
span { border-color: rgb(61,59,81); }
td.TdClassName
{
border-color: #3D3B51;
}
.TagClassName
{
border-color: #3D3B51;
}
</style>