Shades of Payne's Grey #373753
Tints of Payne's Grey #373753
RGB
CMYK
RGB Variations
Color information
#373753 (or 0x373753) is known color: Payne's Grey. HEX triplet: 37, 37 and 53. RGB value is (55,55,83). Sum of RGB (Red+Green+Blue) = 55+55+83=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #373753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373753 is #C8C8AC. Grayscale: #3A3A3A. Windows color (decimal): -13158573 or 5453623. OLE color: 5453623.
HSL color Cylindrical-coordinate representation of color #373753: hue angle of 240º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #373753 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 55 | 83 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.67 |
| HSL | 240º | 0.2% | 0.27% | - |
| HSV(B) | 240º | 0.34% | 0.33% | - |
| XYZ | 4.5 | 4.17 | 8.75 | - |
| YUV | 58.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 83 | 0.34 | 0.34 | 0 | 0.67 | 240 | 0.2 | 0.27 |
| Hex | 37 | 37 | 53 | 22 | 22 | 0 | 43 | F0 | 14 | 1B |
| Octal | 67 | 67 | 123 | 42 | 42 | 0 | 103 | 360 | 24 | 33 |
| Binary | 110111 | 110111 | 1010011 | 100010 | 100010 | 0 | 1000011 | 11110000 | 10100 | 11011 |
Color Harmonies of #373753
Complementary color
Monochromatic Colors of #373753
Black with #373753
Text Example
Text Example
White with #373753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373753; }
p { color: rgb(55,55,83); }
H1.HeaderClassName
{
color: #373753;
}
.AnyTagClassName
{
color: #373753;
}
</style>
background-color css
<style>
a { background-color: #373753; }
a { background-color: rgb(55,55,83); }
div.DivClassName
{
background-color: #373753;
}
.BgClassName
{
background-color: #373753;
}
</style>
border-color css
<style>
span { border-color: #373753; }
span { border-color: rgb(55,55,83); }
td.TdClassName
{
border-color: #373753;
}
.TagClassName
{
border-color: #373753;
}
</style>