Shades of Payne's Grey #3F3F53
Tints of Payne's Grey #3F3F53
RGB
CMYK
RGB Variations
Color information
#3F3F53 (or 0x3F3F53) is known color: Payne's Grey. HEX triplet: 3F, 3F and 53. RGB value is (63,63,83). Sum of RGB (Red+Green+Blue) = 63+63+83=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F3F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F53 is #C0C0AC. Grayscale: #414141. Windows color (decimal): -12632237 or 5455679. OLE color: 5455679.
HSL color Cylindrical-coordinate representation of color #3F3F53: hue angle of 240º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F3F53 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 63 | 83 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.67 |
| HSL | 240º | 0.14% | 0.29% | - |
| HSV(B) | 240º | 0.24% | 0.33% | - |
| XYZ | 5.39 | 5.24 | 8.91 | - |
| YUV | 65.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 83 | 0.24 | 0.24 | 0 | 0.67 | 240 | 0.14 | 0.29 |
| Hex | 3F | 3F | 53 | 18 | 18 | 0 | 43 | F0 | E | 1D |
| Octal | 77 | 77 | 123 | 30 | 30 | 0 | 103 | 360 | 16 | 35 |
| Binary | 111111 | 111111 | 1010011 | 11000 | 11000 | 0 | 1000011 | 11110000 | 1110 | 11101 |
Color Harmonies of #3F3F53
Complementary color
Monochromatic Colors of #3F3F53
Black with #3F3F53
Text Example
Text Example
White with #3F3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F53; }
p { color: rgb(63,63,83); }
H1.HeaderClassName
{
color: #3F3F53;
}
.AnyTagClassName
{
color: #3F3F53;
}
</style>
background-color css
<style>
a { background-color: #3F3F53; }
a { background-color: rgb(63,63,83); }
div.DivClassName
{
background-color: #3F3F53;
}
.BgClassName
{
background-color: #3F3F53;
}
</style>
border-color css
<style>
span { border-color: #3F3F53; }
span { border-color: rgb(63,63,83); }
td.TdClassName
{
border-color: #3F3F53;
}
.TagClassName
{
border-color: #3F3F53;
}
</style>