Shades of Payne's Grey #39394E
Tints of Payne's Grey #39394E
RGB
CMYK
RGB Variations
Color information
#39394E (or 0x39394E) is known color: Payne's Grey. HEX triplet: 39, 39 and 4E. RGB value is (57,57,78). Sum of RGB (Red+Green+Blue) = 57+57+78=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #39394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39394E is #C6C6B1. Grayscale: #3B3B3B. Windows color (decimal): -13026994 or 5126457. OLE color: 5126457.
HSL color Cylindrical-coordinate representation of color #39394E: hue angle of 240º 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 #39394E is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 57 | 78 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.69 |
| HSL | 240º | 0.16% | 0.26% | - |
| HSV(B) | 240º | 0.27% | 0.31% | - |
| XYZ | 4.53 | 4.35 | 7.81 | - |
| YUV | 59.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 57 | 78 | 0.27 | 0.27 | 0 | 0.69 | 240 | 0.16 | 0.26 |
| Hex | 39 | 39 | 4E | 1B | 1B | 0 | 45 | F0 | 10 | 1A |
| Octal | 71 | 71 | 116 | 33 | 33 | 0 | 105 | 360 | 20 | 32 |
| Binary | 111001 | 111001 | 1001110 | 11011 | 11011 | 0 | 1000101 | 11110000 | 10000 | 11010 |
Color Harmonies of #39394E
Complementary color
Monochromatic Colors of #39394E
Black with #39394E
Text Example
Text Example
White with #39394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39394E; }
p { color: rgb(57,57,78); }
H1.HeaderClassName
{
color: #39394E;
}
.AnyTagClassName
{
color: #39394E;
}
</style>
background-color css
<style>
a { background-color: #39394E; }
a { background-color: rgb(57,57,78); }
div.DivClassName
{
background-color: #39394E;
}
.BgClassName
{
background-color: #39394E;
}
</style>
border-color css
<style>
span { border-color: #39394E; }
span { border-color: rgb(57,57,78); }
td.TdClassName
{
border-color: #39394E;
}
.TagClassName
{
border-color: #39394E;
}
</style>