Shades of Corduroy #3F4C48
Tints of Corduroy #3F4C48
RGB
CMYK
RGB Variations
Color information
#3F4C48 (or 0x3F4C48) is known color: Corduroy. HEX triplet: 3F, 4C and 48. RGB value is (63,76,72). Sum of RGB (Red+Green+Blue) = 63+76+72=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C48 is #C0B3B7. Grayscale: #474747. Windows color (decimal): -12628920 or 4738111. OLE color: 4738111.
HSL color Cylindrical-coordinate representation of color #3F4C48: hue angle of 161.54º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4C48 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 76 | 72 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.70 |
| HSL | 161.54º | 0.09% | 0.27% | - |
| HSV(B) | 161.54º | 0.17% | 0.3% | - |
| XYZ | 5.8 | 6.69 | 7.12 | - |
| YUV | 71.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 72 | 0.17 | 0 | 0.05 | 0.70 | 161.54 | 0.09 | 0.27 |
| Hex | 3F | 4C | 48 | 11 | 0 | 5 | 46 | A2 | 9 | 1B |
| Octal | 77 | 114 | 110 | 21 | 0 | 5 | 106 | 242 | 11 | 33 |
| Binary | 111111 | 1001100 | 1001000 | 10001 | 0 | 101 | 1000110 | 10100010 | 1001 | 11011 |
Color Harmonies of #3F4C48
Complementary color
Monochromatic Colors of #3F4C48
Black with #3F4C48
Text Example
Text Example
White with #3F4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C48; }
p { color: rgb(63,76,72); }
H1.HeaderClassName
{
color: #3F4C48;
}
.AnyTagClassName
{
color: #3F4C48;
}
</style>
background-color css
<style>
a { background-color: #3F4C48; }
a { background-color: rgb(63,76,72); }
div.DivClassName
{
background-color: #3F4C48;
}
.BgClassName
{
background-color: #3F4C48;
}
</style>
border-color css
<style>
span { border-color: #3F4C48; }
span { border-color: rgb(63,76,72); }
td.TdClassName
{
border-color: #3F4C48;
}
.TagClassName
{
border-color: #3F4C48;
}
</style>