Shades of Payne's Grey #393B46
Tints of Payne's Grey #393B46
RGB
CMYK
RGB Variations
Color information
#393B46 (or 0x393B46) is known color: Payne's Grey. HEX triplet: 39, 3B and 46. RGB value is (57,59,70). Sum of RGB (Red+Green+Blue) = 57+59+70=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #393B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B46 is #C6C4B9. Grayscale: #3B3B3B. Windows color (decimal): -13026490 or 4602681. OLE color: 4602681.
HSL color Cylindrical-coordinate representation of color #393B46: hue angle of 230.77º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #393B46 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 59 | 70 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.73 |
| HSL | 230.77º | 0.1% | 0.25% | - |
| HSV(B) | 230.77º | 0.19% | 0.27% | - |
| XYZ | 4.36 | 4.44 | 6.42 | - |
| YUV | 59.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 70 | 0.19 | 0.16 | 0 | 0.73 | 230.77 | 0.1 | 0.25 |
| Hex | 39 | 3B | 46 | 13 | 10 | 0 | 49 | E7 | A | 19 |
| Octal | 71 | 73 | 106 | 23 | 20 | 0 | 111 | 347 | 12 | 31 |
| Binary | 111001 | 111011 | 1000110 | 10011 | 10000 | 0 | 1001001 | 11100111 | 1010 | 11001 |
Color Harmonies of #393B46
Complementary color
Monochromatic Colors of #393B46
Black with #393B46
Text Example
Text Example
White with #393B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B46; }
p { color: rgb(57,59,70); }
H1.HeaderClassName
{
color: #393B46;
}
.AnyTagClassName
{
color: #393B46;
}
</style>
background-color css
<style>
a { background-color: #393B46; }
a { background-color: rgb(57,59,70); }
div.DivClassName
{
background-color: #393B46;
}
.BgClassName
{
background-color: #393B46;
}
</style>
border-color css
<style>
span { border-color: #393B46; }
span { border-color: rgb(57,59,70); }
td.TdClassName
{
border-color: #393B46;
}
.TagClassName
{
border-color: #393B46;
}
</style>