Shades of Corduroy #3F4846
Tints of Corduroy #3F4846
RGB
CMYK
RGB Variations
Color information
#3F4846 (or 0x3F4846) is known color: Corduroy. HEX triplet: 3F, 48 and 46. RGB value is (63,72,70). Sum of RGB (Red+Green+Blue) = 63+72+70=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4846 is #C0B7B9. Grayscale: #454545. Windows color (decimal): -12629946 or 4606015. OLE color: 4606015.
HSL color Cylindrical-coordinate representation of color #3F4846: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4846 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 70 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.72 |
| HSL | 166.67º | 0.07% | 0.26% | - |
| HSV(B) | 166.67º | 0.13% | 0.28% | - |
| XYZ | 5.47 | 6.13 | 6.69 | - |
| YUV | 69.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 70 | 0.12 | 0 | 0.03 | 0.72 | 166.67 | 0.07 | 0.26 |
| Hex | 3F | 48 | 46 | C | 0 | 3 | 48 | A7 | 7 | 1A |
| Octal | 77 | 110 | 106 | 14 | 0 | 3 | 110 | 247 | 7 | 32 |
| Binary | 111111 | 1001000 | 1000110 | 1100 | 0 | 11 | 1001000 | 10100111 | 111 | 11010 |
Color Harmonies of #3F4846
Complementary color
Monochromatic Colors of #3F4846
Black with #3F4846
Text Example
Text Example
White with #3F4846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4846; }
p { color: rgb(63,72,70); }
H1.HeaderClassName
{
color: #3F4846;
}
.AnyTagClassName
{
color: #3F4846;
}
</style>
background-color css
<style>
a { background-color: #3F4846; }
a { background-color: rgb(63,72,70); }
div.DivClassName
{
background-color: #3F4846;
}
.BgClassName
{
background-color: #3F4846;
}
</style>
border-color css
<style>
span { border-color: #3F4846; }
span { border-color: rgb(63,72,70); }
td.TdClassName
{
border-color: #3F4846;
}
.TagClassName
{
border-color: #3F4846;
}
</style>