Shades of Corduroy #3F4E48
Tints of Corduroy #3F4E48
RGB
CMYK
RGB Variations
Color information
#3F4E48 (or 0x3F4E48) is known color: Corduroy. HEX triplet: 3F, 4E and 48. RGB value is (63,78,72). Sum of RGB (Red+Green+Blue) = 63+78+72=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E48 is #C0B1B7. Grayscale: #484848. Windows color (decimal): -12628408 or 4738623. OLE color: 4738623.
HSL color Cylindrical-coordinate representation of color #3F4E48: hue angle of 156º 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 #3F4E48 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 72 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.69 |
| HSL | 156º | 0.11% | 0.28% | - |
| HSV(B) | 156º | 0.19% | 0.31% | - |
| XYZ | 5.94 | 6.97 | 7.16 | - |
| YUV | 72.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 72 | 0.19 | 0 | 0.08 | 0.69 | 156 | 0.11 | 0.28 |
| Hex | 3F | 4E | 48 | 13 | 0 | 8 | 45 | 9C | B | 1C |
| Octal | 77 | 116 | 110 | 23 | 0 | 10 | 105 | 234 | 13 | 34 |
| Binary | 111111 | 1001110 | 1001000 | 10011 | 0 | 1000 | 1000101 | 10011100 | 1011 | 11100 |
Color Harmonies of #3F4E48
Complementary color
Monochromatic Colors of #3F4E48
Black with #3F4E48
Text Example
Text Example
White with #3F4E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E48; }
p { color: rgb(63,78,72); }
H1.HeaderClassName
{
color: #3F4E48;
}
.AnyTagClassName
{
color: #3F4E48;
}
</style>
background-color css
<style>
a { background-color: #3F4E48; }
a { background-color: rgb(63,78,72); }
div.DivClassName
{
background-color: #3F4E48;
}
.BgClassName
{
background-color: #3F4E48;
}
</style>
border-color css
<style>
span { border-color: #3F4E48; }
span { border-color: rgb(63,78,72); }
td.TdClassName
{
border-color: #3F4E48;
}
.TagClassName
{
border-color: #3F4E48;
}
</style>