Shades of Corduroy #3F4140
Tints of Corduroy #3F4140
RGB
CMYK
RGB Variations
Color information
#3F4140 (or 0x3F4140) is known color: Corduroy. HEX triplet: 3F, 41 and 40. RGB value is (63,65,64). Sum of RGB (Red+Green+Blue) = 63+65+64=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4140 is #C0BEBF. Grayscale: #404040. Windows color (decimal): -12631744 or 4211007. OLE color: 4211007.
HSL color Cylindrical-coordinate representation of color #3F4140: hue angle of 150º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3F4140 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 64 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.75 |
| HSL | 150º | 0.02% | 0.25% | - |
| HSV(B) | 150º | 0.03% | 0.25% | - |
| XYZ | 4.87 | 5.21 | 5.6 | - |
| YUV | 64.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 64 | 0.03 | 0 | 0.02 | 0.75 | 150 | 0.02 | 0.25 |
| Hex | 3F | 41 | 40 | 3 | 0 | 2 | 4B | 96 | 2 | 19 |
| Octal | 77 | 101 | 100 | 3 | 0 | 2 | 113 | 226 | 2 | 31 |
| Binary | 111111 | 1000001 | 1000000 | 11 | 0 | 10 | 1001011 | 10010110 | 10 | 11001 |
Color Harmonies of #3F4140
Complementary color
Monochromatic Colors of #3F4140
Black with #3F4140
Text Example
Text Example
White with #3F4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4140; }
p { color: rgb(63,65,64); }
H1.HeaderClassName
{
color: #3F4140;
}
.AnyTagClassName
{
color: #3F4140;
}
</style>
background-color css
<style>
a { background-color: #3F4140; }
a { background-color: rgb(63,65,64); }
div.DivClassName
{
background-color: #3F4140;
}
.BgClassName
{
background-color: #3F4140;
}
</style>
border-color css
<style>
span { border-color: #3F4140; }
span { border-color: rgb(63,65,64); }
td.TdClassName
{
border-color: #3F4140;
}
.TagClassName
{
border-color: #3F4140;
}
</style>