Shades of Payne's Grey #3F3F41
Tints of Payne's Grey #3F3F41
RGB
CMYK
RGB Variations
Color information
#3F3F41 (or 0x3F3F41) is known color: Payne's Grey. HEX triplet: 3F, 3F and 41. RGB value is (63,63,65). Sum of RGB (Red+Green+Blue) = 63+63+65=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3F41 is #C0C0BE. Grayscale: #3F3F3F. Windows color (decimal): -12632255 or 4276031. OLE color: 4276031.
HSL color Cylindrical-coordinate representation of color #3F3F41: 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.03%. Process color model (Four color, CMYK) of #3F3F41 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 63 | 65 | - |
CMYK | 0.03 | 0.03 | 0 | 0.75 |
HSL | 240º | 0.02% | 0.25% | - |
HSV(B) | 240º | 0.03% | 0.25% | - |
XYZ | 4.78 | 4.99 | 5.71 | - |
YUV | 63.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 63 | 65 | 0.03 | 0.03 | 0 | 0.75 | 240 | 0.02 | 0.25 |
Hex | 3F | 3F | 41 | 3 | 3 | 0 | 4B | F0 | 2 | 19 |
Octal | 77 | 77 | 101 | 3 | 3 | 0 | 113 | 360 | 2 | 31 |
Binary | 111111 | 111111 | 1000001 | 11 | 11 | 0 | 1001011 | 11110000 | 10 | 11001 |
Color Harmonies of #3F3F41
Complementary color
Monochromatic Colors of #3F3F41
Black with #3F3F41
Text Example
Text Example
White with #3F3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F41; }
p { color: rgb(63,63,65); }
H1.HeaderClassName
{
color: #3F3F41;
}
.AnyTagClassName
{
color: #3F3F41;
}
</style>
background-color css
<style>
a { background-color: #3F3F41; }
a { background-color: rgb(63,63,65); }
div.DivClassName
{
background-color: #3F3F41;
}
.BgClassName
{
background-color: #3F3F41;
}
</style>
border-color css
<style>
span { border-color: #3F3F41; }
span { border-color: rgb(63,63,65); }
td.TdClassName
{
border-color: #3F3F41;
}
.TagClassName
{
border-color: #3F3F41;
}
</style>