Shades of Payne's Grey #3E3D46
Tints of Payne's Grey #3E3D46
RGB
CMYK
RGB Variations
Color information
#3E3D46 (or 0x3E3D46) is known color: Payne's Grey. HEX triplet: 3E, 3D and 46. RGB value is (62,61,70). Sum of RGB (Red+Green+Blue) = 62+61+70=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3D46 is #C1C2B9. Grayscale: #3E3E3E. Windows color (decimal): -12698298 or 4603198. OLE color: 4603198.
HSL color Cylindrical-coordinate representation of color #3E3D46: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E3D46 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 62 | 61 | 70 | - |
CMYK | 0.11 | 0.13 | 0 | 0.73 |
HSL | 246.67º | 0.07% | 0.26% | - |
HSV(B) | 246.67º | 0.13% | 0.27% | - |
XYZ | 4.76 | 4.8 | 6.47 | - |
YUV | 62.33 | 132.33 | 127.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 61 | 70 | 0.11 | 0.13 | 0 | 0.73 | 246.67 | 0.07 | 0.26 |
Hex | 3E | 3D | 46 | B | D | 0 | 49 | F7 | 7 | 1A |
Octal | 76 | 75 | 106 | 13 | 15 | 0 | 111 | 367 | 7 | 32 |
Binary | 111110 | 111101 | 1000110 | 1011 | 1101 | 0 | 1001001 | 11110111 | 111 | 11010 |
Color Harmonies of #3E3D46
Complementary color
Monochromatic Colors of #3E3D46
Black with #3E3D46
Text Example
Text Example
White with #3E3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D46; }
p { color: rgb(62,61,70); }
H1.HeaderClassName
{
color: #3E3D46;
}
.AnyTagClassName
{
color: #3E3D46;
}
</style>
background-color css
<style>
a { background-color: #3E3D46; }
a { background-color: rgb(62,61,70); }
div.DivClassName
{
background-color: #3E3D46;
}
.BgClassName
{
background-color: #3E3D46;
}
</style>
border-color css
<style>
span { border-color: #3E3D46; }
span { border-color: rgb(62,61,70); }
td.TdClassName
{
border-color: #3E3D46;
}
.TagClassName
{
border-color: #3E3D46;
}
</style>