Shades of Corduroy #3B4741
Tints of Corduroy #3B4741
RGB
CMYK
RGB Variations
Color information
#3B4741 (or 0x3B4741) is known color: Corduroy. HEX triplet: 3B, 47 and 41. RGB value is (59,71,65). Sum of RGB (Red+Green+Blue) = 59+71+65=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4741 is #C4B8BE. Grayscale: #424242. Windows color (decimal): -12892351 or 4278075. OLE color: 4278075.
HSL color Cylindrical-coordinate representation of color #3B4741: hue angle of 150º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B4741 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 65 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.72 |
| HSL | 150º | 0.09% | 0.25% | - |
| HSV(B) | 150º | 0.17% | 0.28% | - |
| XYZ | 5.01 | 5.82 | 5.86 | - |
| YUV | 66.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 65 | 0.17 | 0 | 0.08 | 0.72 | 150 | 0.09 | 0.25 |
| Hex | 3B | 47 | 41 | 11 | 0 | 8 | 48 | 96 | 9 | 19 |
| Octal | 73 | 107 | 101 | 21 | 0 | 10 | 110 | 226 | 11 | 31 |
| Binary | 111011 | 1000111 | 1000001 | 10001 | 0 | 1000 | 1001000 | 10010110 | 1001 | 11001 |
Color Harmonies of #3B4741
Complementary color
Monochromatic Colors of #3B4741
Black with #3B4741
Text Example
Text Example
White with #3B4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4741; }
p { color: rgb(59,71,65); }
H1.HeaderClassName
{
color: #3B4741;
}
.AnyTagClassName
{
color: #3B4741;
}
</style>
background-color css
<style>
a { background-color: #3B4741; }
a { background-color: rgb(59,71,65); }
div.DivClassName
{
background-color: #3B4741;
}
.BgClassName
{
background-color: #3B4741;
}
</style>
border-color css
<style>
span { border-color: #3B4741; }
span { border-color: rgb(59,71,65); }
td.TdClassName
{
border-color: #3B4741;
}
.TagClassName
{
border-color: #3B4741;
}
</style>