Shades of Corduroy #3F4F49
Tints of Corduroy #3F4F49
RGB
CMYK
RGB Variations
Color information
#3F4F49 (or 0x3F4F49) is known color: Corduroy. HEX triplet: 3F, 4F and 49. RGB value is (63,79,73). Sum of RGB (Red+Green+Blue) = 63+79+73=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F49 is #C0B0B6. Grayscale: #494949. Windows color (decimal): -12628151 or 4804415. OLE color: 4804415.
HSL color Cylindrical-coordinate representation of color #3F4F49: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F49 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 73 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.69 |
| HSL | 157.5º | 0.11% | 0.28% | - |
| HSV(B) | 157.5º | 0.2% | 0.31% | - |
| XYZ | 6.05 | 7.13 | 7.36 | - |
| YUV | 73.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 73 | 0.20 | 0 | 0.08 | 0.69 | 157.5 | 0.11 | 0.28 |
| Hex | 3F | 4F | 49 | 14 | 0 | 8 | 45 | 9E | B | 1C |
| Octal | 77 | 117 | 111 | 24 | 0 | 10 | 105 | 236 | 13 | 34 |
| Binary | 111111 | 1001111 | 1001001 | 10100 | 0 | 1000 | 1000101 | 10011110 | 1011 | 11100 |
Color Harmonies of #3F4F49
Complementary color
Monochromatic Colors of #3F4F49
Black with #3F4F49
Text Example
Text Example
White with #3F4F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F49; }
p { color: rgb(63,79,73); }
H1.HeaderClassName
{
color: #3F4F49;
}
.AnyTagClassName
{
color: #3F4F49;
}
</style>
background-color css
<style>
a { background-color: #3F4F49; }
a { background-color: rgb(63,79,73); }
div.DivClassName
{
background-color: #3F4F49;
}
.BgClassName
{
background-color: #3F4F49;
}
</style>
border-color css
<style>
span { border-color: #3F4F49; }
span { border-color: rgb(63,79,73); }
td.TdClassName
{
border-color: #3F4F49;
}
.TagClassName
{
border-color: #3F4F49;
}
</style>