Shades of Payne's Grey #3A3950
Tints of Payne's Grey #3A3950
RGB
CMYK
RGB Variations
Color information
#3A3950 (or 0x3A3950) is known color: Payne's Grey. HEX triplet: 3A, 39 and 50. RGB value is (58,57,80). Sum of RGB (Red+Green+Blue) = 58+57+80=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3950 is #C5C6AF. Grayscale: #3B3B3B. Windows color (decimal): -12961456 or 5257530. OLE color: 5257530.
HSL color Cylindrical-coordinate representation of color #3A3950: hue angle of 242.61º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A3950 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 57 | 80 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.69 |
| HSL | 242.61º | 0.17% | 0.27% | - |
| HSV(B) | 242.61º | 0.29% | 0.31% | - |
| XYZ | 4.66 | 4.4 | 8.19 | - |
| YUV | 59.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 80 | 0.28 | 0.29 | 0 | 0.69 | 242.61 | 0.17 | 0.27 |
| Hex | 3A | 39 | 50 | 1C | 1D | 0 | 45 | F3 | 11 | 1B |
| Octal | 72 | 71 | 120 | 34 | 35 | 0 | 105 | 363 | 21 | 33 |
| Binary | 111010 | 111001 | 1010000 | 11100 | 11101 | 0 | 1000101 | 11110011 | 10001 | 11011 |
Color Harmonies of #3A3950
Complementary color
Monochromatic Colors of #3A3950
Black with #3A3950
Text Example
Text Example
White with #3A3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3950; }
p { color: rgb(58,57,80); }
H1.HeaderClassName
{
color: #3A3950;
}
.AnyTagClassName
{
color: #3A3950;
}
</style>
background-color css
<style>
a { background-color: #3A3950; }
a { background-color: rgb(58,57,80); }
div.DivClassName
{
background-color: #3A3950;
}
.BgClassName
{
background-color: #3A3950;
}
</style>
border-color css
<style>
span { border-color: #3A3950; }
span { border-color: rgb(58,57,80); }
td.TdClassName
{
border-color: #3A3950;
}
.TagClassName
{
border-color: #3A3950;
}
</style>