Shades of Payne's Grey #3B3C4C
Tints of Payne's Grey #3B3C4C
RGB
CMYK
RGB Variations
Color information
#3B3C4C (or 0x3B3C4C) is known color: Payne's Grey. HEX triplet: 3B, 3C and 4C. RGB value is (59,60,76). Sum of RGB (Red+Green+Blue) = 59+60+76=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B3C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C4C is #C4C3B3. Grayscale: #3D3D3D. Windows color (decimal): -12895156 or 4996155. OLE color: 4996155.
HSL color Cylindrical-coordinate representation of color #3B3C4C: hue angle of 236.47º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B3C4C is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 60 | 76 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.70 |
| HSL | 236.47º | 0.13% | 0.26% | - |
| HSV(B) | 236.47º | 0.22% | 0.3% | - |
| XYZ | 4.72 | 4.68 | 7.49 | - |
| YUV | 61.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 76 | 0.22 | 0.21 | 0 | 0.70 | 236.47 | 0.13 | 0.26 |
| Hex | 3B | 3C | 4C | 16 | 15 | 0 | 46 | EC | D | 1A |
| Octal | 73 | 74 | 114 | 26 | 25 | 0 | 106 | 354 | 15 | 32 |
| Binary | 111011 | 111100 | 1001100 | 10110 | 10101 | 0 | 1000110 | 11101100 | 1101 | 11010 |
Color Harmonies of #3B3C4C
Complementary color
Monochromatic Colors of #3B3C4C
Black with #3B3C4C
Text Example
Text Example
White with #3B3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C4C; }
p { color: rgb(59,60,76); }
H1.HeaderClassName
{
color: #3B3C4C;
}
.AnyTagClassName
{
color: #3B3C4C;
}
</style>
background-color css
<style>
a { background-color: #3B3C4C; }
a { background-color: rgb(59,60,76); }
div.DivClassName
{
background-color: #3B3C4C;
}
.BgClassName
{
background-color: #3B3C4C;
}
</style>
border-color css
<style>
span { border-color: #3B3C4C; }
span { border-color: rgb(59,60,76); }
td.TdClassName
{
border-color: #3B3C4C;
}
.TagClassName
{
border-color: #3B3C4C;
}
</style>