Shades of Payne's Grey #3A3951
Tints of Payne's Grey #3A3951
RGB
CMYK
RGB Variations
Color information
#3A3951 (or 0x3A3951) is known color: Payne's Grey. HEX triplet: 3A, 39 and 51. RGB value is (58,57,81). Sum of RGB (Red+Green+Blue) = 58+57+81=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3951 is #C5C6AE. Grayscale: #3B3B3B. Windows color (decimal): -12961455 or 5323066. OLE color: 5323066.
HSL color Cylindrical-coordinate representation of color #3A3951: hue angle of 242.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A3951 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 57 | 81 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.68 |
| HSL | 242.5º | 0.17% | 0.27% | - |
| HSV(B) | 242.5º | 0.3% | 0.32% | - |
| XYZ | 4.69 | 4.42 | 8.39 | - |
| YUV | 60.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 81 | 0.28 | 0.30 | 0 | 0.68 | 242.5 | 0.17 | 0.27 |
| Hex | 3A | 39 | 51 | 1C | 1E | 0 | 44 | F2 | 11 | 1B |
| Octal | 72 | 71 | 121 | 34 | 36 | 0 | 104 | 362 | 21 | 33 |
| Binary | 111010 | 111001 | 1010001 | 11100 | 11110 | 0 | 1000100 | 11110010 | 10001 | 11011 |
Color Harmonies of #3A3951
Complementary color
Monochromatic Colors of #3A3951
Black with #3A3951
Text Example
Text Example
White with #3A3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3951; }
p { color: rgb(58,57,81); }
H1.HeaderClassName
{
color: #3A3951;
}
.AnyTagClassName
{
color: #3A3951;
}
</style>
background-color css
<style>
a { background-color: #3A3951; }
a { background-color: rgb(58,57,81); }
div.DivClassName
{
background-color: #3A3951;
}
.BgClassName
{
background-color: #3A3951;
}
</style>
border-color css
<style>
span { border-color: #3A3951; }
span { border-color: rgb(58,57,81); }
td.TdClassName
{
border-color: #3A3951;
}
.TagClassName
{
border-color: #3A3951;
}
</style>