Shades of Payne's Grey #3E3E49
Tints of Payne's Grey #3E3E49
RGB
CMYK
RGB Variations
Color information
#3E3E49 (or 0x3E3E49) is known color: Payne's Grey. HEX triplet: 3E, 3E and 49. RGB value is (62,62,73). Sum of RGB (Red+Green+Blue) = 62+62+73=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E3E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3E49 is #C1C1B6. Grayscale: #3F3F3F. Windows color (decimal): -12698039 or 4800062. OLE color: 4800062.
HSL color Cylindrical-coordinate representation of color #3E3E49: hue angle of 240º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E3E49 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 62 | 62 | 73 | - |
CMYK | 0.15 | 0.15 | 0 | 0.71 |
HSL | 240º | 0.08% | 0.26% | - |
HSV(B) | 240º | 0.15% | 0.29% | - |
XYZ | 4.91 | 4.95 | 7 | - |
YUV | 63.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 62 | 73 | 0.15 | 0.15 | 0 | 0.71 | 240 | 0.08 | 0.26 |
Hex | 3E | 3E | 49 | F | F | 0 | 47 | F0 | 8 | 1A |
Octal | 76 | 76 | 111 | 17 | 17 | 0 | 107 | 360 | 10 | 32 |
Binary | 111110 | 111110 | 1001001 | 1111 | 1111 | 0 | 1000111 | 11110000 | 1000 | 11010 |
Color Harmonies of #3E3E49
Complementary color
Monochromatic Colors of #3E3E49
Black with #3E3E49
Text Example
Text Example
White with #3E3E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E49; }
p { color: rgb(62,62,73); }
H1.HeaderClassName
{
color: #3E3E49;
}
.AnyTagClassName
{
color: #3E3E49;
}
</style>
background-color css
<style>
a { background-color: #3E3E49; }
a { background-color: rgb(62,62,73); }
div.DivClassName
{
background-color: #3E3E49;
}
.BgClassName
{
background-color: #3E3E49;
}
</style>
border-color css
<style>
span { border-color: #3E3E49; }
span { border-color: rgb(62,62,73); }
td.TdClassName
{
border-color: #3E3E49;
}
.TagClassName
{
border-color: #3E3E49;
}
</style>