Shades of Corduroy #3E4140
Tints of Corduroy #3E4140
RGB
CMYK
RGB Variations
Color information
#3E4140 (or 0x3E4140) is known color: Corduroy. HEX triplet: 3E, 41 and 40. RGB value is (62,65,64). Sum of RGB (Red+Green+Blue) = 62+65+64=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4140 is #C1BEBF. Grayscale: #3F3F3F. Windows color (decimal): -12697280 or 4211006. OLE color: 4211006.
HSL color Cylindrical-coordinate representation of color #3E4140: hue angle of 160º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3E4140 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 64 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.75 |
| HSL | 160º | 0.02% | 0.25% | - |
| HSV(B) | 160º | 0.05% | 0.25% | - |
| XYZ | 4.8 | 5.17 | 5.6 | - |
| YUV | 63.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 64 | 0.05 | 0 | 0.02 | 0.75 | 160 | 0.02 | 0.25 |
| Hex | 3E | 41 | 40 | 5 | 0 | 2 | 4B | A0 | 2 | 19 |
| Octal | 76 | 101 | 100 | 5 | 0 | 2 | 113 | 240 | 2 | 31 |
| Binary | 111110 | 1000001 | 1000000 | 101 | 0 | 10 | 1001011 | 10100000 | 10 | 11001 |
Color Harmonies of #3E4140
Complementary color
Monochromatic Colors of #3E4140
Black with #3E4140
Text Example
Text Example
White with #3E4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4140; }
p { color: rgb(62,65,64); }
H1.HeaderClassName
{
color: #3E4140;
}
.AnyTagClassName
{
color: #3E4140;
}
</style>
background-color css
<style>
a { background-color: #3E4140; }
a { background-color: rgb(62,65,64); }
div.DivClassName
{
background-color: #3E4140;
}
.BgClassName
{
background-color: #3E4140;
}
</style>
border-color css
<style>
span { border-color: #3E4140; }
span { border-color: rgb(62,65,64); }
td.TdClassName
{
border-color: #3E4140;
}
.TagClassName
{
border-color: #3E4140;
}
</style>