Shades of Payne's Grey #404041
Tints of Payne's Grey #404041
RGB
CMYK
RGB Variations
Color information
#404041 (or 0x404041) is known color: Payne's Grey. HEX triplet: 40, 40 and 41. RGB value is (64,64,65). Sum of RGB (Red+Green+Blue) = 64+64+65=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 65 - color contains mainly: blue. Hex color #404041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404041 is #BFBFBE. Grayscale: #404040. Windows color (decimal): -12566463 or 4276288. OLE color: 4276288.
HSL color Cylindrical-coordinate representation of color #404041: hue angle of 240º degrees, saturation: 0.01, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #404041 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 65 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.75 |
| HSL | 240º | 0.01% | 0.25% | - |
| HSV(B) | 240º | 0.02% | 0.25% | - |
| XYZ | 4.9 | 5.14 | 5.73 | - |
| YUV | 64.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 65 | 0.02 | 0.02 | 0 | 0.75 | 240 | 0.01 | 0.25 |
| Hex | 40 | 40 | 41 | 2 | 2 | 0 | 4B | F0 | 1 | 19 |
| Octal | 100 | 100 | 101 | 2 | 2 | 0 | 113 | 360 | 1 | 31 |
| Binary | 1000000 | 1000000 | 1000001 | 10 | 10 | 0 | 1001011 | 11110000 | 1 | 11001 |
Color Harmonies of #404041
Complementary color
Monochromatic Colors of #404041
Black with #404041
Text Example
Text Example
White with #404041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404041; }
p { color: rgb(64,64,65); }
H1.HeaderClassName
{
color: #404041;
}
.AnyTagClassName
{
color: #404041;
}
</style>
background-color css
<style>
a { background-color: #404041; }
a { background-color: rgb(64,64,65); }
div.DivClassName
{
background-color: #404041;
}
.BgClassName
{
background-color: #404041;
}
</style>
border-color css
<style>
span { border-color: #404041; }
span { border-color: rgb(64,64,65); }
td.TdClassName
{
border-color: #404041;
}
.TagClassName
{
border-color: #404041;
}
</style>