Shades of Payne's Grey #3E3E41
Tints of Payne's Grey #3E3E41
RGB
CMYK
RGB Variations
Color information
#3E3E41 (or 0x3E3E41) is known color: Payne's Grey. HEX triplet: 3E, 3E and 41. RGB value is (62,62,65). Sum of RGB (Red+Green+Blue) = 62+62+65=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E3E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3E41 is #C1C1BE. Grayscale: #3E3E3E. Windows color (decimal): -12698047 or 4275774. OLE color: 4275774.
HSL color Cylindrical-coordinate representation of color #3E3E41: hue angle of 240º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3E3E41 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 62 | 62 | 65 | - |
CMYK | 0.05 | 0.05 | 0 | 0.75 |
HSL | 240º | 0.02% | 0.25% | - |
HSV(B) | 240º | 0.05% | 0.25% | - |
XYZ | 4.66 | 4.85 | 5.69 | - |
YUV | 62.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 62 | 65 | 0.05 | 0.05 | 0 | 0.75 | 240 | 0.02 | 0.25 |
Hex | 3E | 3E | 41 | 5 | 5 | 0 | 4B | F0 | 2 | 19 |
Octal | 76 | 76 | 101 | 5 | 5 | 0 | 113 | 360 | 2 | 31 |
Binary | 111110 | 111110 | 1000001 | 101 | 101 | 0 | 1001011 | 11110000 | 10 | 11001 |
Color Harmonies of #3E3E41
Complementary color
Monochromatic Colors of #3E3E41
Black with #3E3E41
Text Example
Text Example
White with #3E3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E41; }
p { color: rgb(62,62,65); }
H1.HeaderClassName
{
color: #3E3E41;
}
.AnyTagClassName
{
color: #3E3E41;
}
</style>
background-color css
<style>
a { background-color: #3E3E41; }
a { background-color: rgb(62,62,65); }
div.DivClassName
{
background-color: #3E3E41;
}
.BgClassName
{
background-color: #3E3E41;
}
</style>
border-color css
<style>
span { border-color: #3E3E41; }
span { border-color: rgb(62,62,65); }
td.TdClassName
{
border-color: #3E3E41;
}
.TagClassName
{
border-color: #3E3E41;
}
</style>