Shades of Payne's Grey #393B49
Tints of Payne's Grey #393B49
RGB
CMYK
RGB Variations
Color information
#393B49 (or 0x393B49) is known color: Payne's Grey. HEX triplet: 39, 3B and 49. RGB value is (57,59,73). Sum of RGB (Red+Green+Blue) = 57+59+73=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #393B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B49 is #C6C4B6. Grayscale: #3B3B3B. Windows color (decimal): -13026487 or 4799289. OLE color: 4799289.
HSL color Cylindrical-coordinate representation of color #393B49: hue angle of 232.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #393B49 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 59 | 73 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.71 |
| HSL | 232.5º | 0.12% | 0.25% | - |
| HSV(B) | 232.5º | 0.22% | 0.29% | - |
| XYZ | 4.45 | 4.48 | 6.93 | - |
| YUV | 60 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 73 | 0.22 | 0.19 | 0 | 0.71 | 232.5 | 0.12 | 0.25 |
| Hex | 39 | 3B | 49 | 16 | 13 | 0 | 47 | E8 | C | 19 |
| Octal | 71 | 73 | 111 | 26 | 23 | 0 | 107 | 350 | 14 | 31 |
| Binary | 111001 | 111011 | 1001001 | 10110 | 10011 | 0 | 1000111 | 11101000 | 1100 | 11001 |
Color Harmonies of #393B49
Complementary color
Monochromatic Colors of #393B49
Black with #393B49
Text Example
Text Example
White with #393B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B49; }
p { color: rgb(57,59,73); }
H1.HeaderClassName
{
color: #393B49;
}
.AnyTagClassName
{
color: #393B49;
}
</style>
background-color css
<style>
a { background-color: #393B49; }
a { background-color: rgb(57,59,73); }
div.DivClassName
{
background-color: #393B49;
}
.BgClassName
{
background-color: #393B49;
}
</style>
border-color css
<style>
span { border-color: #393B49; }
span { border-color: rgb(57,59,73); }
td.TdClassName
{
border-color: #393B49;
}
.TagClassName
{
border-color: #393B49;
}
</style>