Shades of Corduroy #3E4441
Tints of Corduroy #3E4441
RGB
CMYK
RGB Variations
Color information
#3E4441 (or 0x3E4441) is known color: Corduroy. HEX triplet: 3E, 44 and 41. RGB value is (62,68,65). Sum of RGB (Red+Green+Blue) = 62+68+65=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4441 is #C1BBBE. Grayscale: #414141. Windows color (decimal): -12696511 or 4277310. OLE color: 4277310.
HSL color Cylindrical-coordinate representation of color #3E4441: hue angle of 150º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3E4441 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 65 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.73 |
| HSL | 150º | 0.05% | 0.25% | - |
| HSV(B) | 150º | 0.09% | 0.27% | - |
| XYZ | 5.01 | 5.54 | 5.81 | - |
| YUV | 65.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 65 | 0.09 | 0 | 0.04 | 0.73 | 150 | 0.05 | 0.25 |
| Hex | 3E | 44 | 41 | 9 | 0 | 4 | 49 | 96 | 5 | 19 |
| Octal | 76 | 104 | 101 | 11 | 0 | 4 | 111 | 226 | 5 | 31 |
| Binary | 111110 | 1000100 | 1000001 | 1001 | 0 | 100 | 1001001 | 10010110 | 101 | 11001 |
Color Harmonies of #3E4441
Complementary color
Monochromatic Colors of #3E4441
Black with #3E4441
Text Example
Text Example
White with #3E4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4441; }
p { color: rgb(62,68,65); }
H1.HeaderClassName
{
color: #3E4441;
}
.AnyTagClassName
{
color: #3E4441;
}
</style>
background-color css
<style>
a { background-color: #3E4441; }
a { background-color: rgb(62,68,65); }
div.DivClassName
{
background-color: #3E4441;
}
.BgClassName
{
background-color: #3E4441;
}
</style>
border-color css
<style>
span { border-color: #3E4441; }
span { border-color: rgb(62,68,65); }
td.TdClassName
{
border-color: #3E4441;
}
.TagClassName
{
border-color: #3E4441;
}
</style>