Shades of Payne's Grey #3D3E45
Tints of Payne's Grey #3D3E45
RGB
CMYK
RGB Variations
Color information
#3D3E45 (or 0x3D3E45) is known color: Payne's Grey. HEX triplet: 3D, 3E and 45. RGB value is (61,62,69). Sum of RGB (Red+Green+Blue) = 61+62+69=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D3E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3E45 is #C2C1BA. Grayscale: #3E3E3E. Windows color (decimal): -12763579 or 4537917. OLE color: 4537917.
HSL color Cylindrical-coordinate representation of color #3D3E45: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D3E45 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 62 | 69 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.73 |
| HSL | 232.5º | 0.06% | 0.25% | - |
| HSV(B) | 232.5º | 0.12% | 0.27% | - |
| XYZ | 4.72 | 4.87 | 6.32 | - |
| YUV | 62.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 69 | 0.12 | 0.10 | 0 | 0.73 | 232.5 | 0.06 | 0.25 |
| Hex | 3D | 3E | 45 | C | A | 0 | 49 | E8 | 6 | 19 |
| Octal | 75 | 76 | 105 | 14 | 12 | 0 | 111 | 350 | 6 | 31 |
| Binary | 111101 | 111110 | 1000101 | 1100 | 1010 | 0 | 1001001 | 11101000 | 110 | 11001 |
Color Harmonies of #3D3E45
Complementary color
Monochromatic Colors of #3D3E45
Black with #3D3E45
Text Example
Text Example
White with #3D3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E45; }
p { color: rgb(61,62,69); }
H1.HeaderClassName
{
color: #3D3E45;
}
.AnyTagClassName
{
color: #3D3E45;
}
</style>
background-color css
<style>
a { background-color: #3D3E45; }
a { background-color: rgb(61,62,69); }
div.DivClassName
{
background-color: #3D3E45;
}
.BgClassName
{
background-color: #3D3E45;
}
</style>
border-color css
<style>
span { border-color: #3D3E45; }
span { border-color: rgb(61,62,69); }
td.TdClassName
{
border-color: #3D3E45;
}
.TagClassName
{
border-color: #3D3E45;
}
</style>