Shades of Payne's Grey #393A4E
Tints of Payne's Grey #393A4E
RGB
CMYK
RGB Variations
Color information
#393A4E (or 0x393A4E) is known color: Payne's Grey. HEX triplet: 39, 3A and 4E. RGB value is (57,58,78). Sum of RGB (Red+Green+Blue) = 57+58+78=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #393A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A4E is #C6C5B1. Grayscale: #3B3B3B. Windows color (decimal): -13026738 or 5126713. OLE color: 5126713.
HSL color Cylindrical-coordinate representation of color #393A4E: hue angle of 237.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #393A4E is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 58 | 78 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.69 |
| HSL | 237.14º | 0.16% | 0.26% | - |
| HSV(B) | 237.14º | 0.27% | 0.31% | - |
| XYZ | 4.58 | 4.45 | 7.82 | - |
| YUV | 59.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 78 | 0.27 | 0.26 | 0 | 0.69 | 237.14 | 0.16 | 0.26 |
| Hex | 39 | 3A | 4E | 1B | 1A | 0 | 45 | ED | 10 | 1A |
| Octal | 71 | 72 | 116 | 33 | 32 | 0 | 105 | 355 | 20 | 32 |
| Binary | 111001 | 111010 | 1001110 | 11011 | 11010 | 0 | 1000101 | 11101101 | 10000 | 11010 |
Color Harmonies of #393A4E
Complementary color
Monochromatic Colors of #393A4E
Black with #393A4E
Text Example
Text Example
White with #393A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A4E; }
p { color: rgb(57,58,78); }
H1.HeaderClassName
{
color: #393A4E;
}
.AnyTagClassName
{
color: #393A4E;
}
</style>
background-color css
<style>
a { background-color: #393A4E; }
a { background-color: rgb(57,58,78); }
div.DivClassName
{
background-color: #393A4E;
}
.BgClassName
{
background-color: #393A4E;
}
</style>
border-color css
<style>
span { border-color: #393A4E; }
span { border-color: rgb(57,58,78); }
td.TdClassName
{
border-color: #393A4E;
}
.TagClassName
{
border-color: #393A4E;
}
</style>