Shades of Payne's Grey #3A3853
Tints of Payne's Grey #3A3853
RGB
CMYK
RGB Variations
Color information
#3A3853 (or 0x3A3853) is known color: Payne's Grey. HEX triplet: 3A, 38 and 53. RGB value is (58,56,83). Sum of RGB (Red+Green+Blue) = 58+56+83=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A3853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3853 is #C5C7AC. Grayscale: #3B3B3B. Windows color (decimal): -12961709 or 5453882. OLE color: 5453882.
HSL color Cylindrical-coordinate representation of color #3A3853: hue angle of 244.44º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A3853 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 56 | 83 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.67 |
| HSL | 244.44º | 0.19% | 0.27% | - |
| HSV(B) | 244.44º | 0.33% | 0.33% | - |
| XYZ | 4.72 | 4.35 | 8.77 | - |
| YUV | 59.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 83 | 0.30 | 0.33 | 0 | 0.67 | 244.44 | 0.19 | 0.27 |
| Hex | 3A | 38 | 53 | 1E | 21 | 0 | 43 | F4 | 13 | 1B |
| Octal | 72 | 70 | 123 | 36 | 41 | 0 | 103 | 364 | 23 | 33 |
| Binary | 111010 | 111000 | 1010011 | 11110 | 100001 | 0 | 1000011 | 11110100 | 10011 | 11011 |
Color Harmonies of #3A3853
Complementary color
Monochromatic Colors of #3A3853
Black with #3A3853
Text Example
Text Example
White with #3A3853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3853; }
p { color: rgb(58,56,83); }
H1.HeaderClassName
{
color: #3A3853;
}
.AnyTagClassName
{
color: #3A3853;
}
</style>
background-color css
<style>
a { background-color: #3A3853; }
a { background-color: rgb(58,56,83); }
div.DivClassName
{
background-color: #3A3853;
}
.BgClassName
{
background-color: #3A3853;
}
</style>
border-color css
<style>
span { border-color: #3A3853; }
span { border-color: rgb(58,56,83); }
td.TdClassName
{
border-color: #3A3853;
}
.TagClassName
{
border-color: #3A3853;
}
</style>