Shades of Payne's Grey #3F414F
Tints of Payne's Grey #3F414F
RGB
CMYK
RGB Variations
Color information
#3F414F (or 0x3F414F) is known color: Payne's Grey. HEX triplet: 3F, 41 and 4F. RGB value is (63,65,79). Sum of RGB (Red+Green+Blue) = 63+65+79=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F414F is #C0BEB0. Grayscale: #414141. Windows color (decimal): -12631729 or 5194047. OLE color: 5194047.
HSL color Cylindrical-coordinate representation of color #3F414F: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F414F is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 65 | 79 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.69 |
| HSL | 232.5º | 0.11% | 0.28% | - |
| HSV(B) | 232.5º | 0.2% | 0.31% | - |
| XYZ | 5.35 | 5.4 | 8.16 | - |
| YUV | 66 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 79 | 0.20 | 0.18 | 0 | 0.69 | 232.5 | 0.11 | 0.28 |
| Hex | 3F | 41 | 4F | 14 | 12 | 0 | 45 | E8 | B | 1C |
| Octal | 77 | 101 | 117 | 24 | 22 | 0 | 105 | 350 | 13 | 34 |
| Binary | 111111 | 1000001 | 1001111 | 10100 | 10010 | 0 | 1000101 | 11101000 | 1011 | 11100 |
Color Harmonies of #3F414F
Complementary color
Monochromatic Colors of #3F414F
Black with #3F414F
Text Example
Text Example
White with #3F414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F414F; }
p { color: rgb(63,65,79); }
H1.HeaderClassName
{
color: #3F414F;
}
.AnyTagClassName
{
color: #3F414F;
}
</style>
background-color css
<style>
a { background-color: #3F414F; }
a { background-color: rgb(63,65,79); }
div.DivClassName
{
background-color: #3F414F;
}
.BgClassName
{
background-color: #3F414F;
}
</style>
border-color css
<style>
span { border-color: #3F414F; }
span { border-color: rgb(63,65,79); }
td.TdClassName
{
border-color: #3F414F;
}
.TagClassName
{
border-color: #3F414F;
}
</style>