Shades of Payne's Grey #3A394B
Tints of Payne's Grey #3A394B
RGB
CMYK
RGB Variations
Color information
#3A394B (or 0x3A394B) is known color: Payne's Grey. HEX triplet: 3A, 39 and 4B. RGB value is (58,57,75). Sum of RGB (Red+Green+Blue) = 58+57+75=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A394B is #C5C6B4. Grayscale: #3B3B3B. Windows color (decimal): -12961461 or 4929850. OLE color: 4929850.
HSL color Cylindrical-coordinate representation of color #3A394B: hue angle of 243.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A394B is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 57 | 75 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.71 |
| HSL | 243.33º | 0.14% | 0.26% | - |
| HSV(B) | 243.33º | 0.24% | 0.29% | - |
| XYZ | 4.48 | 4.33 | 7.26 | - |
| YUV | 59.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 75 | 0.23 | 0.24 | 0 | 0.71 | 243.33 | 0.14 | 0.26 |
| Hex | 3A | 39 | 4B | 17 | 18 | 0 | 47 | F3 | E | 1A |
| Octal | 72 | 71 | 113 | 27 | 30 | 0 | 107 | 363 | 16 | 32 |
| Binary | 111010 | 111001 | 1001011 | 10111 | 11000 | 0 | 1000111 | 11110011 | 1110 | 11010 |
Color Harmonies of #3A394B
Complementary color
Monochromatic Colors of #3A394B
Black with #3A394B
Text Example
Text Example
White with #3A394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A394B; }
p { color: rgb(58,57,75); }
H1.HeaderClassName
{
color: #3A394B;
}
.AnyTagClassName
{
color: #3A394B;
}
</style>
background-color css
<style>
a { background-color: #3A394B; }
a { background-color: rgb(58,57,75); }
div.DivClassName
{
background-color: #3A394B;
}
.BgClassName
{
background-color: #3A394B;
}
</style>
border-color css
<style>
span { border-color: #3A394B; }
span { border-color: rgb(58,57,75); }
td.TdClassName
{
border-color: #3A394B;
}
.TagClassName
{
border-color: #3A394B;
}
</style>