Shades of Payne's Grey #393B4D
Tints of Payne's Grey #393B4D
RGB
CMYK
RGB Variations
Color information
#393B4D (or 0x393B4D) is known color: Payne's Grey. HEX triplet: 39, 3B and 4D. RGB value is (57,59,77). Sum of RGB (Red+Green+Blue) = 57+59+77=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #393B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B4D is #C6C4B2. Grayscale: #3C3C3C. Windows color (decimal): -13026483 or 5061433. OLE color: 5061433.
HSL color Cylindrical-coordinate representation of color #393B4D: hue angle of 234º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #393B4D is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 59 | 77 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.70 |
| HSL | 234º | 0.15% | 0.26% | - |
| HSV(B) | 234º | 0.26% | 0.3% | - |
| XYZ | 4.59 | 4.53 | 7.65 | - |
| YUV | 60.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 77 | 0.26 | 0.23 | 0 | 0.70 | 234 | 0.15 | 0.26 |
| Hex | 39 | 3B | 4D | 1A | 17 | 0 | 46 | EA | F | 1A |
| Octal | 71 | 73 | 115 | 32 | 27 | 0 | 106 | 352 | 17 | 32 |
| Binary | 111001 | 111011 | 1001101 | 11010 | 10111 | 0 | 1000110 | 11101010 | 1111 | 11010 |
Color Harmonies of #393B4D
Complementary color
Monochromatic Colors of #393B4D
Black with #393B4D
Text Example
Text Example
White with #393B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B4D; }
p { color: rgb(57,59,77); }
H1.HeaderClassName
{
color: #393B4D;
}
.AnyTagClassName
{
color: #393B4D;
}
</style>
background-color css
<style>
a { background-color: #393B4D; }
a { background-color: rgb(57,59,77); }
div.DivClassName
{
background-color: #393B4D;
}
.BgClassName
{
background-color: #393B4D;
}
</style>
border-color css
<style>
span { border-color: #393B4D; }
span { border-color: rgb(57,59,77); }
td.TdClassName
{
border-color: #393B4D;
}
.TagClassName
{
border-color: #393B4D;
}
</style>