Shades of Payne's Grey #414142
Tints of Payne's Grey #414142
RGB
CMYK
RGB Variations
Color information
#414142 (or 0x414142) is known color: Payne's Grey. HEX triplet: 41, 41 and 42. RGB value is (65,65,66). Sum of RGB (Red+Green+Blue) = 65+65+66=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 66 - color contains mainly: blue. Hex color #414142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414142 is #BEBEBD. Grayscale: #414141. Windows color (decimal): -12500670 or 4342081. OLE color: 4342081.
HSL color Cylindrical-coordinate representation of color #414142: hue angle of 240º degrees, saturation: 0.01, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #414142 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
RGB | 65 | 65 | 66 | - |
CMYK | 0.02 | 0.02 | 0 | 0.74 |
HSL | 240º | 0.01% | 0.26% | - |
HSV(B) | 240º | 0.02% | 0.26% | - |
XYZ | 5.05 | 5.3 | 5.91 | - |
YUV | 65.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 65 | 66 | 0.02 | 0.02 | 0 | 0.74 | 240 | 0.01 | 0.26 |
Hex | 41 | 41 | 42 | 2 | 2 | 0 | 4A | F0 | 1 | 1A |
Octal | 101 | 101 | 102 | 2 | 2 | 0 | 112 | 360 | 1 | 32 |
Binary | 1000001 | 1000001 | 1000010 | 10 | 10 | 0 | 1001010 | 11110000 | 1 | 11010 |
Color Harmonies of #414142
Complementary color
Monochromatic Colors of #414142
Black with #414142
Text Example
Text Example
White with #414142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414142; }
p { color: rgb(65,65,66); }
H1.HeaderClassName
{
color: #414142;
}
.AnyTagClassName
{
color: #414142;
}
</style>
background-color css
<style>
a { background-color: #414142; }
a { background-color: rgb(65,65,66); }
div.DivClassName
{
background-color: #414142;
}
.BgClassName
{
background-color: #414142;
}
</style>
border-color css
<style>
span { border-color: #414142; }
span { border-color: rgb(65,65,66); }
td.TdClassName
{
border-color: #414142;
}
.TagClassName
{
border-color: #414142;
}
</style>