Shades of Payne's Grey #3D3E46
Tints of Payne's Grey #3D3E46
RGB
CMYK
RGB Variations
Color information
#3D3E46 (or 0x3D3E46) is known color: Payne's Grey. HEX triplet: 3D, 3E and 46. RGB value is (61,62,70). Sum of RGB (Red+Green+Blue) = 61+62+70=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 62 (24.61% from 255 or 32.12% 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 #3D3E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3E46 is #C2C1B9. Grayscale: #3E3E3E. Windows color (decimal): -12763578 or 4603453. OLE color: 4603453.
HSL color Cylindrical-coordinate representation of color #3D3E46: hue angle of 233.33º 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 #3D3E46 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 62 | 70 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.73 |
| HSL | 233.33º | 0.07% | 0.26% | - |
| HSV(B) | 233.33º | 0.13% | 0.27% | - |
| XYZ | 4.75 | 4.88 | 6.49 | - |
| YUV | 62.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 70 | 0.13 | 0.11 | 0 | 0.73 | 233.33 | 0.07 | 0.26 |
| Hex | 3D | 3E | 46 | D | B | 0 | 49 | E9 | 7 | 1A |
| Octal | 75 | 76 | 106 | 15 | 13 | 0 | 111 | 351 | 7 | 32 |
| Binary | 111101 | 111110 | 1000110 | 1101 | 1011 | 0 | 1001001 | 11101001 | 111 | 11010 |
Color Harmonies of #3D3E46
Complementary color
Monochromatic Colors of #3D3E46
Black with #3D3E46
Text Example
Text Example
White with #3D3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E46; }
p { color: rgb(61,62,70); }
H1.HeaderClassName
{
color: #3D3E46;
}
.AnyTagClassName
{
color: #3D3E46;
}
</style>
background-color css
<style>
a { background-color: #3D3E46; }
a { background-color: rgb(61,62,70); }
div.DivClassName
{
background-color: #3D3E46;
}
.BgClassName
{
background-color: #3D3E46;
}
</style>
border-color css
<style>
span { border-color: #3D3E46; }
span { border-color: rgb(61,62,70); }
td.TdClassName
{
border-color: #3D3E46;
}
.TagClassName
{
border-color: #3D3E46;
}
</style>