Shades of Payne's Grey #3F3E46
Tints of Payne's Grey #3F3E46
RGB
CMYK
RGB Variations
Color information
#3F3E46 (or 0x3F3E46) is known color: Payne's Grey. HEX triplet: 3F, 3E and 46. RGB value is (63,62,70). Sum of RGB (Red+Green+Blue) = 63+62+70=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F3E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E46 is #C0C1B9. Grayscale: #3F3F3F. Windows color (decimal): -12632506 or 4603455. OLE color: 4603455.
HSL color Cylindrical-coordinate representation of color #3F3E46: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F3E46 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 62 | 70 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.73 |
| HSL | 247.5º | 0.06% | 0.26% | - |
| HSV(B) | 247.5º | 0.11% | 0.27% | - |
| XYZ | 4.88 | 4.94 | 6.49 | - |
| YUV | 63.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 70 | 0.10 | 0.11 | 0 | 0.73 | 247.5 | 0.06 | 0.26 |
| Hex | 3F | 3E | 46 | A | B | 0 | 49 | F8 | 6 | 1A |
| Octal | 77 | 76 | 106 | 12 | 13 | 0 | 111 | 370 | 6 | 32 |
| Binary | 111111 | 111110 | 1000110 | 1010 | 1011 | 0 | 1001001 | 11111000 | 110 | 11010 |
Color Harmonies of #3F3E46
Complementary color
Monochromatic Colors of #3F3E46
Black with #3F3E46
Text Example
Text Example
White with #3F3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E46; }
p { color: rgb(63,62,70); }
H1.HeaderClassName
{
color: #3F3E46;
}
.AnyTagClassName
{
color: #3F3E46;
}
</style>
background-color css
<style>
a { background-color: #3F3E46; }
a { background-color: rgb(63,62,70); }
div.DivClassName
{
background-color: #3F3E46;
}
.BgClassName
{
background-color: #3F3E46;
}
</style>
border-color css
<style>
span { border-color: #3F3E46; }
span { border-color: rgb(63,62,70); }
td.TdClassName
{
border-color: #3F3E46;
}
.TagClassName
{
border-color: #3F3E46;
}
</style>