Shades of Payne's Grey #414152
Tints of Payne's Grey #414152
RGB
CMYK
RGB Variations
Color information
#414152 (or 0x414152) is known color: Payne's Grey. HEX triplet: 41, 41 and 52. RGB value is (65,65,82). Sum of RGB (Red+Green+Blue) = 65+65+82=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #414152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414152 is #BEBEAD. Grayscale: #424242. Windows color (decimal): -12500654 or 5390657. OLE color: 5390657.
HSL color Cylindrical-coordinate representation of color #414152: hue angle of 240º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #414152 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 65 | 82 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.68 |
| HSL | 240º | 0.12% | 0.29% | - |
| HSV(B) | 240º | 0.21% | 0.32% | - |
| XYZ | 5.59 | 5.51 | 8.75 | - |
| YUV | 66.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 82 | 0.21 | 0.21 | 0 | 0.68 | 240 | 0.12 | 0.29 |
| Hex | 41 | 41 | 52 | 15 | 15 | 0 | 44 | F0 | C | 1D |
| Octal | 101 | 101 | 122 | 25 | 25 | 0 | 104 | 360 | 14 | 35 |
| Binary | 1000001 | 1000001 | 1010010 | 10101 | 10101 | 0 | 1000100 | 11110000 | 1100 | 11101 |
Color Harmonies of #414152
Complementary color
Monochromatic Colors of #414152
Black with #414152
Text Example
Text Example
White with #414152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414152; }
p { color: rgb(65,65,82); }
H1.HeaderClassName
{
color: #414152;
}
.AnyTagClassName
{
color: #414152;
}
</style>
background-color css
<style>
a { background-color: #414152; }
a { background-color: rgb(65,65,82); }
div.DivClassName
{
background-color: #414152;
}
.BgClassName
{
background-color: #414152;
}
</style>
border-color css
<style>
span { border-color: #414152; }
span { border-color: rgb(65,65,82); }
td.TdClassName
{
border-color: #414152;
}
.TagClassName
{
border-color: #414152;
}
</style>