Shades of Payne's Grey #373953
Tints of Payne's Grey #373953
RGB
CMYK
RGB Variations
Color information
#373953 (or 0x373953) is known color: Payne's Grey. HEX triplet: 37, 39 and 53. RGB value is (55,57,83). Sum of RGB (Red+Green+Blue) = 55+57+83=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #373953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373953 is #C8C6AC. Grayscale: #3B3B3B. Windows color (decimal): -13158061 or 5454135. OLE color: 5454135.
HSL color Cylindrical-coordinate representation of color #373953: hue angle of 235.71º 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 #373953 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 57 | 83 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.67 |
| HSL | 235.71º | 0.2% | 0.27% | - |
| HSV(B) | 235.71º | 0.34% | 0.33% | - |
| XYZ | 4.6 | 4.36 | 8.78 | - |
| YUV | 59.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 83 | 0.34 | 0.31 | 0 | 0.67 | 235.71 | 0.2 | 0.27 |
| Hex | 37 | 39 | 53 | 22 | 1F | 0 | 43 | EC | 14 | 1B |
| Octal | 67 | 71 | 123 | 42 | 37 | 0 | 103 | 354 | 24 | 33 |
| Binary | 110111 | 111001 | 1010011 | 100010 | 11111 | 0 | 1000011 | 11101100 | 10100 | 11011 |
Color Harmonies of #373953
Complementary color
Monochromatic Colors of #373953
Black with #373953
Text Example
Text Example
White with #373953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373953; }
p { color: rgb(55,57,83); }
H1.HeaderClassName
{
color: #373953;
}
.AnyTagClassName
{
color: #373953;
}
</style>
background-color css
<style>
a { background-color: #373953; }
a { background-color: rgb(55,57,83); }
div.DivClassName
{
background-color: #373953;
}
.BgClassName
{
background-color: #373953;
}
</style>
border-color css
<style>
span { border-color: #373953; }
span { border-color: rgb(55,57,83); }
td.TdClassName
{
border-color: #373953;
}
.TagClassName
{
border-color: #373953;
}
</style>