Shades of Payne's Grey #3E3E45
Tints of Payne's Grey #3E3E45
RGB
CMYK
RGB Variations
Color information
#3E3E45 (or 0x3E3E45) is known color: Payne's Grey. HEX triplet: 3E, 3E and 45. RGB value is (62,62,69). Sum of RGB (Red+Green+Blue) = 62+62+69=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E3E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3E45 is #C1C1BA. Grayscale: #3E3E3E. Windows color (decimal): -12698043 or 4537918. OLE color: 4537918.
HSL color Cylindrical-coordinate representation of color #3E3E45: hue angle of 240º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3E3E45 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 62 | 62 | 69 | - |
CMYK | 0.10 | 0.10 | 0 | 0.73 |
HSL | 240º | 0.05% | 0.26% | - |
HSV(B) | 240º | 0.1% | 0.27% | - |
XYZ | 4.78 | 4.9 | 6.32 | - |
YUV | 62.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 62 | 69 | 0.10 | 0.10 | 0 | 0.73 | 240 | 0.05 | 0.26 |
Hex | 3E | 3E | 45 | A | A | 0 | 49 | F0 | 5 | 1A |
Octal | 76 | 76 | 105 | 12 | 12 | 0 | 111 | 360 | 5 | 32 |
Binary | 111110 | 111110 | 1000101 | 1010 | 1010 | 0 | 1001001 | 11110000 | 101 | 11010 |
Color Harmonies of #3E3E45
Complementary color
Monochromatic Colors of #3E3E45
Black with #3E3E45
Text Example
Text Example
White with #3E3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E45; }
p { color: rgb(62,62,69); }
H1.HeaderClassName
{
color: #3E3E45;
}
.AnyTagClassName
{
color: #3E3E45;
}
</style>
background-color css
<style>
a { background-color: #3E3E45; }
a { background-color: rgb(62,62,69); }
div.DivClassName
{
background-color: #3E3E45;
}
.BgClassName
{
background-color: #3E3E45;
}
</style>
border-color css
<style>
span { border-color: #3E3E45; }
span { border-color: rgb(62,62,69); }
td.TdClassName
{
border-color: #3E3E45;
}
.TagClassName
{
border-color: #3E3E45;
}
</style>