Shades of Payne's Grey #3E3F44
Tints of Payne's Grey #3E3F44
RGB
CMYK
RGB Variations
Color information
#3E3F44 (or 0x3E3F44) is known color: Payne's Grey. HEX triplet: 3E, 3F and 44. RGB value is (62,63,68). Sum of RGB (Red+Green+Blue) = 62+63+68=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E3F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3F44 is #C1C0BB. Grayscale: #3F3F3F. Windows color (decimal): -12697788 or 4472638. OLE color: 4472638.
HSL color Cylindrical-coordinate representation of color #3E3F44: hue angle of 230º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3E3F44 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 63 | 68 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.73 |
| HSL | 230º | 0.05% | 0.25% | - |
| HSV(B) | 230º | 0.09% | 0.27% | - |
| XYZ | 4.81 | 5 | 6.18 | - |
| YUV | 63.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 68 | 0.09 | 0.07 | 0 | 0.73 | 230 | 0.05 | 0.25 |
| Hex | 3E | 3F | 44 | 9 | 7 | 0 | 49 | E6 | 5 | 19 |
| Octal | 76 | 77 | 104 | 11 | 7 | 0 | 111 | 346 | 5 | 31 |
| Binary | 111110 | 111111 | 1000100 | 1001 | 111 | 0 | 1001001 | 11100110 | 101 | 11001 |
Color Harmonies of #3E3F44
Complementary color
Monochromatic Colors of #3E3F44
Black with #3E3F44
Text Example
Text Example
White with #3E3F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F44; }
p { color: rgb(62,63,68); }
H1.HeaderClassName
{
color: #3E3F44;
}
.AnyTagClassName
{
color: #3E3F44;
}
</style>
background-color css
<style>
a { background-color: #3E3F44; }
a { background-color: rgb(62,63,68); }
div.DivClassName
{
background-color: #3E3F44;
}
.BgClassName
{
background-color: #3E3F44;
}
</style>
border-color css
<style>
span { border-color: #3E3F44; }
span { border-color: rgb(62,63,68); }
td.TdClassName
{
border-color: #3E3F44;
}
.TagClassName
{
border-color: #3E3F44;
}
</style>