Shades of Corduroy #3D4140
Tints of Corduroy #3D4140
RGB
CMYK
RGB Variations
Color information
#3D4140 (or 0x3D4140) is known color: Corduroy. HEX triplet: 3D, 41 and 40. RGB value is (61,65,64). Sum of RGB (Red+Green+Blue) = 61+65+64=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4140 is #C2BEBF. Grayscale: #3F3F3F. Windows color (decimal): -12762816 or 4211005. OLE color: 4211005.
HSL color Cylindrical-coordinate representation of color #3D4140: hue angle of 165º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3D4140 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 64 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.75 |
| HSL | 165º | 0.03% | 0.25% | - |
| HSV(B) | 165º | 0.06% | 0.25% | - |
| XYZ | 4.74 | 5.14 | 5.59 | - |
| YUV | 63.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 64 | 0.06 | 0 | 0.02 | 0.75 | 165 | 0.03 | 0.25 |
| Hex | 3D | 41 | 40 | 6 | 0 | 2 | 4B | A5 | 3 | 19 |
| Octal | 75 | 101 | 100 | 6 | 0 | 2 | 113 | 245 | 3 | 31 |
| Binary | 111101 | 1000001 | 1000000 | 110 | 0 | 10 | 1001011 | 10100101 | 11 | 11001 |
Color Harmonies of #3D4140
Complementary color
Monochromatic Colors of #3D4140
Black with #3D4140
Text Example
Text Example
White with #3D4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4140; }
p { color: rgb(61,65,64); }
H1.HeaderClassName
{
color: #3D4140;
}
.AnyTagClassName
{
color: #3D4140;
}
</style>
background-color css
<style>
a { background-color: #3D4140; }
a { background-color: rgb(61,65,64); }
div.DivClassName
{
background-color: #3D4140;
}
.BgClassName
{
background-color: #3D4140;
}
</style>
border-color css
<style>
span { border-color: #3D4140; }
span { border-color: rgb(61,65,64); }
td.TdClassName
{
border-color: #3D4140;
}
.TagClassName
{
border-color: #3D4140;
}
</style>