Shades of Payne's Grey #393A4A
Tints of Payne's Grey #393A4A
RGB
CMYK
RGB Variations
Color information
#393A4A (or 0x393A4A) is known color: Payne's Grey. HEX triplet: 39, 3A and 4A. RGB value is (57,58,74). Sum of RGB (Red+Green+Blue) = 57+58+74=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #393A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A4A is #C6C5B5. Grayscale: #3B3B3B. Windows color (decimal): -13026742 or 4864569. OLE color: 4864569.
HSL color Cylindrical-coordinate representation of color #393A4A: hue angle of 236.47º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #393A4A is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 58 | 74 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.71 |
| HSL | 236.47º | 0.13% | 0.26% | - |
| HSV(B) | 236.47º | 0.23% | 0.29% | - |
| XYZ | 4.44 | 4.39 | 7.09 | - |
| YUV | 59.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 74 | 0.23 | 0.22 | 0 | 0.71 | 236.47 | 0.13 | 0.26 |
| Hex | 39 | 3A | 4A | 17 | 16 | 0 | 47 | EC | D | 1A |
| Octal | 71 | 72 | 112 | 27 | 26 | 0 | 107 | 354 | 15 | 32 |
| Binary | 111001 | 111010 | 1001010 | 10111 | 10110 | 0 | 1000111 | 11101100 | 1101 | 11010 |
Color Harmonies of #393A4A
Complementary color
Monochromatic Colors of #393A4A
Black with #393A4A
Text Example
Text Example
White with #393A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A4A; }
p { color: rgb(57,58,74); }
H1.HeaderClassName
{
color: #393A4A;
}
.AnyTagClassName
{
color: #393A4A;
}
</style>
background-color css
<style>
a { background-color: #393A4A; }
a { background-color: rgb(57,58,74); }
div.DivClassName
{
background-color: #393A4A;
}
.BgClassName
{
background-color: #393A4A;
}
</style>
border-color css
<style>
span { border-color: #393A4A; }
span { border-color: rgb(57,58,74); }
td.TdClassName
{
border-color: #393A4A;
}
.TagClassName
{
border-color: #393A4A;
}
</style>