Shades of Payne's Grey #3D3D44
Tints of Payne's Grey #3D3D44
RGB
CMYK
RGB Variations
Color information
#3D3D44 (or 0x3D3D44) is known color: Payne's Grey. HEX triplet: 3D, 3D and 44. RGB value is (61,61,68). Sum of RGB (Red+Green+Blue) = 61+61+68=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D3D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3D44 is #C2C2BB. Grayscale: #3D3D3D. Windows color (decimal): -12763836 or 4472125. OLE color: 4472125.
HSL color Cylindrical-coordinate representation of color #3D3D44: hue angle of 240º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D3D44 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 61 | 68 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.73 |
| HSL | 240º | 0.05% | 0.25% | - |
| HSV(B) | 240º | 0.1% | 0.27% | - |
| XYZ | 4.64 | 4.75 | 6.14 | - |
| YUV | 61.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 61 | 68 | 0.10 | 0.10 | 0 | 0.73 | 240 | 0.05 | 0.25 |
| Hex | 3D | 3D | 44 | A | A | 0 | 49 | F0 | 5 | 19 |
| Octal | 75 | 75 | 104 | 12 | 12 | 0 | 111 | 360 | 5 | 31 |
| Binary | 111101 | 111101 | 1000100 | 1010 | 1010 | 0 | 1001001 | 11110000 | 101 | 11001 |
Color Harmonies of #3D3D44
Complementary color
Monochromatic Colors of #3D3D44
Black with #3D3D44
Text Example
Text Example
White with #3D3D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3D44; }
p { color: rgb(61,61,68); }
H1.HeaderClassName
{
color: #3D3D44;
}
.AnyTagClassName
{
color: #3D3D44;
}
</style>
background-color css
<style>
a { background-color: #3D3D44; }
a { background-color: rgb(61,61,68); }
div.DivClassName
{
background-color: #3D3D44;
}
.BgClassName
{
background-color: #3D3D44;
}
</style>
border-color css
<style>
span { border-color: #3D3D44; }
span { border-color: rgb(61,61,68); }
td.TdClassName
{
border-color: #3D3D44;
}
.TagClassName
{
border-color: #3D3D44;
}
</style>