Shades of Payne's Grey #41414B
Tints of Payne's Grey #41414B
RGB
CMYK
RGB Variations
Color information
#41414B (or 0x41414B) is known color: Payne's Grey. HEX triplet: 41, 41 and 4B. RGB value is (65,65,75). Sum of RGB (Red+Green+Blue) = 65+65+75=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #41414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41414B is #BEBEB4. Grayscale: #424242. Windows color (decimal): -12500661 or 4931905. OLE color: 4931905.
HSL color Cylindrical-coordinate representation of color #41414B: hue angle of 240º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41414B is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 65 | 75 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.71 |
| HSL | 240º | 0.07% | 0.27% | - |
| HSV(B) | 240º | 0.13% | 0.29% | - |
| XYZ | 5.34 | 5.41 | 7.42 | - |
| YUV | 66.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 75 | 0.13 | 0.13 | 0 | 0.71 | 240 | 0.07 | 0.27 |
| Hex | 41 | 41 | 4B | D | D | 0 | 47 | F0 | 7 | 1B |
| Octal | 101 | 101 | 113 | 15 | 15 | 0 | 107 | 360 | 7 | 33 |
| Binary | 1000001 | 1000001 | 1001011 | 1101 | 1101 | 0 | 1000111 | 11110000 | 111 | 11011 |
Color Harmonies of #41414B
Complementary color
Monochromatic Colors of #41414B
Black with #41414B
Text Example
Text Example
White with #41414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41414B; }
p { color: rgb(65,65,75); }
H1.HeaderClassName
{
color: #41414B;
}
.AnyTagClassName
{
color: #41414B;
}
</style>
background-color css
<style>
a { background-color: #41414B; }
a { background-color: rgb(65,65,75); }
div.DivClassName
{
background-color: #41414B;
}
.BgClassName
{
background-color: #41414B;
}
</style>
border-color css
<style>
span { border-color: #41414B; }
span { border-color: rgb(65,65,75); }
td.TdClassName
{
border-color: #41414B;
}
.TagClassName
{
border-color: #41414B;
}
</style>