Shades of Corduroy #3F4E49
Tints of Corduroy #3F4E49
RGB
CMYK
RGB Variations
Color information
#3F4E49 (or 0x3F4E49) is known color: Corduroy. HEX triplet: 3F, 4E and 49. RGB value is (63,78,73). Sum of RGB (Red+Green+Blue) = 63+78+73=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E49 is #C0B1B6. Grayscale: #484848. Windows color (decimal): -12628407 or 4804159. OLE color: 4804159.
HSL color Cylindrical-coordinate representation of color #3F4E49: hue angle of 160º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F4E49 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 73 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.69 |
| HSL | 160º | 0.11% | 0.28% | - |
| HSV(B) | 160º | 0.19% | 0.31% | - |
| XYZ | 5.98 | 6.99 | 7.34 | - |
| YUV | 72.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 73 | 0.19 | 0 | 0.06 | 0.69 | 160 | 0.11 | 0.28 |
| Hex | 3F | 4E | 49 | 13 | 0 | 6 | 45 | A0 | B | 1C |
| Octal | 77 | 116 | 111 | 23 | 0 | 6 | 105 | 240 | 13 | 34 |
| Binary | 111111 | 1001110 | 1001001 | 10011 | 0 | 110 | 1000101 | 10100000 | 1011 | 11100 |
Color Harmonies of #3F4E49
Complementary color
Monochromatic Colors of #3F4E49
Black with #3F4E49
Text Example
Text Example
White with #3F4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E49; }
p { color: rgb(63,78,73); }
H1.HeaderClassName
{
color: #3F4E49;
}
.AnyTagClassName
{
color: #3F4E49;
}
</style>
background-color css
<style>
a { background-color: #3F4E49; }
a { background-color: rgb(63,78,73); }
div.DivClassName
{
background-color: #3F4E49;
}
.BgClassName
{
background-color: #3F4E49;
}
</style>
border-color css
<style>
span { border-color: #3F4E49; }
span { border-color: rgb(63,78,73); }
td.TdClassName
{
border-color: #3F4E49;
}
.TagClassName
{
border-color: #3F4E49;
}
</style>